diff options
| author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2013-03-22 13:24:10 +0000 | 
|---|---|---|
| committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-03-26 12:18:04 +0100 | 
| commit | fc05b6571dc1054c31fc7bb1cdaa186c28f7de79 (patch) | |
| tree | 16646a02ac9360479e4444cc6fab1e044d67e687 /arch/arm/mach-at91/Kconfig | |
| parent | 84ddb087637849d1bf42f4260da41f1278df4448 (diff) | |
| download | linux-fc05b6571dc1054c31fc7bb1cdaa186c28f7de79.tar.bz2 | |
ARM: at91: add AT91_SAM9_TIME entry to select at91sam926x_time.c compilation
No more associate at91sam926x_time.c compilation with SOC_AT91SAM9 entry since
SAMA5D3 devices will use this driver too.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
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 | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 440682b708f3..68c53c3933ef 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -14,8 +14,12 @@ config AT91_SAM9G45_RESET  	bool  	default !ARCH_AT91X40 +config AT91_SAM9_TIME +	bool +  config SOC_AT91SAM9  	bool +	select AT91_SAM9_TIME  	select CPU_ARM926T  	select GENERIC_CLOCKEVENTS  	select MULTI_IRQ_HANDLER |