Comtrol Hostess SV-11 driver uses features from INET but doesn't depend on it. The simple solution is to make it depend on INET as happens for the sealevel driver.
Fixes bug #7930. Signed-Off-By: Baruch Even <[EMAIL PROTECTED]> Index: 2.6-gt/drivers/net/wan/Kconfig =================================================================== --- 2.6-gt.orig/drivers/net/wan/Kconfig 2007-02-17 16:26:22.000000000 +0200 +++ 2.6-gt/drivers/net/wan/Kconfig 2007-02-17 16:26:27.000000000 +0200 @@ -26,7 +26,7 @@ # There is no way to detect a comtrol sv11 - force it modular for now. config HOSTESS_SV11 tristate "Comtrol Hostess SV-11 support" - depends on WAN && ISA && m && ISA_DMA_API + depends on WAN && ISA && m && ISA_DMA_API && INET help Driver for Comtrol Hostess SV-11 network card which operates on low speed synchronous serial links at up to - 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