efi_loader: enable HII protocols by default
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Apr 2019 21:58:50 +0000 (23:58 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 12 Apr 2019 20:00:41 +0000 (22:00 +0200)
As the UEFI shell requires the HII protocols let's enable them by default.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/Kconfig

index 23487b8130e2e31630188f97db73b57d5c43243e..a6489ca534334020b039e298fa2d935b806a6754 100644 (file)
@@ -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.