mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
efi_loader: enable HII protocols by default
As the UEFI shell requires the HII protocols let's enable them by default. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
8ec7d5d355
commit
084f093301
1 changed files with 2 additions and 5 deletions
|
@ -38,14 +38,11 @@ config EFI_LOADER_BOUNCE_BUFFER
|
|||
config EFI_LOADER_HII
|
||||
bool "Expose HII protocols to EFI applications"
|
||||
depends on EFI_LOADER
|
||||
default n
|
||||
default y
|
||||
help
|
||||
The Human Interface Infrastructure is a complicated framework that
|
||||
allows UEFI applications to draw fancy menus and hook strings using
|
||||
a translation framework.
|
||||
|
||||
U-Boot implements enough of its features to be able to run the UEFI
|
||||
Shell, but not more than that. The code is experimental still, so
|
||||
beware that your system might break with HII enabled.
|
||||
|
||||
If unsure, say n.
|
||||
Shell, but not more than that.
|
||||
|
|
Loading…
Add table
Reference in a new issue