CONFIG_PARTITION_MODE

Partition mode

Type: bool

Direct dependencies

PLATFORM_SBL && <choice: Hypervisor mode>

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

Kconfig definition

At arch/x86/Kconfig:21, in menu (top menu) Hypervisor mode:

config PARTITION_MODE
    bool
    prompt "Partition mode" if PLATFORM_SBL && <choice: Hypervisor mode>
    depends on PLATFORM_SBL && <choice: Hypervisor mode>

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