From ae6cc85d802dc76983d253bfe927d2fb51aab08a Mon Sep 17 00:00:00 2001 From: Jan Beran Date: Wed, 25 Feb 2026 09:44:30 +0100 Subject: [PATCH] Revert "fix(linux): disable binary generating for linux target, leave only elf" This reverts commit 31b2a047f2859dec4809b28cc032616f6478b42a. --- Kconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Kconfig b/Kconfig index 1ffa9770fb..f7131ed37d 100644 --- a/Kconfig +++ b/Kconfig @@ -183,7 +183,6 @@ mainmenu "Espressif IoT Development Framework Configuration" choice APP_BUILD_TYPE prompt "Application build type" - default APP_BUILD_TYPE_ELF_ONLY if IDF_TARGET_LINUX default APP_BUILD_TYPE_APP_2NDBOOT help Select the way the application is built. @@ -256,12 +255,6 @@ mainmenu "Espressif IoT Development Framework Configuration" bool prompt "Build app runs entirely in RAM (EXPERIMENTAL)" select APP_BUILD_GENERATE_BINARIES - depends on !IDF_TARGET_LINUX - - config APP_BUILD_TYPE_ELF_ONLY - bool - prompt "ELF only (EXPERIMENTAL), only supported on Linux target" - depends on IDF_TARGET_LINUX endchoice # APP_BUILD_TYPE