[Concept,7/8] efi: Use the console mux by default with the EFI app

Message ID 20250828221713.3218908-8-sjg@u-boot.org
State New
Headers
Series efi: A few minor improvements |

Commit Message

Simon Glass Aug. 28, 2025, 10:16 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

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

 lib/efi_client/Kconfig | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/lib/efi_client/Kconfig b/lib/efi_client/Kconfig
index 5726e91e814..9361a548c9d 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_MUX
 	imply CONSOLE_PAGER
 	help
 	  Build U-Boot as an application which can be started from EFI. This