aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-01-22 21:35:23 +0100
committerAlexander Graf <agraf@suse.de>2019-02-13 09:40:06 +0100
commitdba5148049c8e7d1863dfebaa0cb5dcb0e472db8 (patch)
tree7549545e58393e5f3397f7199391562e737e73b2
parenteefb790e9010282fb5c430cb18986f3838181c6d (diff)
downloadu-boot-dba5148049c8e7d1863dfebaa0cb5dcb0e472db8.zip
u-boot-dba5148049c8e7d1863dfebaa0cb5dcb0e472db8.tar.gz
u-boot-dba5148049c8e7d1863dfebaa0cb5dcb0e472db8.tar.bz2
efi_loader: GetNextVariableName() relies on REGEX
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>
-rw-r--r--lib/efi_loader/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index b921ea8..f5de005 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -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)