isa_bridge is used in drivers/net/sis190.c and drivers/net/sis900.c
include/linux/pci.h hides it in CONFIG_ISA.
Let both drivers depend on ISA.

Signed-off-by: Olaf Hering <[EMAIL PROTECTED]>

 drivers/net/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6.16-rc1-olh/drivers/net/Kconfig
===================================================================
--- linux-2.6.16-rc1-olh.orig/drivers/net/Kconfig
+++ linux-2.6.16-rc1-olh/drivers/net/Kconfig
@@ -1609,7 +1609,7 @@ config 8139_OLD_RX_RESET
 
 config SIS900
        tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"
-       depends on NET_PCI && PCI
+       depends on NET_PCI && PCI && (ISA || EISA)
        select CRC32
        select MII
        ---help---
@@ -2000,7 +2000,7 @@ config R8169_VLAN
 
 config SIS190
        tristate "SiS190/SiS191 gigabit ethernet support"
-       depends on PCI
+       depends on PCI && (ISA || EISA)
        select CRC32
        select MII
        ---help---
-- 
short story of a lazy sysadmin:
 alias appserv=wotan
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to