diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-05-17 20:51:14 +0800 | 
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-05-25 23:04:35 +0800 | 
| commit | 7a2207a0e1142a9b214b323e43ab2ecc592e5b0e (patch) | |
| tree | 5e47b1916739c2148ec8cdb9b2d9dc256fcc0a0a /arch/arm/mach-at91/Kconfig | |
| parent | e57556e3b6dcbf9b459cd503b061457b6ed1758f (diff) | |
| download | linux-7a2207a0e1142a9b214b323e43ab2ecc592e5b0e.tar.bz2 | |
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/Kconfig | 21 | 
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  	select HAVE_FB_ATMEL  	select HAVE_NET_MACB -config ARCH_AT572D940HF -	bool "AT572D940HF" -	select CPU_ARM926T -	select GENERIC_CLOCKEVENTS -  config ARCH_AT91X40  	bool "AT91x40"  	select ARCH_USES_GETTIMEOFFSET @@ -431,22 +426,6 @@ endif  # ---------------------------------------------------------- -if ARCH_AT572D940HF - -comment "AT572D940HF Board Type" - -config MACH_AT572D940HFEB -	bool "AT572D940HF-EK" -	depends on ARCH_AT572D940HF -	select HAVE_AT91_DATAFLASH_CARD -	help -	  Select this if you are using Atmel's AT572D940HF-EK evaluation kit. -	  <http://www.atmel.com/products/diopsis/default.asp> - -endif - -# ---------------------------------------------------------- -  if ARCH_AT91X40  comment "AT91X40 Board Type" |