xref: /linux/drivers/virt/coco/pkvm-guest/Kconfig (revision 50b7e7082a3dde5bdba14a4e40a2e2279fd08a7b)
1config ARM_PKVM_GUEST
2	bool "Arm pKVM protected guest driver"
3	depends on ARM64
4	help
5	  Protected guests running under the pKVM hypervisor on arm64
6	  are isolated from the host and must issue hypercalls to enable
7	  interaction with virtual devices. This driver implements
8	  support for probing and issuing these hypercalls.
9
10	  If unsure, say 'N'.
11