vxlan: remove depends on CONFIG_EXPERIMENTAL
authorKees Cook <[email protected]>
Fri, 22 Feb 2013 21:25:38 +0000 (21:25 +0000)
committerDavid S. Miller <[email protected]>
Sat, 23 Feb 2013 18:51:54 +0000 (13:51 -0500)
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

Signed-off-by: Kees Cook <[email protected]>
Cc: Stephen Hemminger <[email protected]>
Cc: David S. Miller <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/Kconfig

index 6a70184c3f237d832a265afbef7779e659686df2..a02a3ad5374bee7cfb1a2f31848882950384ee92 100644 (file)
@@ -151,7 +151,7 @@ config MACVTAP
 
 config VXLAN
        tristate "Virtual eXtensible Local Area Network (VXLAN)"
-       depends on EXPERIMENTAL && INET
+       depends on INET
        ---help---
          This allows one to create vxlan virtual interfaces that provide
          Layer 2 Networks over Layer 3 Networks. VXLAN is often used