:orphan: .. title:: CONFIG_QEMU_UEFI_BOOT .. kconfig:: CONFIG_QEMU_UEFI_BOOT CONFIG_QEMU_UEFI_BOOT ##################### *QEMU uses UEFI to boot up* Type: ``bool`` Help ==== .. code-block:: none This option indicates that QEMU will use UEFI bootable method to boot up. Direct dependencies =================== \ :kconfig:`BUILD_OUTPUT_EFI ` && \ :kconfig:`QEMU_TARGET ` && \ :kconfig:`X86_64 ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/Kconfig:66`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` Menu path: (Top) → Board Options .. code-block:: kconfig 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.)*