aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorFrancois Romieu <romieu@fr.zoreil.com>2014-08-05 23:10:52 +0200
committerDavid S. Miller <davem@davemloft.net>2014-08-05 16:48:59 -0700
commit1bb5a356c3ea6e633908e0ebd6695b13debc3d86 (patch)
treeb56853fafe2dc303364fb79eff326e83664226a9 /drivers/net/Makefile
parentMerge branch 'amd-xgbe' (diff)
downloadlinux-dev-1bb5a356c3ea6e633908e0ebd6695b13debc3d86.tar.xz
linux-dev-1bb5a356c3ea6e633908e0ebd6695b13debc3d86.zip
net: reduce USB network driver config options.
USB network drivers are already handled in drivers/net/usb/Kconfig. Let's save the maintenance burden of dependencies in drivers/net/Makefile. The newly introduced USB_NET_DRIVERS umbrella config option defaults to 'y' so as to minimize the changes of behavior. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index fa49d45f9ff6..61aefdd1e173 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -61,14 +61,7 @@ obj-$(CONFIG_VMXNET3) += vmxnet3/
obj-$(CONFIG_XEN_NETDEV_FRONTEND) += xen-netfront.o
obj-$(CONFIG_XEN_NETDEV_BACKEND) += xen-netback/
-obj-$(CONFIG_USB_CATC) += usb/
-obj-$(CONFIG_USB_KAWETH) += usb/
-obj-$(CONFIG_USB_PEGASUS) += usb/
-obj-$(CONFIG_USB_RTL8150) += usb/
-obj-$(CONFIG_USB_HSO) += usb/
-obj-$(CONFIG_USB_USBNET) += usb/
-obj-$(CONFIG_USB_IPHETH) += usb/
-obj-$(CONFIG_USB_CDC_PHONET) += usb/
+obj-$(CONFIG_USB_NET_DRIVERS) += usb/
obj-$(CONFIG_HYPERV_NET) += hyperv/
obj-$(CONFIG_NTB_NETDEV) += ntb_netdev.o