
22 Aug
2025
22 Aug
'25
2:21 p.m.
From: Simon Glass <sjg@chromium.org> The app can produce quite a bit of output, so enable the pager feature. Signed-off-by: Simon Glass <sjg@chromium.org> --- lib/efi_client/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/efi_client/Kconfig b/lib/efi_client/Kconfig index 743181834bf..5726e91e814 100644 --- a/lib/efi_client/Kconfig +++ b/lib/efi_client/Kconfig @@ -22,6 +22,7 @@ config EFI_APP depends on X86 || ARM select CHARSET select EVENT + imply CONSOLE_PAGER help Build U-Boot as an application which can be started from EFI. This is useful for examining a platform in the early stages of porting -- 2.43.0