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