xref: /linux/drivers/virt/coco/arm-cca-guest/Kconfig (revision 364eeb79a213fcf9164208b53764223ad522d6b3)
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