]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform/x86/intel/pmc: Add PMC SSRAM Kconfig description
authorDavid E. Box <david.e.box@linux.intel.com>
Fri, 12 Jun 2026 21:01:48 +0000 (14:01 -0700)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Sun, 14 Jun 2026 23:13:03 +0000 (02:13 +0300)
Add a proper description for the intel_pmc_ssram driver.

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://patch.msgid.link/bd7ba2f98450751af1de054dac0469acc1138513.1781294741.git.david.e.box@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/intel/pmc/Kconfig

index c6ef0bcf76afe23de6c1a569983608e8f97f6339..e9012b7039181af9a24b5146831d0c6aa70860a5 100644 (file)
@@ -28,3 +28,14 @@ config INTEL_PMC_CORE
 
 config INTEL_PMC_SSRAM_TELEMETRY
        tristate
+       help
+         This driver discovers PMC SSRAM telemetry regions through the PMC's
+         MMIO interface (PCI) or ACPI _DSD properties and registers them with
+         the Intel VSEC framework as Intel PMT telemetry devices.
+
+         It probes the PMC SSRAM device, extracts DVSEC information from MMIO,
+         reads device IDs and base addresses for multiple PMCs (main, IOE, PCH),
+         and exposes the discovered telemetry through Intel PMT interfaces
+         (including sysfs).
+
+         This option is selected by INTEL_PMC_CORE.