Skip to content

Commit

Permalink
[PATCH] Fix CS89x0 KConfig for IXDP2X01
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Deepak Saxena authored and Jeff Garzik committed Oct 28, 2005
1 parent 99e1baf commit 712cb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 712cb1e

Please sign in to comment.