config-tool: refine guest kernel types

Rename KERNEL_ZEPHYR to KERNEL_RAWIMAGE. Added new type "KERNEL_ELF".

Add CONFIG_GUEST_KERNEL_RAWIMAGE, CONFIG_GUEST_KERNEL_ELF and/or
CONFIG_GUEST_KERNEL_BZIMAGE to config.h if it's configured.

Tracked-On: #6323

Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
Reviewed-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Yang,Yu-chu
2021-07-27 10:56:56 -07:00
committed by wenlingz
parent 178b3e85e3
commit 73dc610d90
11 changed files with 22 additions and 14 deletions

View File

@@ -109,7 +109,6 @@ struct vuart_config {
enum os_kernel_type {
KERNEL_BZIMAGE = 1,
KERNEL_ZEPHYR,
KERNEL_RAWIMAGE,
KERNEL_ELF,
KERNEL_UNKNOWN,