diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
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 | |||
1338 | 1338 | ||
1339 | config CS89x0 | 1339 | config CS89x0 |
1340 | tristate "CS89x0 support" | 1340 | tristate "CS89x0 support" |
1341 | depends on (NET_PCI && (ISA || ARCH_IXDP2X01)) || ARCH_PNX0105 | 1341 | depends on (NET_PCI && ISA) || ARCH_PNX0105 || ARCH_IXDP2X01 |
1342 | ---help--- | 1342 | ---help--- |
1343 | Support for CS89x0 chipset based Ethernet cards. If you have a | 1343 | Support for CS89x0 chipset based Ethernet cards. If you have a |
1344 | network (Ethernet) card of this type, say Y and read the | 1344 | network (Ethernet) card of this type, say Y and read the |