CONFIG_PLATFORM_SBL

SBL

Type: bool

Help

Select this if the target board uses Slim Bootloader.

Direct dependencies

<choice: Type of boot firmware (BIOS) on the target platform>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At arch/x86/Kconfig:13

Included via Kconfig:3

Menu path: (top menu) → Type of boot firmware (BIOS) on the target platform

config PLATFORM_SBL
    bool
    prompt "SBL" if <choice: Type of boot firmware (BIOS) on the target platform>
    depends on <choice: Type of boot firmware (BIOS) on the target platform>
    help
      Select this if the target board uses Slim Bootloader.

(Definitions include propagated dependencies, including from if’s and menus.)