Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Intel Platform Monitoring Technology drivers
0004 #
0005 
0006 config INTEL_PMT_CLASS
0007         tristate
0008         help
0009           The Intel Platform Monitoring Technology (PMT) class driver provides
0010           the basic sysfs interface and file hierarchy used by PMT devices.
0011 
0012           For more information, see:
0013           <file:Documentation/ABI/testing/sysfs-class-intel_pmt>
0014 
0015           To compile this driver as a module, choose M here: the module
0016           will be called intel_pmt_class.
0017 
0018 config INTEL_PMT_TELEMETRY
0019         tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver"
0020         depends on INTEL_VSEC
0021         select INTEL_PMT_CLASS
0022         help
0023           The Intel Platform Monitory Technology (PMT) Telemetry driver provides
0024           access to hardware telemetry metrics on devices that support the
0025           feature.
0026 
0027           To compile this driver as a module, choose M here: the module
0028           will be called intel_pmt_telemetry.
0029 
0030 config INTEL_PMT_CRASHLOG
0031         tristate "Intel Platform Monitoring Technology (PMT) Crashlog driver"
0032         depends on INTEL_VSEC
0033         select INTEL_PMT_CLASS
0034         help
0035           The Intel Platform Monitoring Technology (PMT) crashlog driver provides
0036           access to hardware crashlog capabilities on devices that support the
0037           feature.
0038 
0039           To compile this driver as a module, choose M here: the module
0040           will be called intel_pmt_crashlog.