diff options
author | Jean-Jacques Hiblot <jjhiblot@traphandler.com> | 2014-03-03 05:05:58 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-03-12 09:30:23 -0400 |
commit | 2f5c1ac72abc824df36a3b460dcc057ef398162e (patch) | |
tree | b288ab75f2749710e5a7f468fa5ced99bbb6e88c | |
parent | 360ccb309aa9c0d7afc725207255291b13768462 (diff) |
ARM: at91: dt: defconfig: Added the sam9261 to the list of DT-enabled SOCs
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-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 d0bddb699865..c0b7b63652f4 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig | |||
@@ -16,6 +16,7 @@ CONFIG_MODULE_UNLOAD=y | |||
16 | CONFIG_ARCH_AT91=y | 16 | CONFIG_ARCH_AT91=y |
17 | CONFIG_SOC_AT91RM9200=y | 17 | CONFIG_SOC_AT91RM9200=y |
18 | CONFIG_SOC_AT91SAM9260=y | 18 | CONFIG_SOC_AT91SAM9260=y |
19 | CONFIG_SOC_AT91SAM9261=y | ||
19 | CONFIG_SOC_AT91SAM9263=y | 20 | CONFIG_SOC_AT91SAM9263=y |
20 | CONFIG_SOC_AT91SAM9G45=y | 21 | CONFIG_SOC_AT91SAM9G45=y |
21 | CONFIG_SOC_AT91SAM9X5=y | 22 | CONFIG_SOC_AT91SAM9X5=y |