From 2ca663908f60840fb49ffbf1313573143480823c Mon Sep 17 00:00:00 2001 From: Sudeep Mohanty Date: Mon, 8 Jul 2024 10:39:02 +0200 Subject: [PATCH] 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 --- Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Kconfig b/Kconfig index b5c529cbeb..f12b6a704c 100644 --- a/Kconfig +++ b/Kconfig @@ -79,10 +79,6 @@ mainmenu "Espressif IoT Development Framework Configuration" string default "$IDF_INIT_VERSION" - config IDF_TARGET_LINUX - bool - default "y" if IDF_TARGET="linux" - config IDF_TARGET_ESP32 bool default "y" if IDF_TARGET="esp32"