diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-07-14 21:03:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-07-14 21:03:53 +0000 |
commit | 116990441b795350840320ec05ffc2bf99077f16 (patch) | |
tree | ae8fea25c6d348cc6cac1a98bb983ca4038ace90 /target | |
parent | 1a963355b0c9ceba2342b81987537353453a3c76 (diff) | |
download | upstream-116990441b795350840320ec05ffc2bf99077f16.tar.gz upstream-116990441b795350840320ec05ffc2bf99077f16.tar.bz2 upstream-116990441b795350840320ec05ffc2bf99077f16.zip |
kernel: add some more ARM related configuration symbols
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37320
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.10 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 18be99dbb0..bdfb7fd088 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -118,7 +118,9 @@ CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARM_CPU_TOPOLOGY=y CONFIG_ARM_DMA_MEM_BUFFERABLE=y # CONFIG_ARM_ERRATA_411920 is not set +# CONFIG_ARM_ERRATA_643719 is not set # CONFIG_ARM_ERRATA_775420 is not set +# CONFIG_ARM_ERRATA_798181 is not set # CONFIG_ARM_PATCH_PHYS_VIRT is not set # CONFIG_ARM_PSCI is not set # CONFIG_ARM_UNWIND is not set @@ -1714,6 +1716,7 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MOUSE_PS2_SENTELIC is not set # CONFIG_MOUSE_SYNAPTICS_I2C is not set # CONFIG_MOUSE_SYNAPTICS_USB is not set +# CONFIG_MCPM is not set # CONFIG_MSDOS_FS is not set CONFIG_MSDOS_PARTITION=y # CONFIG_MSI_BITMAP_SELFTEST is not set @@ -2493,6 +2496,7 @@ CONFIG_RCU_FANOUT_LEAF=16 # CONFIG_RCU_NOCB_CPU is not set # CONFIG_RCU_TORTURE_TEST is not set # CONFIG_RCU_TRACE is not set +# CONFIG_RCU_USER_QS is not set # CONFIG_RC_CORE is not set # CONFIG_RC_MAP is not set # CONFIG_RDS is not set |