diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-10-10 11:13:54 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-10-10 11:13:54 +0000 |
commit | 58a1b0cefef7d136251a0cd3a4d453046661a1a6 (patch) | |
tree | 97b9bb9a58774a29dfac1bc45a0e0eb319619516 /target/linux/generic | |
parent | b8834129311c86da39f2b7459acdcc77d0b2db22 (diff) | |
download | upstream-58a1b0cefef7d136251a0cd3a4d453046661a1a6.tar.gz upstream-58a1b0cefef7d136251a0cd3a4d453046661a1a6.tar.bz2 upstream-58a1b0cefef7d136251a0cd3a4d453046661a1a6.zip |
kernel: add default config for ARM_ERRATA symbols for kernel 3.3
Commit r37470 did not add a default conig for the ARM_ERRATA symbols for kernel 3.3.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38352 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.3 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 29253fef5b..9ee90a342c 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -107,7 +107,20 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCNET is not set CONFIG_ARM_CPU_TOPOLOGY=y CONFIG_ARM_DMA_MEM_BUFFERABLE=y +# CONFIG_ARM_ERRATA_326103 is not set +# CONFIG_ARM_ERRATA_364296 is not set # CONFIG_ARM_ERRATA_411920 is not set +# CONFIG_ARM_ERRATA_430973 is not set +# CONFIG_ARM_ERRATA_458693 is not set +# CONFIG_ARM_ERRATA_460075 is not set +# CONFIG_ARM_ERRATA_720789 is not set +# CONFIG_ARM_ERRATA_742230 is not set +# CONFIG_ARM_ERRATA_742231 is not set +# CONFIG_ARM_ERRATA_743622 is not set +# CONFIG_ARM_ERRATA_751472 is not set +# CONFIG_ARM_ERRATA_754322 is not set +# CONFIG_ARM_ERRATA_754327 is not set +# CONFIG_ARM_ERRATA_764369 is not set # CONFIG_ARM_PATCH_PHYS_VIRT is not set # CONFIG_ARM_UNWIND is not set CONFIG_ARPD=y |