[PATCH] common: Kconfig: fix location of FILETYPE_STRINGS

Ulrich Ölmann u.oelmann at pengutronix.de
Tue Jul 1 03:12:01 PDT 2025


It erroneously slipped into menu "OP-TEE loading".

Fixes: 09702e4a00ec ("filetype: make file type strings optional")
Signed-off-by: Ulrich Ölmann <u.oelmann at pengutronix.de>
---
 common/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/Kconfig b/common/Kconfig
index 39a597bb704f..65fa30d23659 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1418,6 +1418,8 @@ config PBL_OPTEE
 	  The trampoline for jumping back from OP-TEE to barebox does currently
 	  not handle THUMB2, so barebox must be built either for A32 or A64.
 
+endmenu
+
 config FILETYPE_STRINGS
 	bool "Print file types as strings"
 	default y
@@ -1426,8 +1428,6 @@ config FILETYPE_STRINGS
 	  Say yes here to include strings for filetypes in barebox. If disabled file
 	  types will be printed as numbers only.
 
-endmenu
-
 if FASTBOOT_BASE
 
 menu "Android Fastboot"
-- 
2.39.5




More information about the barebox mailing list