瀏覽代碼

[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>
Deepak Saxena 19 年之前
父節點
當前提交
712cb1ebb1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/Kconfig

+ 1 - 1
drivers/net/Kconfig

@@ -1338,7 +1338,7 @@ config FORCEDETH
 
 
 config CS89x0
 config CS89x0
 	tristate "CS89x0 support"
 	tristate "CS89x0 support"
-	depends on (NET_PCI && (ISA || ARCH_IXDP2X01)) || ARCH_PNX0105
+	depends on (NET_PCI && ISA) || ARCH_PNX0105 || ARCH_IXDP2X01
 	---help---
 	---help---
 	  Support for CS89x0 chipset based Ethernet cards. If you have a
 	  Support for CS89x0 chipset based Ethernet cards. If you have a
 	  network (Ethernet) card of this type, say Y and read the
 	  network (Ethernet) card of this type, say Y and read the