xref: /linux/drivers/virt/coco/arm-cca-guest/Kconfig (revision ba1f9c8fe3d443a78814cdf8ac8f9829b5ca7095)
1config ARM_CCA_GUEST
2	tristate "Arm CCA Guest driver"
3	depends on ARM64
4	default m
5	select TSM_REPORTS
6	help
7	  The driver provides userspace interface to request and
8	  attestation report from the Realm Management Monitor(RMM).
9
10	  If you choose 'M' here, this module will be called
11	  arm-cca-guest.
12