diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-01-26 14:07:09 +0100 | 
|---|---|---|
| committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-02-03 13:33:05 +0100 | 
| commit | 9918ceafd4a9e013572e03983f528017c29bb1cb (patch) | |
| tree | 90d7885b26b87d27ed4cdb4026e608908e8a8a4c /arch/arm/mach-at91/Kconfig | |
| parent | 57225b76864210d667b935c54babf22b6c31336b (diff) | |
| download | linux-9918ceafd4a9e013572e03983f528017c29bb1cb.tar.bz2 | |
ARM: at91: code removal of CAP9 SoC
Following removal announce and addition to feature-removal-schedule.txt,
here is the actual source code deletion for Atmel CAP9 family.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
| -rw-r--r-- | arch/arm/mach-at91/Kconfig | 26 | 
1 files changed, 1 insertions, 25 deletions
| diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 71feb00a1e99..0284e66c47f9 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -102,15 +102,6 @@ config ARCH_AT91SAM9G45  	select HAVE_AT91_DBGU1  	select AT91_SAM9G45_RESET -config ARCH_AT91CAP9 -	bool "AT91CAP9" -	select CPU_ARM926T -	select GENERIC_CLOCKEVENTS -	select HAVE_FB_ATMEL -	select HAVE_NET_MACB -	select HAVE_AT91_DBGU1 -	select AT91_SAM9G45_RESET -  config ARCH_AT91X40  	bool "AT91x40"  	select ARCH_USES_GETTIMEOFFSET @@ -447,21 +438,6 @@ endif  # ---------------------------------------------------------- -if ARCH_AT91CAP9 - -comment "AT91CAP9 Board Type" - -config MACH_AT91CAP9ADK -	bool "Atmel AT91CAP9A-DK Evaluation Kit" -	select HAVE_AT91_DATAFLASH_CARD -	help -	  Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit. -	  <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138> - -endif - -# ---------------------------------------------------------- -  if ARCH_AT91X40  comment "AT91X40 Board Type" @@ -544,7 +520,7 @@ config AT91_EARLY_DBGU0  	depends on HAVE_AT91_DBGU0  config AT91_EARLY_DBGU1 -	bool "DBGU on 9263, 9g45 and cap9" +	bool "DBGU on 9263 and 9g45"  	depends on HAVE_AT91_DBGU1  config AT91_EARLY_USART0 |