exynos-linux-stable/drivers/bts/Kconfig
FAROVITUS 2b92eefa41 import G965FXXU7DTAA OSRC
*First release for Android (Q).

Signed-off-by: FAROVITUS <farovitus@gmail.com>
2020-02-04 13:50:09 +02:00

43 lines
936 B
Text

#
# 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 EXYNOS8895_BTS
bool "Bus traffic shaper support"
default y
depends on SOC_EXYNOS8895
help
Enable BTS (Bus traffic shaper) support
config EXYNOS9810_BTS
bool "Bus traffic shaper support"
default y
depends on SOC_EXYNOS9810
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