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/cirrus | |
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/cirrus')
-rw-r--r-- | drivers/net/ethernet/cirrus/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/cirrus/Kconfig b/drivers/net/ethernet/cirrus/Kconfig index 8388e36cf08f..7403dff8f14a 100644 --- a/drivers/net/ethernet/cirrus/Kconfig +++ b/drivers/net/ethernet/cirrus/Kconfig | |||
@@ -44,7 +44,6 @@ config CS89x0_PLATFORM | |||
44 | config EP93XX_ETH | 44 | config EP93XX_ETH |
45 | tristate "EP93xx Ethernet support" | 45 | tristate "EP93xx Ethernet support" |
46 | depends on ARM && ARCH_EP93XX | 46 | depends on ARM && ARCH_EP93XX |
47 | select NET_CORE | ||
48 | select MII | 47 | select MII |
49 | help | 48 | help |
50 | This is a driver for the ethernet hardware included in EP93xx CPUs. | 49 | This is a driver for the ethernet hardware included in EP93xx CPUs. |