diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2013-06-17 22:24:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-20 01:22:56 -0400 |
commit | a1606c7dc64d8449676d7e840dd2cd0c4e0a0c57 (patch) | |
tree | 1026363bee80f664e432a4187c3bd9759a97030e /drivers/net/ethernet/sis | |
parent | 9ef71e0c820987c899e454e2e7ef94bc2d4c8d04 (diff) |
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/net/ethernet/sis')
-rw-r--r-- | drivers/net/ethernet/sis/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/sis/Kconfig b/drivers/net/ethernet/sis/Kconfig index f1135cc1bd48..68d052b09af1 100644 --- a/drivers/net/ethernet/sis/Kconfig +++ b/drivers/net/ethernet/sis/Kconfig | |||
@@ -22,7 +22,6 @@ config SIS900 | |||
22 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" | 22 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" |
23 | depends on PCI | 23 | depends on PCI |
24 | select CRC32 | 24 | select CRC32 |
25 | select NET_CORE | ||
26 | select MII | 25 | select MII |
27 | ---help--- | 26 | ---help--- |
28 | This is a driver for the Fast Ethernet PCI network cards based on | 27 | This is a driver for the Fast Ethernet PCI network cards based on |
@@ -39,7 +38,6 @@ config SIS190 | |||
39 | tristate "SiS190/SiS191 gigabit ethernet support" | 38 | tristate "SiS190/SiS191 gigabit ethernet support" |
40 | depends on PCI | 39 | depends on PCI |
41 | select CRC32 | 40 | select CRC32 |
42 | select NET_CORE | ||
43 | select MII | 41 | select MII |
44 | ---help--- | 42 | ---help--- |
45 | Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or | 43 | Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or |