mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
81448dcae8
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
|