mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-24 19:24:47 +00:00

As per the guidelines, new drivers may not be set to default on. An expert user can always select it. Reported-by: Dan Williams <dan.j.williams@intel.com> Cc: Will Deacon <will@kernel.org> Cc: Steven Price <steven.price@arm.com> Cc: Sami Mujawar <sami.mujawar@arm.com> Link: https://lore.kernel.org/r/6750c695194cd_2508129427@dwillia2-xfh.jf.intel.com.notmuch Link: https://lore.kernel.org/r/20241205143634.306114-1-suzuki.poulose@arm.com Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Reviewed-by: Steven Price <steven.price@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
config ARM_CCA_GUEST
|
|
tristate "Arm CCA Guest driver"
|
|
depends on ARM64
|
|
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.
|