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/smsc | |
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/smsc')
-rw-r--r-- | drivers/net/ethernet/smsc/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ethernet/smsc/Kconfig b/drivers/net/ethernet/smsc/Kconfig index ff9e99474039..068fc44d37e1 100644 --- a/drivers/net/ethernet/smsc/Kconfig +++ b/drivers/net/ethernet/smsc/Kconfig | |||
@@ -37,7 +37,6 @@ config SMC9194 | |||
37 | config SMC91X | 37 | config SMC91X |
38 | tristate "SMC 91C9x/91C1xxx support" | 38 | tristate "SMC 91C9x/91C1xxx support" |
39 | select CRC32 | 39 | select CRC32 |
40 | select NET_CORE | ||
41 | select MII | 40 | select MII |
42 | depends on (ARM || M32R || SUPERH || MIPS || BLACKFIN || \ | 41 | depends on (ARM || M32R || SUPERH || MIPS || BLACKFIN || \ |
43 | MN10300 || COLDFIRE || ARM64) | 42 | MN10300 || COLDFIRE || ARM64) |
@@ -57,7 +56,6 @@ config PCMCIA_SMC91C92 | |||
57 | tristate "SMC 91Cxx PCMCIA support" | 56 | tristate "SMC 91Cxx PCMCIA support" |
58 | depends on PCMCIA | 57 | depends on PCMCIA |
59 | select CRC32 | 58 | select CRC32 |
60 | select NET_CORE | ||
61 | select MII | 59 | select MII |
62 | ---help--- | 60 | ---help--- |
63 | Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA | 61 | Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA |
@@ -70,7 +68,6 @@ config EPIC100 | |||
70 | tristate "SMC EtherPower II" | 68 | tristate "SMC EtherPower II" |
71 | depends on PCI | 69 | depends on PCI |
72 | select CRC32 | 70 | select CRC32 |
73 | select NET_CORE | ||
74 | select MII | 71 | select MII |
75 | ---help--- | 72 | ---help--- |
76 | This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC, | 73 | This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC, |
@@ -81,7 +78,6 @@ config EPIC100 | |||
81 | config SMC911X | 78 | config SMC911X |
82 | tristate "SMSC LAN911[5678] support" | 79 | tristate "SMSC LAN911[5678] support" |
83 | select CRC32 | 80 | select CRC32 |
84 | select NET_CORE | ||
85 | select MII | 81 | select MII |
86 | depends on (ARM || SUPERH || MN10300) | 82 | depends on (ARM || SUPERH || MN10300) |
87 | ---help--- | 83 | ---help--- |
@@ -99,7 +95,6 @@ config SMSC911X | |||
99 | tristate "SMSC LAN911x/LAN921x families embedded ethernet support" | 95 | tristate "SMSC LAN911x/LAN921x families embedded ethernet support" |
100 | depends on HAS_IOMEM | 96 | depends on HAS_IOMEM |
101 | select CRC32 | 97 | select CRC32 |
102 | select NET_CORE | ||
103 | select MII | 98 | select MII |
104 | select PHYLIB | 99 | select PHYLIB |
105 | ---help--- | 100 | ---help--- |