diff options
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 845031b50826..8f9b66c4ac78 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | # Configuration options for the EXYNOS4 | 8 | # Configuration options for the EXYNOS4 |
9 | 9 | ||
10 | config ARCH_EXYNOS | 10 | menuconfig ARCH_EXYNOS |
11 | bool "Samsung EXYNOS" if ARCH_MULTI_V7 | 11 | bool "Samsung EXYNOS" if ARCH_MULTI_V7 |
12 | select ARCH_HAS_BANDGAP | 12 | select ARCH_HAS_BANDGAP |
13 | select ARCH_HAS_HOLES_MEMORYMODEL | 13 | select ARCH_HAS_HOLES_MEMORYMODEL |
@@ -29,8 +29,6 @@ config ARCH_EXYNOS | |||
29 | 29 | ||
30 | if ARCH_EXYNOS | 30 | if ARCH_EXYNOS |
31 | 31 | ||
32 | menu "SAMSUNG EXYNOS SoCs Support" | ||
33 | |||
34 | config ARCH_EXYNOS3 | 32 | config ARCH_EXYNOS3 |
35 | bool "SAMSUNG EXYNOS3" | 33 | bool "SAMSUNG EXYNOS3" |
36 | select ARM_CPU_SUSPEND if PM | 34 | select ARM_CPU_SUSPEND if PM |
@@ -117,8 +115,6 @@ config SOC_EXYNOS5800 | |||
117 | default y | 115 | default y |
118 | depends on SOC_EXYNOS5420 | 116 | depends on SOC_EXYNOS5420 |
119 | 117 | ||
120 | endmenu | ||
121 | |||
122 | config EXYNOS5420_MCPM | 118 | config EXYNOS5420_MCPM |
123 | bool "Exynos5420 Multi-Cluster PM support" | 119 | bool "Exynos5420 Multi-Cluster PM support" |
124 | depends on MCPM && SOC_EXYNOS5420 | 120 | depends on MCPM && SOC_EXYNOS5420 |