aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-03-16 22:05:40 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2011-03-16 22:05:40 -0400
commit63a93699c6a58795b854ff573542a08367684dae (patch)
tree057ab4cbde66862c51867dde030be69a2fa7073f /arch/arm/Kconfig
parent16d8775700f1815076f879719ce14b33f50a3171 (diff)
parent21bd6d37cf23e643020bf28b41844ff0040c9393 (diff)
Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm: ARM: 6629/2: aaec2000: remove support for mach-aaec2000 ARM: lh7a40x: remove unmaintained platform support Fix up trivial conflicts in - arch/arm/mach-{aaec2000,lh7a40x}/include/mach/memory.h (removed) - drivers/usb/gadget/Kconfig (USB_[GADGET_]LH7A40X removed, others added)
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 48a0628d93e8..e34bf0272da4 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -227,15 +227,6 @@ choice
227 prompt "ARM system type" 227 prompt "ARM system type"
228 default ARCH_VERSATILE 228 default ARCH_VERSATILE
229 229
230config ARCH_AAEC2000
231 bool "Agilent AAEC-2000 based"
232 select CPU_ARM920T
233 select ARM_AMBA
234 select HAVE_CLK
235 select ARCH_USES_GETTIMEOFFSET
236 help
237 This enables support for systems based on the Agilent AAEC-2000
238
239config ARCH_INTEGRATOR 230config ARCH_INTEGRATOR
240 bool "ARM Ltd. Integrator family" 231 bool "ARM Ltd. Integrator family"
241 select ARM_AMBA 232 select ARM_AMBA
@@ -811,17 +802,6 @@ config ARCH_TCC_926
811 help 802 help
812 Support for Telechips TCC ARM926-based systems. 803 Support for Telechips TCC ARM926-based systems.
813 804
814config ARCH_LH7A40X
815 bool "Sharp LH7A40X"
816 select CPU_ARM922T
817 select ARCH_SPARSEMEM_ENABLE if !LH7A40X_CONTIGMEM
818 select ARCH_USES_GETTIMEOFFSET
819 help
820 Say Y here for systems based on one of the Sharp LH7A40X
821 System on a Chip processors. These CPUs include an ARM922T
822 core with a wide array of integrated devices for
823 hand-held and low-power applications.
824
825config ARCH_U300 805config ARCH_U300
826 bool "ST-Ericsson U300 Series" 806 bool "ST-Ericsson U300 Series"
827 depends on MMU 807 depends on MMU
@@ -908,8 +888,6 @@ endchoice
908# Kconfigs may be included either alphabetically (according to the 888# Kconfigs may be included either alphabetically (according to the
909# plat- suffix) or along side the corresponding mach-* source. 889# plat- suffix) or along side the corresponding mach-* source.
910# 890#
911source "arch/arm/mach-aaec2000/Kconfig"
912
913source "arch/arm/mach-at91/Kconfig" 891source "arch/arm/mach-at91/Kconfig"
914 892
915source "arch/arm/mach-bcmring/Kconfig" 893source "arch/arm/mach-bcmring/Kconfig"
@@ -948,8 +926,6 @@ source "arch/arm/mach-kirkwood/Kconfig"
948 926
949source "arch/arm/mach-ks8695/Kconfig" 927source "arch/arm/mach-ks8695/Kconfig"
950 928
951source "arch/arm/mach-lh7a40x/Kconfig"
952
953source "arch/arm/mach-loki/Kconfig" 929source "arch/arm/mach-loki/Kconfig"
954 930
955source "arch/arm/mach-lpc32xx/Kconfig" 931source "arch/arm/mach-lpc32xx/Kconfig"