kernel: usb: simplify usb-net kconfig
Now that CONFIG_USB_NET_DRIVERS is unconditionally enabled, remove it from the usb-net kconfig symbol list. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
parent
17cfcaa754
commit
979938b99f
1 changed files with 1 additions and 2 deletions
|
@ -1178,8 +1178,7 @@ $(eval $(call KernelPackage,usb-atm-cxacru))
|
||||||
define KernelPackage/usb-net
|
define KernelPackage/usb-net
|
||||||
TITLE:=Kernel modules for USB-to-Ethernet convertors
|
TITLE:=Kernel modules for USB-to-Ethernet convertors
|
||||||
DEPENDS:=+kmod-mii
|
DEPENDS:=+kmod-mii
|
||||||
KCONFIG:=CONFIG_USB_USBNET \
|
KCONFIG:=CONFIG_USB_USBNET
|
||||||
CONFIG_USB_NET_DRIVERS
|
|
||||||
AUTOLOAD:=$(call AutoProbe,usbnet)
|
AUTOLOAD:=$(call AutoProbe,usbnet)
|
||||||
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/usbnet.ko
|
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/usbnet.ko
|
||||||
$(call AddDepends/usb)
|
$(call AddDepends/usb)
|
||||||
|
|
Loading…
Reference in a new issue