CONFIG_QEMU_UEFI_BOOT
QEMU uses UEFI to boot up
Type: bool
Help
This option indicates that QEMU will use UEFI bootable method
to boot up.
Direct dependencies
BUILD_OUTPUT_EFI
&& QEMU_TARGET
&& X86_64
(Includes any dependencies from ifs and menus.)
Default
n
Kconfig definition
At <Zephyr>/boards/Kconfig:77
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:37
Menu path: (Top) → Board Options
config QEMU_UEFI_BOOT
bool "QEMU uses UEFI to boot up"
default n
depends on BUILD_OUTPUT_EFI && QEMU_TARGET && X86_64
help
This option indicates that QEMU will use UEFI bootable method
to boot up.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)