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:
parent
9282bed590
commit
e8371973d7
@ -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
3
hw/uefi/Kconfig
Normal file
@ -0,0 +1,3 @@
|
||||
config UEFI_VARS
|
||||
bool
|
||||
default y if X86_64 || AARCH64
|
Loading…
x
Reference in New Issue
Block a user