Steven Price <steven.price@xxxxxxx> writes: > From: Sami Mujawar <sami.mujawar@xxxxxxx> ... > --- /dev/null > +++ b/drivers/virt/coco/arm-cca-guest/Kconfig > @@ -0,0 +1,11 @@ > +config ARM_CCA_GUEST > + tristate "Arm CCA Guest driver" > + depends on ARM64 > + default m > + 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. > Can we rename the generic Kconfig variable to ARM_CCA_TSM_REPORT?. Also should the directory be arm64-cca-guest? -aneesh