Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
[firefly-linux-kernel-4.4.55.git] / net / dsa / Kconfig
index 5f8ac404535bb6143d3fc2e90cacf5b0f0200129..ff7736f7ff42d335b08cef345b3b1309e81b7985 100644 (file)
@@ -5,9 +5,12 @@ config HAVE_NET_DSA
 # Drivers must select NET_DSA and the appropriate tagging format
 
 config NET_DSA
-       tristate
-       depends on HAVE_NET_DSA
+       tristate "Distributed Switch Architecture"
+       depends on HAVE_NET_DSA && NET_SWITCHDEV
        select PHYLIB
+       ---help---
+         Say Y if you want to enable support for the hardware switches supported
+         by the Distributed Switch Architecture.
 
 if NET_DSA