android_kernel_samsung_univ.../drivers/bts/Kconfig
BlackMesa123 7608e6b787 A530FXXU2BRG1
Signed-off-by: BlackMesa123 <brother12@hotmail.it>
2018-07-16 20:05:35 +02:00

48 lines
916 B
Plaintext

#
# BTS driver configuration
#
menuconfig EXYNOS_BTS
bool "BTS driver support"
default y
help
Enable BTS (Bus traffic shaper) support
if EXYNOS_BTS
config EXYNOS7885_BTS
bool "Bus traffic shaper support"
default y
depends on SOC_EXYNOS7885
help
Enable BTS (Bus traffic shaper) support
config EXYNOS7872_BTS
bool "Bus traffic shaper support"
default y
depends on SOC_EXYNOS7872
help
Enable BTS (Bus traffic shaper) support
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
endif