mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06: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:
parent
9282bed590
commit
e8371973d7
2 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue