diff options
author | John Klug <john.klug@multitech.com> | 2017-09-14 17:07:15 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-09-14 17:07:15 -0500 |
commit | b4da3b4105e9205c87b344ce5abdb6befd54f5de (patch) | |
tree | 069dfe1abb6dd520d7aad669a92c45dccbedde5b /recipes-kernel/linux/linux-3.12.70 | |
parent | 4edc722aabca705e99d84c22ca8f00609649af8a (diff) | |
download | meta-multitech-b4da3b4105e9205c87b344ce5abdb6befd54f5de.tar.gz meta-multitech-b4da3b4105e9205c87b344ce5abdb6befd54f5de.tar.bz2 meta-multitech-b4da3b4105e9205c87b344ce5abdb6befd54f5de.zip |
Allow ethernet bonding
Diffstat (limited to 'recipes-kernel/linux/linux-3.12.70')
-rw-r--r-- | recipes-kernel/linux/linux-3.12.70/mtcap/defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig b/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig index b24e009..f0a4642 100644 --- a/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig +++ b/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig @@ -83,6 +83,7 @@ CONFIG_TICK_CPU_ACCOUNTING=y # RCU Subsystem # CONFIG_TREE_PREEMPT_RCU=y +# CONFIG_TINY_RCU is not set CONFIG_PREEMPT_RCU=y CONFIG_RCU_STALL_COMMON=y CONFIG_RCU_FANOUT=32 @@ -1130,7 +1131,7 @@ CONFIG_SCSI_LOWLEVEL=y CONFIG_NETDEVICES=y CONFIG_MII=m CONFIG_NET_CORE=y -# CONFIG_BONDING is not set +CONFIG_BONDING=m CONFIG_DUMMY=m # CONFIG_EQUALIZER is not set # CONFIG_NET_TEAM is not set |