summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-12 13:44:24 +0200
committerMartin Borg <martin.borg@enea.com>2016-04-18 10:44:28 +0200
commit9c44a76038c392d83e4073c5e63662d7f480fdd5 (patch)
treea3438b90884f389e9b2538e57b0e40a1a791f08c
parentc3981487b07b89d3271a4e03327f9f797b0a5460 (diff)
downloadmeta-enea-bsp-common-9c44a76038c392d83e4073c5e63662d7f480fdd5.tar.gz
linux/cfg: Add config fragment for openvswitch
Enable support for Open vSwitch in the kernel. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--recipes-kernel/linux/files/cfg/openvswitch.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/cfg/openvswitch.cfg b/recipes-kernel/linux/files/cfg/openvswitch.cfg
new file mode 100644
index 0000000..a8853e8
--- /dev/null
+++ b/recipes-kernel/linux/files/cfg/openvswitch.cfg
@@ -0,0 +1,7 @@
1CONFIG_NET=y
2CONFIG_INET=y
3CONFIG_OPENVSWITCH=y
4CONFIG_NET_IPGRE_DEMUX=y
5CONFIG_OPENVSWITCH_GRE=y
6CONFIG_VXLAN=y
7CONFIG_OPENVSWITCH_VXLAN=y