mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +00:00
Kconfig: remove MAX_KATA_VM_NUM
CONFIG_MAX_KATA_VM_NUM is a scenario specific configuration, so it is better to put the MACRO in scenario folder directly, to instead the Kconfig item in Kconfig file which should work for all scenarios; Tracked-On: #4616 Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -312,12 +312,6 @@ config L1D_FLUSH_VMENTRY_ENABLED
|
||||
bool "Enable L1 cache flush before VM entry"
|
||||
default n
|
||||
|
||||
config MAX_KATA_VM_NUM
|
||||
int "Maximum number of Kata Containers in SOS"
|
||||
range 0 1
|
||||
default 1 if SDC
|
||||
default 0 if !SDC
|
||||
|
||||
config UEFI_OS_LOADER_NAME
|
||||
string "UEFI OS loader name"
|
||||
default "\\EFI\\org.clearlinux\\bootloaderx64.efi"
|
||||
|
Reference in New Issue
Block a user