]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/Kconfig
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[karo-tx-linux.git] / drivers / net / Kconfig
index 71ac0ece2d750555554ab709d3809a49e61bedeb..b7f31150753d8998d317d483300004f1463de301 100644 (file)
@@ -179,6 +179,20 @@ config VXLAN
          To compile this driver as a module, choose M here: the module
          will be called vxlan.
 
+config GENEVE
+       tristate "Generic Network Virtualization Encapsulation netdev"
+       depends on INET && GENEVE_CORE
+       select NET_IP_TUNNEL
+       ---help---
+         This allows one to create geneve virtual interfaces that provide
+         Layer 2 Networks over Layer 3 Networks. GENEVE is often used
+         to tunnel virtual network infrastructure in virtualized environments.
+         For more information see:
+           http://tools.ietf.org/html/draft-gross-geneve-02
+
+         To compile this driver as a module, choose M here: the module
+         will be called geneve.
+
 config NETCONSOLE
        tristate "Network console logging support"
        ---help---