mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
fix(kconfig): Removed duplicate entry for IDF_TARGET_LINUX in Kconfig
This commit removes a duplicate entry for the IDF_TARGET_LINUX Kconfig option in the project Kconfig file. Closes https://github.com/espressif/esp-idf/issues/14145
This commit is contained in:
parent
d9a9bab390
commit
2ca663908f
4
Kconfig
4
Kconfig
@ -79,10 +79,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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user