blob: ad27d68b39b49cc4893928be6ab501122a5c685f (
plain)
1
2
3
4
5
6
7
8
|
## SPDX-License-Identifier: GPL-2.0-only
config DRIVERS_EFI_VARIABLE_STORE
bool "Include EFI variable store driver"
depends on UDK_BASE
help
Adds a driver that is able to read and write an EFI formatted
VariableStore as used by tianocore.
|