aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2006-09-18 18:12:53 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-25 05:25:37 -0400
commit7ae1f7ec525c32db441836ab0ab010b85cb819a2 (patch)
tree25d87bd43198bdc3868c20cf3e8d44e8e343f0e6 /arch/arm/Kconfig
parent3f7e5815f4b774270e6506962de37af85aa9c830 (diff)
[ARM] 3818/1: iop3xx: introduce arch/arm/plat-iop for shared iop32x/iop33x code
Introduce the arch/arm/plat-iop directory, for code shared between the iop32x and iop33x, and move the common memory map setup bits there. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0fb17bbb86bc..665ce173e664 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -205,6 +205,7 @@ config ARCH_IMX
205config ARCH_IOP32X 205config ARCH_IOP32X
206 bool "IOP32x-based" 206 bool "IOP32x-based"
207 depends on MMU 207 depends on MMU
208 select PLAT_IOP
208 select PCI 209 select PCI
209 help 210 help
210 Support for Intel's 80219 and IOP32X (XScale) family of 211 Support for Intel's 80219 and IOP32X (XScale) family of
@@ -213,6 +214,7 @@ config ARCH_IOP32X
213config ARCH_IOP33X 214config ARCH_IOP33X
214 bool "IOP33x-based" 215 bool "IOP33x-based"
215 depends on MMU 216 depends on MMU
217 select PLAT_IOP
216 select PCI 218 select PCI
217 help 219 help
218 Support for Intel's IOP33X (XScale) family of processors. 220 Support for Intel's IOP33X (XScale) family of processors.
@@ -362,6 +364,9 @@ source "arch/arm/mach-netx/Kconfig"
362config ARCH_ACORN 364config ARCH_ACORN
363 bool 365 bool
364 366
367config PLAT_IOP
368 bool
369
365source arch/arm/mm/Kconfig 370source arch/arm/mm/Kconfig
366 371
367# bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER 372# bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER