mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
add IDF_TARGET_XXX in main Kconfig
This commit is contained in:
parent
b82e0d49a8
commit
e9a2eae639
7
Kconfig
7
Kconfig
@ -29,6 +29,13 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
||||
default "IDF_TARGET_NOT_SET" if IDF_TARGET_ENV=""
|
||||
default IDF_TARGET_ENV
|
||||
|
||||
config IDF_TARGET_ESP32
|
||||
bool
|
||||
default y if IDF_TARGET="esp32"
|
||||
|
||||
config IDF_TARGET_ESP32S2BETA
|
||||
bool
|
||||
default y if IDF_TARGET="esp32s2beta"
|
||||
|
||||
menu "SDK tool configuration"
|
||||
config SDK_TOOLPREFIX
|
||||
|
Loading…
Reference in New Issue
Block a user