hv: enhance help text for the scenario option in Kconfig

Enhance the help text that accompanies the CONFIG_SCENARIO symbol in Kconfig

Tracked-On: #5203
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2020-08-24 13:18:37 +02:00 committed by wenlingz
parent 066744ce5d
commit f8883f43e9

View File

@ -3,13 +3,19 @@ config SCENARIO
default "industry"
help
By specifying SCENARIO name, ACRN will load corresponding VM configurations
to build the hypervisor. Currently ACRN provides below reference scenarios:
industry: Typical scenario for industry usage with 8 VMs: one pre-launched SOS VM,
one post-launched KATA VM, one post-launched RT VM for real-time control,
and up to five post-launched Standard VMs;
hybrid: Typical scenario for hybrid usage with 3 VMs: one pre-launched VM,
one pre-launched SOS VM and one post-launched Standard VM;
logical_partition: Typical scenario that run two isolated pre-launched VMs;
to build the hypervisor. Currently ACRN provides four reference scenarios:
- industry: Typical scenario for industry usage with 8 VMs: one pre-launched SOS VM,
one post-launched KATA VM, one post-launched RT VM for real-time control,
and up to five post-launched Standard VMs;
- hybrid: Typical scenario for hybrid usage with 3 VMs: one pre-launched Safety VM,
one pre-launched Service VM and one post-launched Standard VM;
- hybrid_rt: Typical scenario for hybrid real-time usage with 3 VMs: one
pre-launched RTVM, one pre-launched Service VM and one post-launched Standard VM;
- logical_partition: Typical scenario that run two isolated pre-launched VMs
Other values are possible if a corresponding scenario has been created
under 'misc/vm_configs/scenarios/' in the source code.
config MULTIBOOT2
bool "Multiboot2 support"