summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-10-16 13:19:28 +0700
committerhathach <[email protected]>2024-10-16 13:19:28 +0700
commit8d9d3d9a2ac51378e7cb973628972e93ba356e1d (patch)
tree51e47f0715d9def517bb4afc77481e8354cf6a25 /src/tusb_option.h
parent4012e150757b517620465d93a22b0787c6400c5d (diff)
move gahbcfg/gintmsk with dma to dwc2 common
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index d36d0bcad..3607a8c1a 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -254,6 +254,10 @@
#define CFG_TUD_DWC2_DMA 0
#endif
+#ifndef CFG_TUH_DWC2_DMA
+ #define CFG_TUH_DWC2_DMA 0
+#endif
+
// Enable PIO-USB software host controller
#ifndef CFG_TUH_RPI_PIO_USB
#define CFG_TUH_RPI_PIO_USB 0