Skip to content

Commit

Permalink
HV: Add Partitioning mode option for ACRN
Browse files Browse the repository at this point in the history
Adding Kconfig option to choose and compile partitioning mode for ACRN.
Current implementation does not allow ACRN to support sharing mode
and partitioning mode out of a single binary.

Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
  • Loading branch information
Sainath Grandhi authored and lijinxia committed Aug 2, 2018
1 parent 93ed037 commit 581a336
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hypervisor/arch/x86/Kconfig
Expand Up @@ -11,6 +11,18 @@ config PLATFORM_SBL

endchoice

choice
prompt "Hypervisor mode"
default SHARING_MODE

config SHARING_MODE
bool "Sharing mode"

config PARTITION_MODE
bool "Partition mode"
depends on PLATFORM_SBL
endchoice

config PLATFORM
string
default "uefi" if PLATFORM_UEFI
Expand Down

0 comments on commit 581a336

Please sign in to comment.