projectacrn.github.io/0.7/_sources/reference/kconfig/CONFIG_PLATFORM_UEFI.rst.txt

51 lines
1.2 KiB
ReStructuredText

:orphan:
.. title:: PLATFORM_UEFI
.. option:: CONFIG_PLATFORM_UEFI
*UEFI*
Type: ``bool``
Help
====
Select this if the target board uses UEFI.
Direct dependencies
===================
\ :ref:`<choice: Type of boot firmware (BIOS) on the target platform> <choice_0>`
*(Includes any dependencies from if's and menus.)*
Symbols selected by this symbol
===============================
- \ :option:`EFI_STUB <CONFIG_EFI_STUB>` if \ :ref:`<choice: Type of boot firmware (BIOS) on the target platform> <choice_0>`
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:`<choice: Type of boot firmware (BIOS) on the target platform> <choice_0>`
select \ :option:`EFI_STUB <CONFIG_EFI_STUB>` if \ :ref:`<choice: Type of boot firmware (BIOS) on the target platform> <choice_0>`
depends on \ :ref:`<choice: Type of boot firmware (BIOS) on the target platform> <choice_0>`
help
Select this if the target board uses UEFI.
*(Definitions include propagated dependencies, including from if's and menus.)*