aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-05-17 08:51:14 -0400
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-05-25 11:04:35 -0400
commit7a2207a0e1142a9b214b323e43ab2ecc592e5b0e (patch)
tree5e47b1916739c2148ec8cdb9b2d9dc256fcc0a0a /arch/arm/mach-at91/Kconfig
parente57556e3b6dcbf9b459cd503b061457b6ed1758f (diff)
at91: drop at572d940hf support
no-one use it and it's nearly impossible get a board to work on it and the Mainline implementation was never finished Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: Patrice Vilchez <patrice.vilchez@atmel.com> Cc: Andrew Victor <linux@maxim.org.za>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r--arch/arm/mach-at91/Kconfig21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 8cbc3aae6c64..22484670e7ba 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -82,11 +82,6 @@ config ARCH_AT91CAP9
82 select HAVE_FB_ATMEL 82 select HAVE_FB_ATMEL
83 select HAVE_NET_MACB 83 select HAVE_NET_MACB
84 84
85config ARCH_AT572D940HF
86 bool "AT572D940HF"
87 select CPU_ARM926T
88 select GENERIC_CLOCKEVENTS
89
90config ARCH_AT91X40 85config ARCH_AT91X40
91 bool "AT91x40" 86 bool "AT91x40"
92 select ARCH_USES_GETTIMEOFFSET 87 select ARCH_USES_GETTIMEOFFSET
@@ -431,22 +426,6 @@ endif
431 426
432# ---------------------------------------------------------- 427# ----------------------------------------------------------
433 428
434if ARCH_AT572D940HF
435
436comment "AT572D940HF Board Type"
437
438config MACH_AT572D940HFEB
439 bool "AT572D940HF-EK"
440 depends on ARCH_AT572D940HF
441 select HAVE_AT91_DATAFLASH_CARD
442 help
443 Select this if you are using Atmel's AT572D940HF-EK evaluation kit.
444 <http://www.atmel.com/products/diopsis/default.asp>
445
446endif
447
448# ----------------------------------------------------------
449
450if ARCH_AT91X40 429if ARCH_AT91X40
451 430
452comment "AT91X40 Board Type" 431comment "AT91X40 Board Type"