Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 336a283b authored by David S. Miller's avatar David S. Miller
Browse files

dsa: Fix Kconfig dependencies.



Based upon a report by Randy Dunlap.

DSA needs PHYLIB, but PHYLIB needs NET_ETHERNET.  So, in order
to select PHYLIB we have to make DSA depend upon NET_ETHERNET.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 70c2efa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
menuconfig NET_DSA
menuconfig NET_DSA
	bool "Distributed Switch Architecture support"
	bool "Distributed Switch Architecture support"
	default n
	default n
	depends on EXPERIMENTAL && !S390
	depends on EXPERIMENTAL && NET_ETHERNET && !S390
	select PHYLIB
	select PHYLIB
	---help---
	---help---
	  This allows you to use hardware switch chips that use
	  This allows you to use hardware switch chips that use