CONFIG_PLATFORM_SBL

SBL

Type: bool

Help

Select this if the target board uses Slim Bootloader.

Direct dependencies

<choice: Platform>

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

Kconfig definition

At arch/x86/Kconfig:13

Included via Kconfig:3

Menu path: (top menu) → Platform

config PLATFORM_SBL
    bool
    prompt "SBL" if <choice: Platform>
    depends on <choice: Platform>
    help
      Select this if the target board uses Slim Bootloader.

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