Re: [PATCH] sis900 and sis190 depend on CONFIG_ISA

2006-01-18 Thread Olaf Hering
On Wed, Jan 18, Patrick McHardy wrote: > Olaf Hering wrote: > > 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. > > But it includes a NOP definition for the !(CONFIG_ISA || CONFIG_EISA) > case

Re: [PATCH] sis900 and sis190 depend on CONFIG_ISA

2006-01-18 Thread Patrick McHardy
Olaf Hering wrote: > 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. But it includes a NOP definition for the !(CONFIG_ISA || CONFIG_EISA) case, in which case the driver will print an error message

[PATCH] sis900 and sis190 depend on CONFIG_ISA

2006-01-18 Thread Olaf Hering
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-r