diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2010-09-29 08:33:29 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-20 18:54:55 -0400 |
commit | f567fa6f62d263b50125b3321f43ba77c221dd82 (patch) | |
tree | 972811f495bbad39a4e6f68a31b4606804926354 /arch/arm/Kconfig | |
parent | eecb6a8420fde47ebc37d03f72ef6dcb8e93c0ef (diff) |
ARM: S5PV310: Place the common SPARSEMEM at ARCH_S5PV310
In case of S5PV310/S5PC210, it uses the SPARSEMEM as default memory
configuration. So moved to ARCH_S5PV310 config.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
[kgene.kim@samsung.com: edited title]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7f2fed102958..80203dcb97f7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -731,6 +731,7 @@ config ARCH_S5PV210 | |||
731 | config ARCH_S5PV310 | 731 | config ARCH_S5PV310 |
732 | bool "Samsung S5PV310/S5PC210" | 732 | bool "Samsung S5PV310/S5PC210" |
733 | select CPU_V7 | 733 | select CPU_V7 |
734 | select ARCH_SPARSEMEM_ENABLE | ||
734 | select GENERIC_GPIO | 735 | select GENERIC_GPIO |
735 | select HAVE_CLK | 736 | select HAVE_CLK |
736 | select GENERIC_CLOCKEVENTS | 737 | select GENERIC_CLOCKEVENTS |