From: Kees Cook Date: Fri, 22 Feb 2013 21:25:38 +0000 (+0000) Subject: vxlan: remove depends on CONFIG_EXPERIMENTAL X-Git-Tag: accepted/tizen/common/20141203.182822~2786^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9b20a5effcb29acf0f8a2a31c875073b2a0c74e;p=platform%2Fkernel%2Flinux-arm64.git vxlan: remove depends on CONFIG_EXPERIMENTAL 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 Cc: Stephen Hemminger Cc: David S. Miller Signed-off-by: David S. Miller --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 6a70184..a02a3ad 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -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