]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: dsa: make NET_DSA manually selectable from the config
authorMathieu Olivari <mathieu@codeaurora.org>
Sat, 21 Mar 2015 01:31:03 +0000 (18:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Mar 2015 01:37:58 +0000 (21:37 -0400)
commitc6f15070e70c2bdd769317a0615f5c5e8869bfaa
tree18a7a1fa04d3643c9ad8f26497592a445b75654e
parent13bb8e2eb37eb3badf5bf4b6bb90e485fbb6b1cd
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 <mathieu@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/Kconfig