kernel: add missing config symbol for the chipidea usb driver
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37487
This commit is contained in:
parent
4332b7fce5
commit
2ea287816c
1 changed files with 1 additions and 0 deletions
|
@ -1033,6 +1033,7 @@ define KernelPackage/usb-chipidea
|
|||
KCONFIG:= \
|
||||
CONFIG_USB_CHIPIDEA \
|
||||
CONFIG_USB_CHIPIDEA_HOST=y \
|
||||
CONFIG_USB_CHIPIDEA_UDC=n \
|
||||
CONFIG_USB_CHIPIDEA_DEBUG=y
|
||||
FILES:=\
|
||||
$(LINUX_DIR)/drivers/usb/chipidea/ci_hdrc.ko
|
||||
|
|
Loading…
Reference in a new issue