ar71xx: fix Kconfig dependency of the 88E6063 switch DSA driver
authorGabor Juhos <juhosg@freemail.hu>
Mon, 8 Jan 2018 14:47:49 +0000 (15:47 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 9 Jan 2018 07:34:03 +0000 (08:34 +0100)
commitb386b5727b2403ec50bf9a9bdeff7a9a2f92a90b
tree3e1583b1f46be049b0ca61bbe840fb089c639e4b
parent09bb7105c2f7499ea4580d83c42670513f261246
ar71xx: fix Kconfig dependency of the 88E6063 switch DSA driver

The Marvell 88E6063 ethernet switch driver depends on the DSA
framework. Add a 'depends on NET_DSA' statement to its Kconfig
entry to state that explicitly.

Fixes the following Kconfig warning:

  warning: (NET_DSA_MV88E6060 && NET_DSA_MV88E6063) selects NET_DSA_TAG_TRAILER which has unmet direct dependencies (NET && NET_DSA)

Signed-off-by: Gabor Juhos <juhosg@freemail.hu>
target/linux/ar71xx/patches-4.4/423-dsa-add-88e6063-driver.patch
target/linux/ar71xx/patches-4.9/423-dsa-add-88e6063-driver.patch