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