mirror of
https://github.com/espressif/esp-idf
synced 2025-04-03 05:10:11 -04:00
1. Renamed Kconfig file of tinyusb (distinguish tinyusb stack from usb peripheral) 2. bugfix/typofix/doc update of tinyusb
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
menu "USB-OTG"
|
|
visible if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
|
|
|
|
# Invisible item, enabled when USB_OTG peripheral does exist
|
|
config USB_OTG_SUPPORTED
|
|
bool
|
|
default y if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
|
|
|
|
endmenu
|