Commit 739309d0 authored by DanielC's avatar DanielC Committed by Greg Kroah-Hartman

Staging: silicom: Force depend on module

Staging: silicom: Force depend on module until monolithic build fixed
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDaniel Cotey <puff65537@bansheeslibrary.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9869a937
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
config NET_VENDOR_SILICOM config NET_VENDOR_SILICOM
bool "Silicom devices" bool "Silicom devices"
default y default y
depends on (SSB_POSSIBLE && HAS_DMA) || PCI depends on PCI
---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,6 +19,8 @@ if NET_VENDOR_SILICOM ...@@ -19,6 +19,8 @@ if NET_VENDOR_SILICOM
config SBYPASS config SBYPASS
tristate "Silicom BypassCTL library support" tristate "Silicom BypassCTL library support"
depends on PCI
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
...@@ -28,6 +30,7 @@ config SBYPASS ...@@ -28,6 +30,7 @@ config SBYPASS
config BPCTL config BPCTL
tristate "Silicom BypassCTL net support" tristate "Silicom BypassCTL net support"
depends on PCI depends on PCI
depends on m
select SBYPASS select SBYPASS
select NET_CORE select NET_CORE
select MII select MII
......
...@@ -3,5 +3,6 @@ TODO: ...@@ -3,5 +3,6 @@ TODO:
- locking audit - locking audit
- single module with all functionality - single module with all functionality
- userland - userland
- fix monolithic build.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment