]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] Fix CS89x0 KConfig for IXDP2X01
authorDeepak Saxena <dsaxena@plexity.net>
Sun, 23 Oct 2005 20:41:35 +0000 (13:41 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 28 Oct 2005 20:16:19 +0000 (16:16 -0400)
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>
drivers/net/Kconfig

index 8fa0e26fa80512468379a92ccba66dcddc464063..814a93b8c903c14e8beb24e06733393827193b15 100644 (file)
@@ -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