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:
Victor Sun
2020-04-13 11:46:02 +08:00
committed by wenlingz
parent dba0591f72
commit 3fd5fc9b51
7 changed files with 5 additions and 11 deletions

View File

@@ -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"