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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user