summaryrefslogtreecommitdiff
path: root/drivers/virt/coco/pkvm-guest/Kconfig
blob: d2f344f1f98f7bc954cb6ebe37f698961642f5a2 (plain)
1
2
3
4
5
6
7
8
9
10
config ARM_PKVM_GUEST
	bool "Arm pKVM protected guest driver"
	depends on ARM64
	help
	  Protected guests running under the pKVM hypervisor on arm64
	  are isolated from the host and must issue hypercalls to enable
	  interaction with virtual devices. This driver implements
	  support for probing and issuing these hypercalls.

	  If unsure, say 'N'.