diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-09-15 12:15:58 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-09-22 08:42:39 -0400 |
commit | 2f58617168108660b5559c5e6d195c41767f823b (patch) | |
tree | 38571f89b7e30411f2255b7790be0e60008215d4 /arch/arm/configs/sama5_defconfig | |
parent | 7a4752677c449efa4a545014d5a153c409744d9f (diff) |
ARM: at91: add sama5d4 support to sama5_defconfig
Add sama5d4 to sama5_defconfig to build kernel booting on both sama5d3 and
samad4.
Note that earlyprintk can only be working for one or the other.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/configs/sama5_defconfig')
-rw-r--r-- | arch/arm/configs/sama5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index 4414990521d3..12007282b557 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig | |||
@@ -19,6 +19,7 @@ CONFIG_MODULE_FORCE_UNLOAD=y | |||
19 | CONFIG_ARCH_AT91=y | 19 | CONFIG_ARCH_AT91=y |
20 | CONFIG_SOC_SAM_V7=y | 20 | CONFIG_SOC_SAM_V7=y |
21 | CONFIG_SOC_SAMA5D3=y | 21 | CONFIG_SOC_SAMA5D3=y |
22 | CONFIG_SOC_SAMA5D4=y | ||
22 | CONFIG_MACH_SAMA5_DT=y | 23 | CONFIG_MACH_SAMA5_DT=y |
23 | CONFIG_AEABI=y | 24 | CONFIG_AEABI=y |
24 | # CONFIG_OABI_COMPAT is not set | 25 | # CONFIG_OABI_COMPAT is not set |