hw/uefi: add UEFI_VARS to Kconfig
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 25 Feb 2025 16:30:20 +0000 (17:30 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 4 Mar 2025 11:07:05 +0000 (12:07 +0100)
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>

hw/Kconfig
hw/uefi/Kconfig [new file with mode: 0644]

index 1b4e9bb07f7d57a349e16146ed5e58745f38f87a..c4dfe2e7af7c4f8a70b6e8bc6324d26c6333c12e 100644 (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
diff --git a/hw/uefi/Kconfig b/hw/uefi/Kconfig
new file mode 100644 (file)
index 0000000..ca6c2bc
--- /dev/null
@@ -0,0 +1,3 @@
+config UEFI_VARS
+       bool
+        default y if X86_64 || AARCH64