CONFIG_SDC

Software Defined Cockpit

Type: bool

Help

SDC (Software Defined Cockpit) is a typical scenario that ACRN supported. SDC will have one pre-launched SOS VM and one post-launched VM.

Direct dependencies

<choice: ACRN Scenario>

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

Kconfig definition

At arch/x86/Kconfig:7

Included via Kconfig:3

Menu path: (top menu) → ACRN Scenario

config SDC
    bool
    prompt "Software Defined Cockpit" if <choice: ACRN Scenario>
    depends on <choice: ACRN Scenario>
    help
      SDC (Software Defined Cockpit) is a typical scenario that ACRN supported.
      SDC will have one pre-launched SOS VM and one post-launched VM.

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