projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a48220
)
[PATCH] Kconfig fix (PHYLIB vs. s390)
author
viro@ZenIV.linux.org.uk
<viro@ZenIV.linux.org.uk>
Fri, 2 Sep 2005 19:13:40 +0000
(20:13 +0100)
committer
Jeff Garzik
<jgarzik@pobox.com>
Mon, 5 Sep 2005 22:12:08 +0000
(18:12 -0400)
drivers/net/phy/phy.c is broken on s390; it uses enable_irq() and friends
and these do not exist on s390. Marked as broken for now.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/phy/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/phy/Kconfig
b/drivers/net/phy/Kconfig
index 6a2fe35834785cb2e17d80dfb2f01a02429e992b..14f4de1a8180289db3f05ca5395c3a93d6df0296 100644
(file)
--- a/
drivers/net/phy/Kconfig
+++ b/
drivers/net/phy/Kconfig
@@
-6,7
+6,7
@@
menu "PHY device support"
config PHYLIB
tristate "PHY Device support and infrastructure"
- depends on NET_ETHERNET
+ depends on NET_ETHERNET
&& (BROKEN || !ARCH_S390)
help
Ethernet controllers are usually attached to PHY
devices. This option provides infrastructure for