41 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Intel Platform Monitoring Technology drivers4#5 6config INTEL_PMT_CLASS7 tristate8 help9 The Intel Platform Monitoring Technology (PMT) class driver provides10 the basic sysfs interface and file hierarchy used by PMT devices.11 12 For more information, see:13 <file:Documentation/ABI/testing/sysfs-class-intel_pmt>14 15 To compile this driver as a module, choose M here: the module16 will be called intel_pmt_class.17 18config INTEL_PMT_TELEMETRY19 tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver"20 depends on INTEL_VSEC21 select INTEL_PMT_CLASS22 help23 The Intel Platform Monitory Technology (PMT) Telemetry driver provides24 access to hardware telemetry metrics on devices that support the25 feature.26 27 To compile this driver as a module, choose M here: the module28 will be called intel_pmt_telemetry.29 30config INTEL_PMT_CRASHLOG31 tristate "Intel Platform Monitoring Technology (PMT) Crashlog driver"32 depends on INTEL_VSEC33 select INTEL_PMT_CLASS34 help35 The Intel Platform Monitoring Technology (PMT) crashlog driver provides36 access to hardware crashlog capabilities on devices that support the37 feature.38 39 To compile this driver as a module, choose M here: the module40 will be called intel_pmt_crashlog.41