drivers/virt/coco/pkvm-guest/Kconfig

Source file repositories/reference/linux-study-clean/drivers/virt/coco/pkvm-guest/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/virt/coco/pkvm-guest/Kconfig
Extension
[no extension]
Size
375 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/virt
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

config ARM_PKVM_GUEST
	bool "Arm pKVM protected guest driver"
	depends on ARM64 && DMA_RESTRICTED_POOL
	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'.

Annotation

Implementation Notes