CONFIG_PARTITION_MODE

Partition mode

Type: bool

Help

In partition mode, every VM owns part of the physical resources exclusively and runs with minimal interference from the others. The VM configurations are statically defined in the source.

Direct dependencies

PLATFORM_SBL && <choice: Hypervisor mode>

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

Kconfig definition

At arch/x86/Kconfig:33

Included via Kconfig:3

Menu path: (top menu) → Hypervisor mode

config PARTITION_MODE
    bool
    prompt "Partition mode" if PLATFORM_SBL && <choice: Hypervisor mode>
    depends on PLATFORM_SBL && <choice: Hypervisor mode>
    help
      In partition mode, every VM owns part of the physical resources
      exclusively and runs with minimal interference from the others. The VM
      configurations are statically defined in the source.

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