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

45 lines
940 B
Plaintext
Raw Normal View History

:orphan:
.. title:: PLATFORM_SBL
.. option:: CONFIG_PLATFORM_SBL
*SBL*
Type: ``bool``
Help
====
Select this if the target board uses Slim Bootloader.
Direct dependencies
===================
\ :ref:`<choice: Type of boot firmware (BIOS) on the target platform> <choice_0>`
*(Includes any dependencies from if's and menus.)*
Kconfig definition
==================
.. highlight:: kconfig
At ``arch/x86/Kconfig:13``
Included via ``Kconfig:3``
Menu path: (top menu) → Type of boot firmware (BIOS) on the target platform
.. parsed-literal::
config PLATFORM_SBL
bool
prompt "SBL" 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 Slim Bootloader.
*(Definitions include propagated dependencies, including from if's and menus.)*