HV: config: add Kconfig and defconfigs for sbl & uefi

This patch converts the configuration entries (previously defined in
bsp/*/include/bsp/bsp_cfg.h) to a Kconfig script.

With the platform specified, the default values will be exactly those in the
corresponding bsp_cfg.h.

v4 -> v5:

    * No changes.

v3 -> v4:

    * No changes.

v2 -> v3:

    * No changes.

v1 -> v2:

    * No changes.

Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
This commit is contained in:
Junjie Mao
2018-05-22 23:13:37 +08:00
committed by lijinxia
parent ce061d3b32
commit bce7ed1715
4 changed files with 121 additions and 0 deletions

3
hypervisor/Kconfig Normal file
View File

@@ -0,0 +1,3 @@
mainmenu "ACRN Configuration"
source "arch/x86/Kconfig"