Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9dfa870 authored by Zhiqiang Tu's avatar Zhiqiang Tu Committed by Gerrit - the friendly Code Review server
Browse files

arm64: Kconfig: Add config option for Quin virtual machine



Add option to enable compilation for QTI Quin virtual machine.

Change-Id: I852de8d40bdab5f8de8c4665b2ed282f1d27960a
Signed-off-by: default avatarZhiqiang Tu <ztu@codeaurora.org>
parent 38e6f2c2
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -1112,6 +1112,14 @@ config XEN
	help
	help
	  Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
	  Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.


config QTI_QUIN_GVM
	bool "Enable Support for QTI QUIN Virtual Machine"
	help
	  This enables support for Qualcomm Technologies, Inc.'s
	  virtual machine on Quin platform. If you do not wish to
	  build a kernel that runs on this platform or if you are
	  unsure, say 'N' here.

config FORCE_MAX_ZONEORDER
config FORCE_MAX_ZONEORDER
	int
	int
	default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)
	default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)