* [PATCH v4 4/8] ARM: S5PV210: Update Kconfig and Makefiles
@ 2010-01-27 10:04 Kukjin Kim
2010-01-27 10:41 ` Marek Szyprowski
0 siblings, 1 reply; 3+ messages in thread
From: Kukjin Kim @ 2010-01-27 10:04 UTC (permalink / raw)
To: linux-arm-kernel
Updates arch/arm Kconfig and Makefile for building the S5PV210 support.
Also modifies the plat-s5p Kconfig file to include the support for plat-s5p
for S5PV210.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
---
arch/arm/Kconfig | 12 +++++++++++-
arch/arm/Makefile | 1 +
arch/arm/mm/Kconfig | 2 +-
arch/arm/plat-s5p/Kconfig | 2 +-
4 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3bc5169..a5602ec 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -649,6 +649,14 @@ config ARCH_S5PC1XX
help
Samsung S5PC1XX series based systems
+config ARCH_S5PV210
+ bool "Samsung S5PV210/S5PC110"
+ select CPU_V7
+ select GENERIC_GPIO
+ select HAVE_CLK
+ help
+ Samsung S5PV210/S5PC110 series based systems
+
config ARCH_SHARK
bool "Shark"
select CPU_SA110
@@ -811,6 +819,8 @@ if ARCH_S5PC1XX
source "arch/arm/mach-s5pc100/Kconfig"
endif
+source "arch/arm/mach-s5pv210/Kconfig"
+
source "arch/arm/mach-lh7a40x/Kconfig"
source "arch/arm/mach-h720x/Kconfig"
@@ -1085,7 +1095,7 @@ source kernel/Kconfig.preempt
config HZ
int
default 128 if ARCH_L7200
- default 200 if ARCH_EBSA110 || ARCH_S3C2410 || ARCH_S5P6440
+ default 200 if ARCH_EBSA110 || ARCH_S3C2410 || ARCH_S5P6440 || ARCH_S5PV210
default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
default AT91_TIMER_HZ if ARCH_AT91
default 100
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index bbcd512..c968bde 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -163,6 +163,7 @@ machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0
machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410
machine-$(CONFIG_ARCH_S5P6440) := s5p6440
machine-$(CONFIG_ARCH_S5PC1XX) := s5pc100
+machine-$(CONFIG_ARCH_S5PV210) := s5pv210
machine-$(CONFIG_ARCH_SA1100) := sa1100
machine-$(CONFIG_ARCH_SHARK) := shark
machine-$(CONFIG_ARCH_STMP378X) := stmp378x
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index baf6384..91617f7 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -779,5 +779,5 @@ config CACHE_XSC3L2
config ARM_L1_CACHE_SHIFT
int
- default 6 if ARCH_OMAP3 || ARCH_S5PC1XX
+ default 6 if ARCH_OMAP3 || ARCH_S5PC1XX || ARCH_S5PV210
default 5
diff --git a/arch/arm/plat-s5p/Kconfig b/arch/arm/plat-s5p/Kconfig
index fca6dad..225ab11 100644
--- a/arch/arm/plat-s5p/Kconfig
+++ b/arch/arm/plat-s5p/Kconfig
@@ -7,7 +7,7 @@
config PLAT_S5P
bool
- depends on ARCH_S5P6440
+ depends on (ARCH_S5P6440 || ARCH_S5PV210)
default y
select PLAT_S3C
select ARM_VIC
--
1.6.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v4 4/8] ARM: S5PV210: Update Kconfig and Makefiles
2010-01-27 10:04 [PATCH v4 4/8] ARM: S5PV210: Update Kconfig and Makefiles Kukjin Kim
@ 2010-01-27 10:41 ` Marek Szyprowski
2010-01-27 10:47 ` Ben Dooks
0 siblings, 1 reply; 3+ messages in thread
From: Marek Szyprowski @ 2010-01-27 10:41 UTC (permalink / raw)
To: linux-arm-kernel
Hello,
On Wednesday, January 27, 2010 11:04 AM Kukjin Kim wrote:
> Updates arch/arm Kconfig and Makefile for building the S5PV210 support.
> Also modifies the plat-s5p Kconfig file to include the support for plat-s5p
> for S5PV210.
>
> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> ---
> arch/arm/Kconfig | 12 +++++++++++-
> arch/arm/Makefile | 1 +
> arch/arm/mm/Kconfig | 2 +-
> arch/arm/plat-s5p/Kconfig | 2 +-
> 4 files changed, 14 insertions(+), 3 deletions(-)
snip
> diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
> index baf6384..91617f7 100644
> --- a/arch/arm/mm/Kconfig
> +++ b/arch/arm/mm/Kconfig
> @@ -779,5 +779,5 @@ config CACHE_XSC3L2
>
> config ARM_L1_CACHE_SHIFT
> int
> - default 6 if ARCH_OMAP3 || ARCH_S5PC1XX
> + default 6 if ARCH_OMAP3 || ARCH_S5PC1XX || ARCH_S5PV210
> default 5
This should be a separate patch, because it modifies other kernel subsystem
(ARM MM) than the others (Samsung sub-tree).
Anyway, what about introducing new Kconfig option
PLAT_SAMSUNG_HAS_6_L1_CACHE_SHIFT?
Then we can depend ARM_L1_CACHE_SHIFT = 6 on it. The option is would be
selected by ARCH_S5PC1XX and ARCH_S5PV210. There might be other Samsung chips
in the future that would require this and this way it can be properly handled
inside Samsung plat Kconfigs.
Best regards
--
Marek Szyprowski
Samsung Poland R&D Center
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v4 4/8] ARM: S5PV210: Update Kconfig and Makefiles
2010-01-27 10:41 ` Marek Szyprowski
@ 2010-01-27 10:47 ` Ben Dooks
0 siblings, 0 replies; 3+ messages in thread
From: Ben Dooks @ 2010-01-27 10:47 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jan 27, 2010 at 11:41:08AM +0100, Marek Szyprowski wrote:
> Hello,
>
> On Wednesday, January 27, 2010 11:04 AM Kukjin Kim wrote:
>
> > Updates arch/arm Kconfig and Makefile for building the S5PV210 support.
> > Also modifies the plat-s5p Kconfig file to include the support for plat-s5p
> > for S5PV210.
> >
> > Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> > ---
> > arch/arm/Kconfig | 12 +++++++++++-
> > arch/arm/Makefile | 1 +
> > arch/arm/mm/Kconfig | 2 +-
> > arch/arm/plat-s5p/Kconfig | 2 +-
> > 4 files changed, 14 insertions(+), 3 deletions(-)
>
> snip
>
> > diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
> > index baf6384..91617f7 100644
> > --- a/arch/arm/mm/Kconfig
> > +++ b/arch/arm/mm/Kconfig
> > @@ -779,5 +779,5 @@ config CACHE_XSC3L2
> >
> > config ARM_L1_CACHE_SHIFT
> > int
> > - default 6 if ARCH_OMAP3 || ARCH_S5PC1XX
> > + default 6 if ARCH_OMAP3 || ARCH_S5PC1XX || ARCH_S5PV210
> > default 5
>
> This should be a separate patch, because it modifies other kernel subsystem
> (ARM MM) than the others (Samsung sub-tree).
>
> Anyway, what about introducing new Kconfig option
> PLAT_SAMSUNG_HAS_6_L1_CACHE_SHIFT?
even better, how about ARM_L1_CACHE_SHIFT_BY6 ?
> Then we can depend ARM_L1_CACHE_SHIFT = 6 on it. The option is would be
> selected by ARCH_S5PC1XX and ARCH_S5PV210. There might be other Samsung chips
> in the future that would require this and this way it can be properly handled
> inside Samsung plat Kconfigs.
>
> Best regards
> --
> Marek Szyprowski
> Samsung Poland R&D Center
>
>
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-27 10:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-27 10:04 [PATCH v4 4/8] ARM: S5PV210: Update Kconfig and Makefiles Kukjin Kim
2010-01-27 10:41 ` Marek Szyprowski
2010-01-27 10:47 ` Ben Dooks
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).