:orphan: .. title:: PLATFORM_UEFI .. option:: CONFIG_PLATFORM_UEFI *UEFI* Type: ``bool`` Help ==== Select this if the target board uses UEFI. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from if's and menus.)* Symbols selected by this symbol =============================== - \ :option:`EFI_STUB ` if \ :ref:` ` Kconfig definition ================== .. highlight:: kconfig At ``arch/x86/Kconfig:7`` Included via ``Kconfig:3`` Menu path: (top menu) → Type of boot firmware (BIOS) on the target platform .. parsed-literal:: config PLATFORM_UEFI bool prompt "UEFI" if \ :ref:` ` select \ :option:`EFI_STUB ` if \ :ref:` ` depends on \ :ref:` ` help Select this if the target board uses UEFI. *(Definitions include propagated dependencies, including from if's and menus.)*