2015-12-18 06:32:16 +03:00
|
|
|
#
|
|
|
|
# SAMSUNG SoC drivers
|
|
|
|
#
|
2016-02-02 09:24:13 +03:00
|
|
|
menuconfig SOC_SAMSUNG
|
|
|
|
bool "Samsung SoC driver support" if COMPILE_TEST
|
2015-12-18 06:32:16 +03:00
|
|
|
|
2016-02-02 09:24:13 +03:00
|
|
|
if SOC_SAMSUNG
|
2015-12-18 06:32:16 +03:00
|
|
|
|
|
|
|
config EXYNOS_PMU
|
2016-02-02 09:24:13 +03:00
|
|
|
bool "Exynos PMU controller driver" if COMPILE_TEST
|
|
|
|
depends on (ARM && ARCH_EXYNOS) || ((ARM || ARM64) && COMPILE_TEST)
|
2015-12-18 06:32:16 +03:00
|
|
|
|
2016-05-10 17:31:26 +03:00
|
|
|
config EXYNOS_PM_DOMAINS
|
|
|
|
bool "Exynos PM domains" if COMPILE_TEST
|
|
|
|
depends on PM_GENERIC_DOMAINS || COMPILE_TEST
|
|
|
|
|
2016-02-02 09:24:13 +03:00
|
|
|
endif
|