summaryrefslogtreecommitdiff
path: root/drivers/staging/silicom
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2013-06-18 02:24:51 (GMT)
committerDavid S. Miller <davem@davemloft.net>2013-06-20 05:22:56 (GMT)
commita1606c7dc64d8449676d7e840dd2cd0c4e0a0c57 (patch)
tree1026363bee80f664e432a4187c3bd9759a97030e /drivers/staging/silicom
parent9ef71e0c820987c899e454e2e7ef94bc2d4c8d04 (diff)
downloadlinux-a1606c7dc64d8449676d7e840dd2cd0c4e0a0c57.tar.xz
net: Move MII out from under NET_CORE and hide it
All drivers that select MII also need to select NET_CORE because MII depends on it. This is a bit ridiculous because NET_CORE is just a menu option that doesn't enable any code by itself. There is also no need for it to be a visible option, since its users all select it. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/staging/silicom')
-rw-r--r--drivers/staging/silicom/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/silicom/Kconfig b/drivers/staging/silicom/Kconfig
index eda2e7d..fc082db 100644
--- a/drivers/staging/silicom/Kconfig
+++ b/drivers/staging/silicom/Kconfig
@@ -32,7 +32,6 @@ config BPCTL
depends on PCI && NET
depends on m
select SBYPASS
- select NET_CORE
select MII
---help---
If you have a network (Ethernet) controller of this type, say Y