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" <[email protected]> CC: Ben Hutchings <[email protected]> CC: Lennert Buytenhek <[email protected]> Signed-off-by: Kees Cook <[email protected]> --- 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

