aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 18a1eb93fd72..83e85134df64 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -212,15 +212,6 @@ choice
212 prompt "ARM system type" 212 prompt "ARM system type"
213 default ARCH_VERSATILE 213 default ARCH_VERSATILE
214 214
215config ARCH_AAEC2000
216 bool "Agilent AAEC-2000 based"
217 select CPU_ARM920T
218 select ARM_AMBA
219 select HAVE_CLK
220 select ARCH_USES_GETTIMEOFFSET
221 help
222 This enables support for systems based on the Agilent AAEC-2000
223
224config ARCH_INTEGRATOR 215config ARCH_INTEGRATOR
225 bool "ARM Ltd. Integrator family" 216 bool "ARM Ltd. Integrator family"
226 select ARM_AMBA 217 select ARM_AMBA
@@ -871,8 +862,6 @@ endchoice
871# Kconfigs may be included either alphabetically (according to the 862# Kconfigs may be included either alphabetically (according to the
872# plat- suffix) or along side the corresponding mach-* source. 863# plat- suffix) or along side the corresponding mach-* source.
873# 864#
874source "arch/arm/mach-aaec2000/Kconfig"
875
876source "arch/arm/mach-at91/Kconfig" 865source "arch/arm/mach-at91/Kconfig"
877 866
878source "arch/arm/mach-bcmring/Kconfig" 867source "arch/arm/mach-bcmring/Kconfig"