mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -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
44f58ecb51
commit
432aa793c4
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user