summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Saxena2005-10-23 22:41:35 +0200
committerJeff Garzik2005-10-28 22:16:19 +0200
commit712cb1ebb1653538527500165d8382ca48a7fca1 (patch)
tree28e37cd6ae4a7c6f6f3e0dcc71bb7a451caf28ad
parent[PATCH] smc91x: shut down power after probing (diff)
downloadkernel-qcow2-linux-712cb1ebb1653538527500165d8382ca48a7fca1.tar.gz
kernel-qcow2-linux-712cb1ebb1653538527500165d8382ca48a7fca1.tar.xz
kernel-qcow2-linux-712cb1ebb1653538527500165d8382ca48a7fca1.zip
[PATCH] Fix CS89x0 KConfig for IXDP2X01
IXDP2x01 systems can be built without PCI network cards, so we should not require NET_PCI to build CS89x0 on these systems. Signed-off-by: Deepak Saxena <dsaxena@plexity.net> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 8fa0e26fa805..814a93b8c903 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1338,7 +1338,7 @@ config FORCEDETH
config CS89x0
tristate "CS89x0 support"
- depends on (NET_PCI && (ISA || ARCH_IXDP2X01)) || ARCH_PNX0105
+ depends on (NET_PCI && ISA) || ARCH_PNX0105 || ARCH_IXDP2X01
---help---
Support for CS89x0 chipset based Ethernet cards. If you have a
network (Ethernet) card of this type, say Y and read the