Re: [PATCH v5 19/19] virt: arm-cca-guest: TSM_REPORT support for realms
From: Aneesh Kumar K . V
Date: Sun Sep 01 2024 - 23:54:10 EST
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