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

Commit 940608be authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by Jeff Garzik
Browse files

PHYLIB: Kconfig: Fix the dependency on S390



 PHYLIB was first marked as BROKEN on S390, then the enclosing menu marked
as non-S390, then the two dependencies merged with the conversion to
menuconfig.  Reduce to non-S390.

Signed-off-by: default avatarMaciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 5a0a92e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
menuconfig PHYLIB
	tristate "PHY Device support and infrastructure"
	depends on !S390
	depends on NET_ETHERNET && (BROKEN || !S390)
	depends on NET_ETHERNET
	help
	  Ethernet controllers are usually attached to PHY
	  devices.  This option provides infrastructure for