• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2
3config MTK_GZVM
4	tristate "GenieZone Hypervisor driver for guest VM operation"
5	depends on ARM64
6	help
7	  This driver, gzvm, enables to run guest VMs on MTK GenieZone
8	  hypervisor. It exports kvm-like interfaces for VMM (e.g., crosvm) in
9	  order to operate guest VMs on GenieZone hypervisor.
10
11	  GenieZone hypervisor now only supports MediaTek SoC and arm64
12	  architecture.
13
14	  Select M if you want it be built as a module (gzvm.ko).
15
16	  If unsure, say N.
17