diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-05-10 16:31:26 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-05-30 09:12:57 +0200 |
commit | 9479f7cc91879c6ba75e70da41c4c9fe7842b342 (patch) | |
tree | 96561bc186f1fa75b9a99ac974825d287204347d /arch/arm/mach-exynos | |
parent | c028e175713698b88694c2075853963d07c81c13 (diff) | |
download | linux-9479f7cc91879c6ba75e70da41c4c9fe7842b342.tar.gz linux-9479f7cc91879c6ba75e70da41c4c9fe7842b342.tar.bz2 linux-9479f7cc91879c6ba75e70da41c4c9fe7842b342.zip |
soc: samsung: pm_domains: Enable COMPILE_TEST for build coverage
Introduce a platform selectable symbol EXYNOS_PM_DOMAINS which can be
also toggled on by COMPILE_TEST for some build coverage.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index e65aa7d11b20..58b334f5f1d6 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -19,6 +19,7 @@ menuconfig ARCH_EXYNOS select EXYNOS_THERMAL select EXYNOS_PMU select EXYNOS_SROM + select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS select HAVE_ARM_SCU if SMP select HAVE_S3C2410_I2C if I2C select HAVE_S3C2410_WATCHDOG if WATCHDOG |