efi_loader: GetNextVariableName() relies on REGEX
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 22 Jan 2019 20:35:23 +0000 (21:35 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2019 08:40:06 +0000 (09:40 +0100)
Our implementation of GetNextVariableName() relies on
CONFIG_REGEX=y. So EFI_LOADER has to select it.

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

index b921ea8821590b7d7a97c0e474f455bb1cc78790..f5de005ff8bbd8a7412beae1a5bcf88c9b44a8da 100644 (file)
@@ -8,6 +8,7 @@ config EFI_LOADER
        default y
        select LIB_UUID
        select HAVE_BLOCK_DEVICE
+       select REGEX
        imply CFB_CONSOLE_ANSI
        help
          Select this option if you want to run EFI applications (like grub2)