summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 25e536787..44cdaa3a6 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -252,7 +252,7 @@
//--------------------------------------------------------------------+
-// COMMON OPTIONS
+// Common Options (Default)
//--------------------------------------------------------------------+
// Debug enable to print out error message
@@ -280,7 +280,7 @@
#endif
//--------------------------------------------------------------------
-// DEVICE OPTIONS
+// Device Options (Default)
//--------------------------------------------------------------------
#ifndef CFG_TUD_ENDPOINT0_SIZE
@@ -345,7 +345,7 @@
#endif
//--------------------------------------------------------------------
-// HOST OPTIONS
+// Host Options (Default)
//--------------------------------------------------------------------
#if CFG_TUH_ENABLED
#ifndef CFG_TUH_DEVICE_MAX
@@ -383,6 +383,11 @@
#define CFG_TUH_VENDOR 0
#endif
+// Enable PIO-USB software host controller
+#ifndef CFG_TUH_RPI_PIO_USB
+#define CFG_TUH_RPI_PIO_USB 0
+#endif
+
//------------------------------------------------------------------
// Configuration Validation
//------------------------------------------------------------------