efi: Enable the console pager for the app

The app can produce quite a bit of output, so enable the pager feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-22 05:54:57 -06:00
parent f3d27f9841
commit 480be6d905

View File

@@ -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