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>
This commit is contained in:

committed by
David S. Miller

parent
9ef71e0c82
commit
a1606c7dc6
@@ -67,7 +67,6 @@ config USB_KAWETH
|
||||
|
||||
config USB_PEGASUS
|
||||
tristate "USB Pegasus/Pegasus-II based ethernet device support"
|
||||
select NET_CORE
|
||||
select MII
|
||||
---help---
|
||||
Say Y here if you know you have Pegasus or Pegasus-II based adapter.
|
||||
@@ -83,7 +82,6 @@ config USB_PEGASUS
|
||||
|
||||
config USB_RTL8150
|
||||
tristate "USB RTL8150 based ethernet device support"
|
||||
select NET_CORE
|
||||
select MII
|
||||
help
|
||||
Say Y here if you have RTL8150 based usb-ethernet adapter.
|
||||
@@ -95,7 +93,6 @@ config USB_RTL8150
|
||||
|
||||
config USB_RTL8152
|
||||
tristate "Realtek RTL8152 Based USB 2.0 Ethernet Adapters"
|
||||
select NET_CORE
|
||||
select MII
|
||||
help
|
||||
This option adds support for Realtek RTL8152 based USB 2.0
|
||||
@@ -106,7 +103,6 @@ config USB_RTL8152
|
||||
|
||||
config USB_USBNET
|
||||
tristate "Multi-purpose USB Networking Framework"
|
||||
select NET_CORE
|
||||
select MII
|
||||
---help---
|
||||
This driver supports several kinds of network links over USB,
|
||||
|
Reference in New Issue
Block a user