Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Deepak Saxena and committed by
Jeff Garzik
712cb1eb 99e1baf8

+1 -1
+1 -1
drivers/net/Kconfig
··· 1338 1338 1339 1339 config CS89x0 1340 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 1342 ---help--- 1343 1343 Support for CS89x0 chipset based Ethernet cards. If you have a 1344 1344 network (Ethernet) card of this type, say Y and read the