xref: /linux/drivers/platform/x86/intel/pmt/Kconfig (revision 03ab8e6297acd1bc0eedaa050e2a1635c576fd11)
1e184b1e5SDavid E. Box# SPDX-License-Identifier: GPL-2.0-only
2e184b1e5SDavid E. Box#
3e184b1e5SDavid E. Box# Intel Platform Monitoring Technology drivers
4e184b1e5SDavid E. Box#
5e184b1e5SDavid E. Box
6e184b1e5SDavid E. Boxconfig INTEL_PMT_CLASS
7e184b1e5SDavid E. Box	tristate
8e184b1e5SDavid E. Box	help
9e184b1e5SDavid E. Box	  The Intel Platform Monitoring Technology (PMT) class driver provides
10e184b1e5SDavid E. Box	  the basic sysfs interface and file hierarchy used by PMT devices.
11e184b1e5SDavid E. Box
12e184b1e5SDavid E. Box	  For more information, see:
13e184b1e5SDavid E. Box	  <file:Documentation/ABI/testing/sysfs-class-intel_pmt>
14e184b1e5SDavid E. Box
15e184b1e5SDavid E. Box	  To compile this driver as a module, choose M here: the module
16e184b1e5SDavid E. Box	  will be called intel_pmt_class.
17e184b1e5SDavid E. Box
18e184b1e5SDavid E. Boxconfig INTEL_PMT_TELEMETRY
19e184b1e5SDavid E. Box	tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver"
20*a3c8f906SDavid E. Box	depends on INTEL_VSEC
21e184b1e5SDavid E. Box	select INTEL_PMT_CLASS
22e184b1e5SDavid E. Box	help
23e184b1e5SDavid E. Box	  The Intel Platform Monitory Technology (PMT) Telemetry driver provides
24e184b1e5SDavid E. Box	  access to hardware telemetry metrics on devices that support the
25e184b1e5SDavid E. Box	  feature.
26e184b1e5SDavid E. Box
27e184b1e5SDavid E. Box	  To compile this driver as a module, choose M here: the module
28e184b1e5SDavid E. Box	  will be called intel_pmt_telemetry.
29e184b1e5SDavid E. Box
30e184b1e5SDavid E. Boxconfig INTEL_PMT_CRASHLOG
31e184b1e5SDavid E. Box	tristate "Intel Platform Monitoring Technology (PMT) Crashlog driver"
32*a3c8f906SDavid E. Box	depends on INTEL_VSEC
33e184b1e5SDavid E. Box	select INTEL_PMT_CLASS
34e184b1e5SDavid E. Box	help
35e184b1e5SDavid E. Box	  The Intel Platform Monitoring Technology (PMT) crashlog driver provides
36e184b1e5SDavid E. Box	  access to hardware crashlog capabilities on devices that support the
37e184b1e5SDavid E. Box	  feature.
38e184b1e5SDavid E. Box
39e184b1e5SDavid E. Box	  To compile this driver as a module, choose M here: the module
40e184b1e5SDavid E. Box	  will be called intel_pmt_crashlog.
41