CONFIG_PLATFORM_SBL

SBL

Type: bool

Direct dependencies

<choice: Platform>

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

Kconfig definition

At arch/x86/Kconfig:9, in menu (top menu) Platform:

config PLATFORM_SBL
    bool
    prompt "SBL" if <choice: Platform>
    depends on <choice: Platform>

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