mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
add IDF_TARGET_XXX in main Kconfig
This commit is contained in:
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_NOT_SET" if IDF_TARGET_ENV=""
|
||||||
default 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"
|
menu "SDK tool configuration"
|
||||||
config SDK_TOOLPREFIX
|
config SDK_TOOLPREFIX
|
||||||
|
Reference in New Issue
Block a user