forked from espressif/esp-idf
Merge branch 'fix/duplicate_linux_target_kconfig_v5.3' into 'release/v5.3'
fix(kconfig): Removed duplicate entry for IDF_TARGET_LINUX in Kconfig (v5.3) See merge request espressif/esp-idf!32027
This commit is contained in:
4
Kconfig
4
Kconfig
@@ -75,10 +75,6 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
|||||||
string
|
string
|
||||||
default "$IDF_INIT_VERSION"
|
default "$IDF_INIT_VERSION"
|
||||||
|
|
||||||
config IDF_TARGET_LINUX
|
|
||||||
bool
|
|
||||||
default "y" if IDF_TARGET="linux"
|
|
||||||
|
|
||||||
config IDF_TARGET_ESP32
|
config IDF_TARGET_ESP32
|
||||||
bool
|
bool
|
||||||
default "y" if IDF_TARGET="esp32"
|
default "y" if IDF_TARGET="esp32"
|
||||||
|
Reference in New Issue
Block a user