drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / drivers / platform / x86 / intel / pmt / Kconfig
blobe916fc9662219c4c46e125fb2d0c5f1a4bfe6978
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Intel Platform Monitoring Technology drivers
6 config INTEL_PMT_CLASS
7         tristate
8         help
9           The Intel Platform Monitoring Technology (PMT) class driver provides
10           the basic sysfs interface and file hierarchy used by PMT devices.
12           For more information, see:
13           <file:Documentation/ABI/testing/sysfs-class-intel_pmt>
15           To compile this driver as a module, choose M here: the module
16           will be called intel_pmt_class.
18 config INTEL_PMT_TELEMETRY
19         tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver"
20         depends on INTEL_VSEC
21         select INTEL_PMT_CLASS
22         help
23           The Intel Platform Monitory Technology (PMT) Telemetry driver provides
24           access to hardware telemetry metrics on devices that support the
25           feature.
27           To compile this driver as a module, choose M here: the module
28           will be called intel_pmt_telemetry.
30 config INTEL_PMT_CRASHLOG
31         tristate "Intel Platform Monitoring Technology (PMT) Crashlog driver"
32         depends on INTEL_VSEC
33         select INTEL_PMT_CLASS
34         help
35           The Intel Platform Monitoring Technology (PMT) crashlog driver provides
36           access to hardware crashlog capabilities on devices that support the
37           feature.
39           To compile this driver as a module, choose M here: the module
40           will be called intel_pmt_crashlog.