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