Kconfig 500 B

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