diff options
author | Olof Johansson <olof@lixom.net> | 2012-04-14 22:17:47 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-04-14 22:17:47 -0700 |
commit | 17d2f847e6aa1181024cb881fdc6cbad18f11b04 (patch) | |
tree | d6a1c35140a566a3b4bdf032b597cf96f5758e95 /arch/arm/Kconfig | |
parent | 0034102808e0dbbf3a2394b82b1bb40b5778de9e (diff) | |
parent | c65f2abf54a6d07260f1fa64773154e1d7047961 (diff) |
Merge branch 'ixp2xxx/removal' into next/cleanup
* ixp2xxx/removal:
ARM: remove ixp23xx and ixp2000 platforms
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cf006d40342c..80787f77fe88 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -528,28 +528,6 @@ config ARCH_IOP33X help Support for Intel's IOP33X (XScale) family of processors. -config ARCH_IXP23XX - bool "IXP23XX-based" - depends on MMU - select CPU_XSC3 - select PCI - select ARCH_USES_GETTIMEOFFSET - select NEED_MACH_IO_H - select NEED_MACH_MEMORY_H - help - Support for Intel's IXP23xx (XScale) family of processors. - -config ARCH_IXP2000 - bool "IXP2400/2800-based" - depends on MMU - select CPU_XSCALE - select PCI - select ARCH_USES_GETTIMEOFFSET - select NEED_MACH_IO_H - select NEED_MACH_MEMORY_H - help - Support for Intel's IXP2400/2800 (XScale) family of processors. - config ARCH_IXP4XX bool "IXP4xx-based" depends on MMU @@ -1046,10 +1024,6 @@ source "arch/arm/mach-iop13xx/Kconfig" source "arch/arm/mach-ixp4xx/Kconfig" -source "arch/arm/mach-ixp2000/Kconfig" - -source "arch/arm/mach-ixp23xx/Kconfig" - source "arch/arm/mach-kirkwood/Kconfig" source "arch/arm/mach-ks8695/Kconfig" |