[Concept,12/16] efi: Enable the console pager for the app

Message ID 20250822142153.3404275-13-sjg@u-boot.org
State New
Headers
Series Introduce a pager for the console |

Commit Message

Simon Glass Aug. 22, 2025, 2:21 p.m. UTC
  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(+)
  

Patch

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