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:
Gerd Hoffmann 2025-02-25 17:30:20 +01:00
parent 9282bed590
commit e8371973d7
2 changed files with 4 additions and 0 deletions

View file

@ -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

3
hw/uefi/Kconfig Normal file
View file

@ -0,0 +1,3 @@
config UEFI_VARS
bool
default y if X86_64 || AARCH64