HV: add SDC2 config in hypervisor/arch/x86/Kconfig

Per community requirement;up to three post-launched VM might be
needed for some automotive SDC system, so add SDC2 scenario to
satisfy this requirement.

Tracked-On: #3429
Signed-off-by: fuzhongl <fuzhong.liu@intel.com>
Reviewed-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
fuzhongl
2019-07-17 13:58:31 +08:00
committed by ACRN System Integration
parent 796ac55016
commit a90a6a1059
4 changed files with 125 additions and 0 deletions

View File

@@ -10,6 +10,12 @@ config SDC
SDC (Software Defined Cockpit) is a typical scenario that ACRN supported.
SDC will have one pre-launched SOS VM and one post-launched VM.
config SDC2
bool "Software Defined Cockpit 2"
help
SDC2 (Software Defined Cockpit 2) is an extended scenario for automotive SDC system.
SDC2 will have one pre-launched SOS VM and up to three post-launched VM.
config LOGICAL_PARTITION
bool "Logical Partition VMs"
help