|
@@ -5,7 +5,7 @@
|
|
config NET_VENDOR_SILICOM
|
|
config NET_VENDOR_SILICOM
|
|
bool "Silicom devices"
|
|
bool "Silicom devices"
|
|
default y
|
|
default y
|
|
- depends on PCI
|
|
|
|
|
|
+ depends on PCI && NETDEVICES
|
|
---help---
|
|
---help---
|
|
If you have a network card (Ethernet) belonging to this class,
|
|
If you have a network card (Ethernet) belonging to this class,
|
|
say Y.
|
|
say Y.
|
|
@@ -19,7 +19,7 @@ if NET_VENDOR_SILICOM
|
|
|
|
|
|
config SBYPASS
|
|
config SBYPASS
|
|
tristate "Silicom BypassCTL library support"
|
|
tristate "Silicom BypassCTL library support"
|
|
- depends on PCI && NET
|
|
|
|
|
|
+ depends on PCI
|
|
depends on m
|
|
depends on m
|
|
---help---
|
|
---help---
|
|
If you have a network (Ethernet) controller of this type, say Y
|
|
If you have a network (Ethernet) controller of this type, say Y
|
|
@@ -29,7 +29,7 @@ config SBYPASS
|
|
|
|
|
|
config BPCTL
|
|
config BPCTL
|
|
tristate "Silicom BypassCTL net support"
|
|
tristate "Silicom BypassCTL net support"
|
|
- depends on PCI && NET
|
|
|
|
|
|
+ depends on PCI
|
|
depends on m
|
|
depends on m
|
|
select SBYPASS
|
|
select SBYPASS
|
|
select MII
|
|
select MII
|