mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/uefi: add UEFI_VARS to Kconfig
Add UEFI_VARS config option, enable by default for x86_64 and aarch64. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-ID: <20250225163031.1409078-17-kraxel@redhat.com>
This commit is contained in:
@@ -37,6 +37,7 @@ source smbios/Kconfig
|
||||
source ssi/Kconfig
|
||||
source timer/Kconfig
|
||||
source tpm/Kconfig
|
||||
source uefi/Kconfig
|
||||
source ufs/Kconfig
|
||||
source usb/Kconfig
|
||||
source virtio/Kconfig
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
config UEFI_VARS
|
||||
bool
|
||||
default y if X86_64 || AARCH64
|
||||
Reference in New Issue
Block a user