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)
commitdba5148049c8e7d1863dfebaa0cb5dcb0e472db8
tree7549545e58393e5f3397f7199391562e737e73b2
parenteefb790e9010282fb5c430cb18986f3838181c6d
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>
lib/efi_loader/Kconfig