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:
Sudeep Mohanty 2024-07-08 10:39:02 +02:00
parent 44f58ecb51
commit 432aa793c4

View File

@ -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"