mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
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:
committed by
ACRN System Integration
parent
796ac55016
commit
a90a6a1059
@@ -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
|
||||
|
Reference in New Issue
Block a user