From: Mathieu Olivari Date: Sat, 21 Mar 2015 01:31:03 +0000 (-0700) Subject: net: dsa: make NET_DSA manually selectable from the config X-Git-Tag: v4.1-rc1~128^2~187 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c6f15070e70c2bdd769317a0615f5c5e8869bfaa;p=karo-tx-linux.git net: dsa: make NET_DSA manually selectable from the config Change bd76a116707bd2381da36cf7c3183df11293f1d6 made all DSA drivers depend on NET_DSA rather than selecting them. However, as the only way to select this option was to actually select a driver, it made DSA impossible to enable at all. This patch adds an explicit entry which the user will have to enable prior selecting a driver. Signed-off-by: Mathieu Olivari Signed-off-by: David S. Miller --- diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index 9379a9cf7f5d..ff7736f7ff42 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig @@ -5,9 +5,12 @@ config HAVE_NET_DSA # Drivers must select NET_DSA and the appropriate tagging format config NET_DSA - tristate + 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