[PATCH 24/30] common: move CONFIG_ELF into General Settings

Ahmad Fatoum a.fatoum at pengutronix.de
Mon Nov 22 00:47:26 PST 2021


Currently, when ELF prompt is visible, it's shown top level in the
menuconfig. Move it to the General Settings menu instead.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 common/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/Kconfig b/common/Kconfig
index 42240ae8411b..77410c958b4c 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -43,9 +43,6 @@ config USE_COMPRESSED_DTB
 	select UNCOMPRESS
 	select LZO_DECOMPRESS
 
-config ELF
-	bool "ELF Support" if COMPILE_TEST
-
 config FILETYPE
 	bool
 
@@ -608,6 +605,9 @@ config BOOTM_AIMAGE
 	help
 	  Support using Android Images.
 
+config ELF
+	bool "ELF Support" if COMPILE_TEST
+
 config BOOTM_ELF
 	bool
 	depends on BOOTM
-- 
2.30.2




More information about the barebox mailing list