diff options
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 2d0240f241b8..b9e3f1c61baf 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -24,6 +24,7 @@ menuconfig ARCH_EXYNOS | |||
24 | select PM_GENERIC_DOMAINS if PM_RUNTIME | 24 | select PM_GENERIC_DOMAINS if PM_RUNTIME |
25 | select S5P_DEV_MFC | 25 | select S5P_DEV_MFC |
26 | select SRAM | 26 | select SRAM |
27 | select MFD_SYSCON | ||
27 | help | 28 | help |
28 | Support for SAMSUNG EXYNOS SoCs (EXYNOS4/5) | 29 | Support for SAMSUNG EXYNOS SoCs (EXYNOS4/5) |
29 | 30 | ||
@@ -75,6 +76,11 @@ config SOC_EXYNOS4412 | |||
75 | default y | 76 | default y |
76 | depends on ARCH_EXYNOS4 | 77 | depends on ARCH_EXYNOS4 |
77 | 78 | ||
79 | config SOC_EXYNOS4415 | ||
80 | bool "SAMSUNG EXYNOS4415" | ||
81 | default y | ||
82 | depends on ARCH_EXYNOS4 | ||
83 | |||
78 | config SOC_EXYNOS5250 | 84 | config SOC_EXYNOS5250 |
79 | bool "SAMSUNG EXYNOS5250" | 85 | bool "SAMSUNG EXYNOS5250" |
80 | default y | 86 | default y |
@@ -123,4 +129,9 @@ config EXYNOS5420_MCPM | |||
123 | This is needed to provide CPU and cluster power management | 129 | This is needed to provide CPU and cluster power management |
124 | on Exynos5420 implementing big.LITTLE. | 130 | on Exynos5420 implementing big.LITTLE. |
125 | 131 | ||
132 | config EXYNOS_CPU_SUSPEND | ||
133 | bool | ||
134 | select ARM_CPU_SUSPEND | ||
135 | default PM_SLEEP || ARM_EXYNOS_CPUIDLE | ||
136 | |||
126 | endif | 137 | endif |