lineage_kernel_xcoverpro/drivers/bts/Kconfig

37 lines
791 B
Plaintext
Raw Permalink Normal View History

2023-06-18 22:53:49 +00:00
#
# BTS driver configuration
#
menuconfig EXYNOS_BTS
bool "BTS driver support"
default y
help
Enable BTS (Bus traffic shaper) support
if EXYNOS_BTS
config EXYNOS8890_BTS
bool "Bus traffic shaper support"
default y
depends on SOC_EXYNOS8890
help
Enable BTS (Bus traffic shaper) support
config EXYNOS8890_BTS_OPTIMIZATION
bool "Bus traffic shaper optimization mode"
default n
depends on EXYNOS8890_BTS
help
Enable BTS (Bus traffic shaper) optimized set
config EXYNOS9610_BTS
bool "Bus traffic shaper support"
default y
depends on SOC_EXYNOS9610
help
With this configuration bts driver will be enabled which is for
setting BTS and DVFS to manage bus traffic. Default setting
is different to chipset because of the hardware change and DVFS
status.
endif