From 432aa793c43de16c29ce1e9440296a3558e1fee8 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 eff82a4691..743953656a 100644 --- a/Kconfig +++ b/Kconfig @@ -75,10 +75,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"