]> Pileus Git - ~andy/linux/blobdiff - net/openvswitch/Kconfig
net: mvneta: use devm_ioremap_resource() instead of of_iomap()
[~andy/linux] / net / openvswitch / Kconfig
index 27ee56b688a39eea9650f1dd0b434a3c42aa515b..6ecf491ad5098db632b294cf20ea5156870f0095 100644 (file)
@@ -4,6 +4,7 @@
 
 config OPENVSWITCH
        tristate "Open vSwitch"
+       select LIBCRC32C
        ---help---
          Open vSwitch is a multilayer Ethernet switch targeted at virtualized
          environments.  In addition to supporting a variety of features
@@ -40,3 +41,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.