diff options
| author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-01-23 16:16:44 +0100 | 
|---|---|---|
| committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-02-03 15:36:40 +0100 | 
| commit | 9a3ee403df57ba4c8ba6bb5d422690143417b53d (patch) | |
| tree | 38e98d626d2fd463a5f1486a8b53204b8884efee /arch/arm/mach-at91/Kconfig | |
| parent | 11128726bf9e27e22322151a8018fd57e978e303 (diff) | |
| download | linux-9a3ee403df57ba4c8ba6bb5d422690143417b53d.tar.bz2 | |
ARM: at91/at91sam9x5: Configuration and Makefile
Kconfig and Makefile entries for SAM9x5 family.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
| -rw-r--r-- | arch/arm/mach-at91/Kconfig | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 0284e66c47f9..e55cdcbd81fb 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -102,6 +102,15 @@ config ARCH_AT91SAM9G45  	select HAVE_AT91_DBGU1  	select AT91_SAM9G45_RESET +config ARCH_AT91SAM9X5 +	bool "AT91SAM9x5 family" +	select CPU_ARM926T +	select GENERIC_CLOCKEVENTS +	select HAVE_FB_ATMEL +	select HAVE_NET_MACB +	select HAVE_AT91_DBGU0 +	select AT91_SAM9G45_RESET +  config ARCH_AT91X40  	bool "AT91x40"  	select ARCH_USES_GETTIMEOFFSET |