diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:11:11 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:11:11 +0000 |
commit | fef5fbe680bdc1470a602f88bd51a828d6501e15 (patch) | |
tree | 2416723b6a4f69f9baa28ef88d9eb270dc821027 /target/linux/at91/sama5d3/config-default | |
parent | bddb362803512f5a1dab473956e75252e7a6cc5a (diff) | |
download | upstream-fef5fbe680bdc1470a602f88bd51a828d6501e15.tar.gz upstream-fef5fbe680bdc1470a602f88bd51a828d6501e15.tar.bz2 upstream-fef5fbe680bdc1470a602f88bd51a828d6501e15.zip |
at91: add SAMA5D3 subtarget
Add a subtarget for Atmel's SAMA5D3 Cortex-A5 based SoCs.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42417 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91/sama5d3/config-default')
-rw-r--r-- | target/linux/at91/sama5d3/config-default | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/at91/sama5d3/config-default b/target/linux/at91/sama5d3/config-default new file mode 100644 index 0000000000..2cdd3819b8 --- /dev/null +++ b/target/linux/at91/sama5d3/config-default @@ -0,0 +1,12 @@ +CONFIG_SOC_SAMA5=y +# CONFIG_SOC_SAM_V4_V5 is not set +CONFIG_SOC_SAM_V7=y +CONFIG_SOC_SAMA5D3=y +CONFIG_MACH_SAMA5_DT=y +# CONFIG_ARM_LPAE is not set +# CONFIG_ARM_THUMBEE is not set +# CONFIG_SWP_EMULATE is not set +# CONFIG_CPU_ICACHE_DISABLE is not set +# CONFIG_CPU_BPREDICT_DISABLE is not set +# CONFIG_THUMB2_KERNEL is not set +# CONFIG_XEN is not set |