mirror of https://gitee.com/openkylin/linux.git
Hostess SV-11 depends on INET
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 <baruch@ev-en.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
f0ba73583a
commit
bdcac1878c
|
@ -26,7 +26,7 @@ config WAN
|
||||||
# There is no way to detect a comtrol sv11 - force it modular for now.
|
# There is no way to detect a comtrol sv11 - force it modular for now.
|
||||||
config HOSTESS_SV11
|
config HOSTESS_SV11
|
||||||
tristate "Comtrol Hostess SV-11 support"
|
tristate "Comtrol Hostess SV-11 support"
|
||||||
depends on WAN && ISA && m && ISA_DMA_API
|
depends on WAN && ISA && m && ISA_DMA_API && INET
|
||||||
help
|
help
|
||||||
Driver for Comtrol Hostess SV-11 network card which
|
Driver for Comtrol Hostess SV-11 network card which
|
||||||
operates on low speed synchronous serial links at up to
|
operates on low speed synchronous serial links at up to
|
||||||
|
|
Loading…
Reference in New Issue