diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-09-18 18:10:26 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 05:25:36 -0400 |
commit | 3f7e5815f4b774270e6506962de37af85aa9c830 (patch) | |
tree | 7e4a2b0d6f8b9f1a21ba7a4eb8baf1a1ec04d4f9 /arch/arm/Kconfig | |
parent | 98954df6917cb8f7e65f4f0f79ed641112fcf6b6 (diff) |
[ARM] 3817/1: iop3xx: split the iop3xx mach into iop32x and iop33x
Split the iop3xx mach type into iop32x and iop33x -- split the config
symbols, and move the code in the mach-iop3xx directory to the mach-iop32x
and mach-iop33x directories.
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/Kconfig | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d9376f048ed7..0fb17bbb86bc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -202,12 +202,20 @@ config ARCH_IMX | |||
202 | help | 202 | help |
203 | Support for Motorola's i.MX family of processors (MX1, MXL). | 203 | Support for Motorola's i.MX family of processors (MX1, MXL). |
204 | 204 | ||
205 | config ARCH_IOP3XX | 205 | config ARCH_IOP32X |
206 | bool "IOP3xx-based" | 206 | bool "IOP32x-based" |
207 | depends on MMU | 207 | depends on MMU |
208 | select PCI | 208 | select PCI |
209 | help | 209 | help |
210 | Support for Intel's IOP3XX (XScale) family of processors. | 210 | Support for Intel's 80219 and IOP32X (XScale) family of |
211 | processors. | ||
212 | |||
213 | config ARCH_IOP33X | ||
214 | bool "IOP33x-based" | ||
215 | depends on MMU | ||
216 | select PCI | ||
217 | help | ||
218 | Support for Intel's IOP33X (XScale) family of processors. | ||
211 | 219 | ||
212 | config ARCH_IXP4XX | 220 | config ARCH_IXP4XX |
213 | bool "IXP4xx-based" | 221 | bool "IXP4xx-based" |
@@ -312,7 +320,9 @@ source "arch/arm/mach-footbridge/Kconfig" | |||
312 | 320 | ||
313 | source "arch/arm/mach-integrator/Kconfig" | 321 | source "arch/arm/mach-integrator/Kconfig" |
314 | 322 | ||
315 | source "arch/arm/mach-iop3xx/Kconfig" | 323 | source "arch/arm/mach-iop32x/Kconfig" |
324 | |||
325 | source "arch/arm/mach-iop33x/Kconfig" | ||
316 | 326 | ||
317 | source "arch/arm/mach-ixp4xx/Kconfig" | 327 | source "arch/arm/mach-ixp4xx/Kconfig" |
318 | 328 | ||
@@ -848,7 +858,7 @@ source "drivers/block/Kconfig" | |||
848 | 858 | ||
849 | source "drivers/acorn/block/Kconfig" | 859 | source "drivers/acorn/block/Kconfig" |
850 | 860 | ||
851 | if PCMCIA || ARCH_CLPS7500 || ARCH_IOP3XX || ARCH_IXP4XX \ | 861 | if PCMCIA || ARCH_CLPS7500 || ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX \ |
852 | || ARCH_L7200 || ARCH_LH7A40X || ARCH_PXA || ARCH_RPC \ | 862 | || ARCH_L7200 || ARCH_LH7A40X || ARCH_PXA || ARCH_RPC \ |
853 | || ARCH_S3C2410 || ARCH_SA1100 || ARCH_SHARK || FOOTBRIDGE \ | 863 | || ARCH_S3C2410 || ARCH_SA1100 || ARCH_SHARK || FOOTBRIDGE \ |
854 | || ARCH_IXP23XX | 864 | || ARCH_IXP23XX |