mirror of https://github.com/hak5/openwrt-owl.git
kernel: add usb3 module definitions
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39331owl
parent
ebaa3817a7
commit
33dc3f2488
|
@ -1132,3 +1132,21 @@ define KernelPackage/usbmon/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,usbmon))
|
$(eval $(call KernelPackage,usbmon))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/usb3
|
||||||
|
TITLE:=Support for USB3 controllers
|
||||||
|
KCONFIG:= \
|
||||||
|
CONFIG_USB_XHCI_HCD \
|
||||||
|
CONFIG_USB_XHCI_HCD_DEBUGGING=n
|
||||||
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/drivers/usb/host/xhci-hcd.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,54,xhci-hcd,1)
|
||||||
|
$(call AddDepends/usb)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/usb3/description
|
||||||
|
Kernel support for USB3 (XHCI) controllers
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,usb3))
|
||||||
|
|
Loading…
Reference in New Issue