]> git.baikalelectronics.ru Git - kernel.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)
commit323b04f4ecc40ca59e0cd3b87ca5eca515821fd5
tree18a7a1fa04d3643c9ad8f26497592a445b75654e
parent0ff06da8d0c4b0893d6050739837f2a33884b5f6
net: dsa: make NET_DSA manually selectable from the config

Change 4a2fef51cb3f8569835a8c7bbbadd8f860c4eeda 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