diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-01-23 10:06:46 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-01-23 10:39:58 +0100 |
commit | 581d6299746ed264bcddc48a611343cedd10ba77 (patch) | |
tree | e6fa7d7e0d34c4ae110d29f61e31a111463e2791 /arch/arm | |
parent | 2e06e92c758b768baaacc061aafa7f710b74ea02 (diff) | |
download | op-kernel-dev-581d6299746ed264bcddc48a611343cedd10ba77.zip op-kernel-dev-581d6299746ed264bcddc48a611343cedd10ba77.tar.gz |
ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfig
Reported-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/at91_dt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index a353ff6..1ea9590 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -19,6 +19,7 @@ CONFIG_SOC_AT91SAM9260=y CONFIG_SOC_AT91SAM9263=y CONFIG_SOC_AT91SAM9G45=y CONFIG_SOC_AT91SAM9X5=y +CONFIG_SOC_AT91SAM9N12=y CONFIG_MACH_AT91SAM_DT=y CONFIG_AT91_PROGRAMMABLE_CLOCKS=y CONFIG_AT91_TIMER_HZ=128 |