aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/Kconfig
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2013-06-17 22:24:51 -0400
committerDavid S. Miller <davem@davemloft.net>2013-06-20 01:22:56 -0400
commita1606c7dc64d8449676d7e840dd2cd0c4e0a0c57 (patch)
tree1026363bee80f664e432a4187c3bd9759a97030e /drivers/net/usb/Kconfig
parent9ef71e0c820987c899e454e2e7ef94bc2d4c8d04 (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/Kconfig4
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
68config USB_PEGASUS 68config 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
84config USB_RTL8150 83config 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
96config USB_RTL8152 94config 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
107config USB_USBNET 104config 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,