diff options
| author | Hong Xu <hong.xu@atmel.com> | 2012-04-17 14:26:31 +0800 | 
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-04-28 01:40:11 +0800 | 
| commit | 74db4fb93e4ed4d6241bf0f28e4b5d68a7a05577 (patch) | |
| tree | 07c904c57e5c5110a7dfaa9e9b4081a908e28f7e /arch/arm/mach-at91/Kconfig | |
| parent | 02059684271079f96e2a7a4bdc7912f029997866 (diff) | |
| download | linux-74db4fb93e4ed4d6241bf0f28e4b5d68a7a05577.tar.bz2 | |
ARM: at91: Add machine files for AT91SAM9N12 SoC
Signed-off-by: Hong Xu <hong.xu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
| -rw-r--r-- | arch/arm/mach-at91/Kconfig | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 98a42f3472d5..19505c0a3f01 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -91,6 +91,14 @@ config SOC_AT91SAM9X5  	  This support covers AT91SAM9G15, AT91SAM9G25, AT91SAM9X25, AT91SAM9G35  	  and AT91SAM9X35. +config SOC_AT91SAM9N12 +	bool "AT91SAM9N12 family" +	select SOC_AT91SAM9 +	select HAVE_AT91_DBGU0 +	select HAVE_FB_ATMEL +	help +	  Select this if you are using Atmel's AT91SAM9N12 SoC. +  choice  	prompt "Atmel AT91 Processor Devices for non DT boards" |