blob: 245533907d1ba51d59e784d644303db88076e582 [file] [log] [blame]
Pankaj Dubeybfce5522015-12-18 09:02:16 +05301#
2# SAMSUNG SoC drivers
3#
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +09004menuconfig SOC_SAMSUNG
5 bool "Samsung SoC driver support" if COMPILE_TEST
Pankaj Dubeybfce5522015-12-18 09:02:16 +05306
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +09007if SOC_SAMSUNG
Pankaj Dubeybfce5522015-12-18 09:02:16 +05308
9config EXYNOS_PMU
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +090010 bool "Exynos PMU controller driver" if COMPILE_TEST
11 depends on (ARM && ARCH_EXYNOS) || ((ARM || ARM64) && COMPILE_TEST)
Pankaj Dubeybfce5522015-12-18 09:02:16 +053012
Krzysztof Kozlowski9479f7cc2016-05-10 16:31:26 +020013config EXYNOS_PM_DOMAINS
14 bool "Exynos PM domains" if COMPILE_TEST
15 depends on PM_GENERIC_DOMAINS || COMPILE_TEST
16
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +090017endif