drivers/virt/coco/arm-cca-guest/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/virt/coco/arm-cca-guest/Kconfig
Extension
[no extension]
Size
291 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_CCA_GUEST
	tristate "Arm CCA Guest driver"
	depends on ARM64
	select TSM_REPORTS
	help
	  The driver provides userspace interface to request and
	  attestation report from the Realm Management Monitor(RMM).

	  If you choose 'M' here, this module will be called
	  arm-cca-guest.

Annotation

Implementation Notes