efi: Use the console mux by default with the EFI app

It is handy to have the pager in the app, since some output can be quite
long. Enable the console mux since the pager feature depends on it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-28 15:53:54 -06:00
parent 370247c724
commit b304fb16d7

View File

@@ -22,6 +22,7 @@ config EFI_APP
depends on X86 || ARM
select CHARSET
select EVENT
imply CONSOLE_MUX
imply CONSOLE_PAGER
help
Build U-Boot as an application which can be started from EFI. This