diff options
| author | sakumisu <[email protected]> | 2022-06-16 22:17:38 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-06-16 22:17:38 +0800 |
| commit | e2d8752f069ea9d794da5561bcd966eed7a65a58 (patch) | |
| tree | a447b804440f4eb4b3eb3147680184e894137f65 /SConscript | |
| parent | 7c4809412b352af7bb35ab3b4471f5467019be83 (diff) | |
update dwc2 hcd driver
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ if GetDepend(['PKG_CHERRYUSB_HOST']): if GetDepend(['PKG_CHERRYUSB_HOST_DWC2']): src += Glob('port/synopsys/usb_hc_dwc2.c') + CPPDEFINES += ['CONFIG_USBHOST_HIGH_WORKQ'] if GetDepend(['PKG_CHERRYUSB_HOST_MUSB']): src += Glob('port/musb/usb_hc_musb.c') if GetDepend(['PKG_CHERRYUSB_HOST_MUSB_SUNXI']): |
