mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-03 21:11:30 +00:00
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>
This commit is contained in:
parent
eefb790e90
commit
dba5148049
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ config EFI_LOADER
|
||||||
default y
|
default y
|
||||||
select LIB_UUID
|
select LIB_UUID
|
||||||
select HAVE_BLOCK_DEVICE
|
select HAVE_BLOCK_DEVICE
|
||||||
|
select REGEX
|
||||||
imply CFB_CONSOLE_ANSI
|
imply CFB_CONSOLE_ANSI
|
||||||
help
|
help
|
||||||
Select this option if you want to run EFI applications (like grub2)
|
Select this option if you want to run EFI applications (like grub2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue