diff options
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index 43ccbb0bf410..dd660eb20204 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig | |||
@@ -13,12 +13,14 @@ config CPU_EXYNOS4210 | |||
13 | bool | 13 | bool |
14 | select SAMSUNG_DMADEV | 14 | select SAMSUNG_DMADEV |
15 | select S5P_PM if PM | 15 | select S5P_PM if PM |
16 | select S5P_SLEEP if PM | ||
16 | help | 17 | help |
17 | Enable EXYNOS4210 CPU support | 18 | Enable EXYNOS4210 CPU support |
18 | 19 | ||
19 | config SOC_EXYNOS4212 | 20 | config SOC_EXYNOS4212 |
20 | bool | 21 | bool |
21 | select S5P_PM if PM | 22 | select S5P_PM if PM |
23 | select S5P_SLEEP if PM | ||
22 | help | 24 | help |
23 | Enable EXYNOS4212 SoC support | 25 | Enable EXYNOS4212 SoC support |
24 | 26 | ||