X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fdsa%2FKconfig;fp=net%2Fdsa%2FKconfig;h=0f5dc344ed92e1d679ac4a414713582528642eb9;hb=82167cb8c6b2f8166d5c7532e5ef4b5e0cc46a72;hp=274791cd7a35df1274e9120d199af84ea9f60dd0;hpb=a303fbf3dbf2d56a938841d866037967120f6954;p=~andy%2Flinux diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index 274791cd7a3..0f5dc344ed9 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig @@ -1,5 +1,5 @@ config NET_DSA - tristate "Distributed Switch Architecture support" + tristate default n depends on EXPERIMENTAL && NETDEVICES && !S390 select PHYLIB @@ -8,19 +8,21 @@ config NET_DSA the Distributed Switch Architecture. -if NET_DSA +menu "Distributed Switch Architecture support" # tagging formats config NET_DSA_TAG_DSA - bool + bool "Original DSA packet tagging format" + select NET_DSA default n config NET_DSA_TAG_EDSA - bool + bool "Ethertype DSA packet tagging format" + select NET_DSA default n config NET_DSA_TAG_TRAILER - bool + bool "Trailer DSA packet tagging format" + select NET_DSA default n - -endif +endmenu