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/usb/Kconfig | |
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/usb/Kconfig')
-rw-r--r-- | drivers/net/usb/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 287cc624b90b..d84bfd4109a4 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig | |||
@@ -67,7 +67,6 @@ config USB_KAWETH | |||
67 | 67 | ||
68 | config USB_PEGASUS | 68 | config USB_PEGASUS |
69 | tristate "USB Pegasus/Pegasus-II based ethernet device support" | 69 | tristate "USB Pegasus/Pegasus-II based ethernet device support" |
70 | select NET_CORE | ||
71 | select MII | 70 | select MII |
72 | ---help--- | 71 | ---help--- |
73 | Say Y here if you know you have Pegasus or Pegasus-II based adapter. | 72 | Say Y here if you know you have Pegasus or Pegasus-II based adapter. |
@@ -83,7 +82,6 @@ config USB_PEGASUS | |||
83 | 82 | ||
84 | config USB_RTL8150 | 83 | config USB_RTL8150 |
85 | tristate "USB RTL8150 based ethernet device support" | 84 | tristate "USB RTL8150 based ethernet device support" |
86 | select NET_CORE | ||
87 | select MII | 85 | select MII |
88 | help | 86 | help |
89 | Say Y here if you have RTL8150 based usb-ethernet adapter. | 87 | Say Y here if you have RTL8150 based usb-ethernet adapter. |
@@ -95,7 +93,6 @@ config USB_RTL8150 | |||
95 | 93 | ||
96 | config USB_RTL8152 | 94 | config USB_RTL8152 |
97 | tristate "Realtek RTL8152 Based USB 2.0 Ethernet Adapters" | 95 | tristate "Realtek RTL8152 Based USB 2.0 Ethernet Adapters" |
98 | select NET_CORE | ||
99 | select MII | 96 | select MII |
100 | help | 97 | help |
101 | This option adds support for Realtek RTL8152 based USB 2.0 | 98 | This option adds support for Realtek RTL8152 based USB 2.0 |
@@ -106,7 +103,6 @@ config USB_RTL8152 | |||
106 | 103 | ||
107 | config USB_USBNET | 104 | config USB_USBNET |
108 | tristate "Multi-purpose USB Networking Framework" | 105 | tristate "Multi-purpose USB Networking Framework" |
109 | select NET_CORE | ||
110 | select MII | 106 | select MII |
111 | ---help--- | 107 | ---help--- |
112 | This driver supports several kinds of network links over USB, | 108 | This driver supports several kinds of network links over USB, |