diff options
Diffstat (limited to 'hw/uefi/Kconfig')
-rw-r--r-- | hw/uefi/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/uefi/Kconfig b/hw/uefi/Kconfig new file mode 100644 index 0000000..046d553 --- /dev/null +++ b/hw/uefi/Kconfig @@ -0,0 +1,3 @@ +config UEFI_VARS + bool + default y if X86_64 || AARCH64 || RISCV64 || LOONGARCH64 |