Pārlūkot izejas kodu

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>
Heinrich Schuchardt 5 gadi atpakaļ
vecāks
revīzija
dba5148049
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      lib/efi_loader/Kconfig

+ 1 - 0
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)