* [PATCH v2 2/3] ARM: S5PC210: Place the common SPARSEMEM at ARCH_S5PV310
@ 2010-09-29 0:39 Kyungmin Park
2010-09-29 1:24 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2010-09-29 0:39 UTC (permalink / raw)
To: linux-arm-kernel
From: Kyungmin Park <kyungmin.park@samsung.com>
In case of s5pc210 CPU. It uses the SPARSEMEM as default memory configuration
So move to ARCH_S5PV310 config.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
arch/arm/Kconfig | 1 +
arch/arm/mach-s5pv310/Kconfig | 2 --
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e112987..d10099d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -731,6 +731,7 @@ config ARCH_S5PV210
config ARCH_S5PV310
bool "Samsung S5PV310/S5PC210"
select CPU_V7
+ select ARCH_SPARSEMEM_ENABLE
select GENERIC_GPIO
select HAVE_CLK
select GENERIC_CLOCKEVENTS
diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig
index 331b5bd..ec8b350 100644
--- a/arch/arm/mach-s5pv310/Kconfig
+++ b/arch/arm/mach-s5pv310/Kconfig
@@ -30,14 +30,12 @@ config S5PV310_SETUP_I2C2
config MACH_SMDKV310
bool "SMDKV310"
select CPU_S5PV310
- select ARCH_SPARSEMEM_ENABLE
help
Machine support for Samsung SMDKV310
config MACH_UNIVERSAL_C210
bool "Mobile UNIVERSAL_C210 Board"
select CPU_S5PV310
- select ARCH_SPARSEMEM_ENABLE
help
Machine support for Samsung Mobile Universal S5PC210 Reference
Board. S5PC210(MCP) is one of package option of S5PV310
--
1.5.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH v2 2/3] ARM: S5PC210: Place the common SPARSEMEM at ARCH_S5PV310
2010-09-29 0:39 [PATCH v2 2/3] ARM: S5PC210: Place the common SPARSEMEM at ARCH_S5PV310 Kyungmin Park
@ 2010-09-29 1:24 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2010-09-29 1:24 UTC (permalink / raw)
To: linux-arm-kernel
Kyungmin Park wrote:
>
> From: Kyungmin Park <kyungmin.park@samsung.com>
>
> In case of s5pc210 CPU. It uses the SPARSEMEM as default memory
> configuration
> So move to ARCH_S5PV310 config.
>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> arch/arm/Kconfig | 1 +
> arch/arm/mach-s5pv310/Kconfig | 2 --
> 2 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index e112987..d10099d 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -731,6 +731,7 @@ config ARCH_S5PV210
> config ARCH_S5PV310
> bool "Samsung S5PV310/S5PC210"
> select CPU_V7
> + select ARCH_SPARSEMEM_ENABLE
> select GENERIC_GPIO
> select HAVE_CLK
> select GENERIC_CLOCKEVENTS
> diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig
> index 331b5bd..ec8b350 100644
> --- a/arch/arm/mach-s5pv310/Kconfig
> +++ b/arch/arm/mach-s5pv310/Kconfig
> @@ -30,14 +30,12 @@ config S5PV310_SETUP_I2C2
> config MACH_SMDKV310
> bool "SMDKV310"
> select CPU_S5PV310
> - select ARCH_SPARSEMEM_ENABLE
> help
> Machine support for Samsung SMDKV310
>
> config MACH_UNIVERSAL_C210
> bool "Mobile UNIVERSAL_C210 Board"
> select CPU_S5PV310
> - select ARCH_SPARSEMEM_ENABLE
> help
> Machine support for Samsung Mobile Universal S5PC210 Reference
> Board. S5PC210(MCP) is one of package option of S5PV310
> --
Ok..will apply.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-29 1:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-29 0:39 [PATCH v2 2/3] ARM: S5PC210: Place the common SPARSEMEM at ARCH_S5PV310 Kyungmin Park
2010-09-29 1:24 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox