Skip to content

Commit

Permalink
change(esp_tinyusb): Renamed dynamic config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Jan 15, 2025
1 parent e55e97b commit b0c796c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions device/esp_tinyusb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ menu "TinyUSB Stack"
help
Specify verbosity of TinyUSB log output.

config TINYUSB_DYNAMIC_RHPORT_CONFIG
config TINYUSB_DYNAMIC_RHPORT
depends on IDF_TARGET_ESP32P4
bool "TinyUSB Peripheral dynamic selection"
default n
Expand All @@ -17,7 +17,7 @@ menu "TinyUSB Stack"
- Enable to use run-time port selection via TinyUSB configuration parameter.

choice TINYUSB_RHPORT
depends on !TINYUSB_DYNAMIC_RHPORT_CONFIG
depends on !TINYUSB_DYNAMIC_RHPORT
prompt "USB Peripheral"
default TINYUSB_RHPORT_HS if IDF_TARGET_ESP32P4
default TINYUSB_RHPORT_FS
Expand Down

0 comments on commit b0c796c

Please sign in to comment.