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