openvswitch: Add vxlan tunneling support.
[firefly-linux-kernel-4.4.55.git] / net / openvswitch / Kconfig
index 27ee56b688a39eea9650f1dd0b434a3c42aa515b..bed30e69baa76590cc6afbd9bf9fdb8cabe4f2e1 100644 (file)
@@ -40,3 +40,16 @@ config OPENVSWITCH_GRE
          Say N to exclude this support and reduce the binary size.
 
          If unsure, say Y.
+
+config OPENVSWITCH_VXLAN
+       bool "Open vSwitch VXLAN tunneling support"
+       depends on INET
+       depends on OPENVSWITCH
+       depends on VXLAN && !(OPENVSWITCH=y && VXLAN=m)
+       default y
+       ---help---
+         If you say Y here, then the Open vSwitch will be able create vxlan vport.
+
+         Say N to exclude this support and reduce the binary size.
+
+         If unsure, say Y.