From: Maciej W. Rozycki Date: Sat, 17 May 2008 06:07:36 +0000 (+0100) Subject: PHYLIB: Kconfig: Fix the dependency on S390 X-Git-Tag: v2.6.26-rc4~7^2~1^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=940608be2e6117c17c19b203f7393ced4d02590a;p=platform%2Fkernel%2Flinux-3.10.git 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: Maciej W. Rozycki Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 6bf9e76..6eb2d31 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -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