xref: /aosp_15_r20/external/coreboot/src/drivers/efi/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config DRIVERS_EFI_VARIABLE_STORE
4	bool "Include EFI variable store driver"
5	depends on UDK_BASE
6	help
7	  Adds a driver that is able to read and write an EFI formatted
8	  VariableStore as used by tianocore.
9