kernel: fix dwc3 symbols
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45268
This commit is contained in:
parent
67f4c4b992
commit
0e78550030
1 changed files with 3 additions and 0 deletions
|
@ -497,6 +497,9 @@ define KernelPackage/usb-dwc3
|
|||
TITLE:=DWC3 USB controller driver
|
||||
KCONFIG:= \
|
||||
CONFIG_USB_DWC3 \
|
||||
CONFIG_USB_DWC3_HOST=y \
|
||||
CONFIG_USB_DWC3_GADGET=n \
|
||||
CONFIG_USB_DWC3_DUAL_ROLE=n \
|
||||
CONFIG_USB_DWC3_DEBUG=n \
|
||||
CONFIG_USB_DWC3_VERBOSE=n
|
||||
FILES:= $(LINUX_DIR)/drivers/usb/dwc3/dwc3.ko
|
||||
|
|
Loading…
Reference in a new issue