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 <[email protected]>
---
 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


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to