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