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

Commit cd4c291a authored by Minming Qi's avatar Minming Qi Committed by zhaochen
Browse files

arm64: Define VM platform for SDM845



Define VM platform config for SDM845. This config is
used for enabling virtual machine on SDM845.
Change-Id: I7298715f881015bd91e88c1d29cbd13c4dc9d517
Signed-off-by: default avatarMinming Qi <mqi@codeaurora.org>
Signed-off-by: default avatarzhaochen <zhaochen@codeaurora.org>
parent 2630d499
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -137,6 +137,16 @@ config ARCH_SDM845
	  This enables support for the SDM845 chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

config ARCH_SDM845_VM
	bool "Enable Support for Qualcomm Technologies Inc. SDM845 VM"
	select QCOM_VM_WDT if WATCHDOG
	help
	  This enables support for VM on sdm845 chipset.If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

	  To compile this driver as a module, choose M here: the
	  module will be called SDM845_VM.

config ARCH_SDM670
	bool "Enable Support for Qualcomm Technologies Inc. SDM670"
	depends on ARCH_QCOM