From: Alexander Gendin Date: Mon, 20 Nov 2023 20:21:51 +0000 (+0000) Subject: drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=b68d2865f1690a21bef70859d273b82b7341b7a9;p=u-boot.git drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt Both FS_LOADER and SPL_FS_LOADER have the same menu prompt. To avoid confusion, make prompt for SPL_FS_LOADER different. Signed-off-by: Alexander Gendin Reviewed-by: Simon Glass --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 97057de8bf..ed7ecedd3a 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -615,7 +615,7 @@ config FS_LOADER ie. the FPGA device. config SPL_FS_LOADER - bool "Enable loader driver for file system" + bool "Enable loader driver for file system in SPL" depends on SPL help This is file system generic loader which can be used to load