[PATCH 166/193] net/dsa: remove CONFIG_EXPERIMENTAL

From: Kees Cook
Date: Tue Oct 23 2012 - 16:36:14 EST


This 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.

CC: "David S. Miller" <davem@xxxxxxxxxxxxx>
CC: Ben Hutchings <ben@xxxxxxxxxxxxxxx>
CC: Lennert Buytenhek <buytenh@xxxxxxxxxxxxxx>
Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
---
net/dsa/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig
index 274791c..9c09f6e 100644
--- a/net/dsa/Kconfig
+++ b/net/dsa/Kconfig
@@ -1,7 +1,7 @@
config NET_DSA
tristate "Distributed Switch Architecture support"
default n
- depends on EXPERIMENTAL && NETDEVICES && !S390
+ depends on NETDEVICES && !S390
select PHYLIB
---help---
This allows you to use hardware switch chips that use
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/