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