diff options
| author | Atul Raut <araut@codeaurora.org> | 2017-03-24 11:26:16 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-15 09:58:13 -0700 |
| commit | 7350d1ad7286e0c644ccafbbd5bc914ac4c2bc66 (patch) | |
| tree | 02a159772afc81a1bf1d4608f6c19d4f2d763c0e | |
| parent | eb7038b13a86336a575ea2043329eb7472e5d978 (diff) | |
arm64: Kconfig: Enable support for guest virtual platform
Enable support for msm kernel based guest virtual machine
runs on QUIN platform.
CRs-Fixed: 2024587
Change-Id: If6b26ca5180f3a148a54c6f8980d4efbb65ab2a9
Signed-off-by: Atul Raut <araut@codeaurora.org>
| -rw-r--r-- | arch/arm64/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 0c369a5d59f9..a4aaba570d44 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -247,6 +247,15 @@ config PGTABLE_LEVELS default 3 if ARM64_16K_PAGES && ARM64_VA_BITS_47 default 4 if !ARM64_64K_PAGES && ARM64_VA_BITS_48 +config MSM_GVM_QUIN + bool "Enable virtualization Support for MSM kernel required for QUIN platform" + help + This enables support for MSM Kernel based virtual + machine for QUIN platform. + This helps to enable virtual driver support. + This should work on 64bit machine. + If you don't know what to do here, say N. + source "init/Kconfig" source "kernel/Kconfig.freezer" |
