• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config GUNYAH_GUEST
2	bool "Gunyah protected guest driver"
3	depends on ARM64
4	select ARCH_HAS_MEM_RELINQUISH
5	select GUNYAH_HYPERCALLS
6	help
7	  Protected guests running under the Gunyah hypervisor
8	  are isolated from the host and must issue hypercalls to enable
9	  interaction with virtual devices. This driver implements
10	  support for probing and issuing these hypercalls.
11
12	  If unsure, say 'N'.
13