diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-01-21 15:21:10 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-11 19:11:01 +0300 |
commit | 21bd6d37cf23e643020bf28b41844ff0040c9393 (patch) | |
tree | 2e6ab43de0d77a157491019ba03dc8d6e7579b49 /arch/arm/mach-aaec2000/Kconfig | |
parent | 82e6923e1862428b755ec306b3dbccf926849314 (diff) | |
download | linux-21bd6d37cf23e643020bf28b41844ff0040c9393.tar.xz |
ARM: 6629/2: aaec2000: remove support for mach-aaec2000
mach-aaec2000 is no longer actively maintained and is only receiving
fixups to remain building with other kernel updates.
Cc: Bellido Nicolas <ml@acolin.be>
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-aaec2000/Kconfig')
-rw-r--r-- | arch/arm/mach-aaec2000/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-aaec2000/Kconfig b/arch/arm/mach-aaec2000/Kconfig deleted file mode 100644 index 5e4bef93754c..000000000000 --- a/arch/arm/mach-aaec2000/Kconfig +++ /dev/null @@ -1,11 +0,0 @@ -if ARCH_AAEC2000 - -menu "Agilent AAEC-2000 Implementations" - -config MACH_AAED2000 - bool "Agilent AAED-2000 Development Platform" - select CPU_ARM920T - -endmenu - -endif |