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