diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/linux/modules/usb.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 3db70f8951..2499af1007 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -438,6 +438,8 @@ define KernelPackage/usb-dwc2 DEPENDS:=@!LINUX_3_8 @!LINUX_3_10 KCONFIG:= \ CONFIG_USB_DWC2 \ + CONFIG_USB_DWC2_PCI \ + CONFIG_USB_DWC2_PLATFORM \ CONFIG_USB_DWC2_DEBUG=n \ CONFIG_USB_DWC2_VERBOSE=n \ CONFIG_USB_DWC2_TRACK_MISSED_SOFS=n |