Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37610ff3 authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by Linus Torvalds
Browse files

[PATCH] fix Kconfig depends for cs89x0 (PNX010X support)



PNX010X support for CS89x0 should be conditional on NET_PCI, as it is an 'on
board controller' and NET_PCI includes that category of NICs.  Since
ARCH_PNX0105 was recently changed to ARCH_PNX010X, incorporate that change as
well while we're at it.

Signed-off-by: default avatarLennert Buytenhek <buytenh@wantstofly.org>
Cc: dmitry pervushin <dpervushin@ru.mvista.com>
Cc: <dsaxena@plexity.net>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 084f746a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1374,7 +1374,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_IXDP2X01 || ARCH_PNX010X)
	---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