mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-24 06:01:37 +00:00
Add build-in vm1 configuration for MRB platform, this is also an example about how to add new VM configurations Tracked-On: #1528 Acked-by: Yin Fengwei <fengwei.yin@intel.com> Signed-off-by: Tao Yuhong <yuhong.tao@intel.com>
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
mainmenu "VM Configuration"
|
|
|
|
config VM_CFG
|
|
bool "Enable build-in VM configuration"
|
|
default n
|
|
|
|
source "apl-mrb/vm1/Kconfig"
|