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

Message ID 20250902152158.2285264-14-sjg@u-boot.org
State New
Headers
Series efi: Improve integration of the app with a Shim environment |

Commit Message

Simon Glass Sept. 2, 2025, 3:21 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