diff options
author | John Crispin <john@openwrt.org> | 2014-12-11 18:39:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-11 18:39:22 +0000 |
commit | ce06a742c9c8ebcef707425ebb9aaea92e90547c (patch) | |
tree | baa82b03ecdb3e85720c5dc6d3fa12269d8558f4 /target/linux/mpc85xx/p1020 | |
parent | 6d52fd203d11c715981d7aea817401ad234c2181 (diff) | |
download | upstream-ce06a742c9c8ebcef707425ebb9aaea92e90547c.tar.gz upstream-ce06a742c9c8ebcef707425ebb9aaea92e90547c.tar.bz2 upstream-ce06a742c9c8ebcef707425ebb9aaea92e90547c.zip |
mcp85xx/p1020: fixup config-default
this was missed during the 3.14 bump
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43628
Diffstat (limited to 'target/linux/mpc85xx/p1020')
-rw-r--r-- | target/linux/mpc85xx/p1020/config-default | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default index 40ac38d303..29c7ebbf6c 100644 --- a/target/linux/mpc85xx/p1020/config-default +++ b/target/linux/mpc85xx/p1020/config-default @@ -1,2 +1,21 @@ +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y +CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y +# CONFIG_ARCH_RANDOM is not set +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_CPU_RMAP=y +# CONFIG_GENERIC_CSUM is not set +CONFIG_GENERIC_TBSYNC=y +CONFIG_HAVE_DEBUG_STACKOVERFLOW=y +CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y +CONFIG_HAVE_RCU_TABLE_FREE=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_NET_FLOW_LIMIT=y CONFIG_NR_CPUS=2 +CONFIG_RCU_STALL_COMMON=y +CONFIG_RFS_ACCEL=y +CONFIG_RPS=y +CONFIG_SLUB_CPU_PARTIAL=y CONFIG_SMP=y +CONFIG_STOP_MACHINE=y +CONFIG_TREE_RCU=y +CONFIG_XPS=y |