Kconfig (d9a0788093565c300f7c8dd034dbfa6ac4da9aa6) | Kconfig (86fc85c75bcd9b0f28afadd60c9f890669b42ba4) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Intel Platform Monitoring Technology drivers 4# 5 6config INTEL_PMT_CLASS 7 tristate 8 help --- 4 unchanged lines hidden (view full) --- 13 <file:Documentation/ABI/testing/sysfs-class-intel_pmt> 14 15 To compile this driver as a module, choose M here: the module 16 will be called intel_pmt_class. 17 18config INTEL_PMT_TELEMETRY 19 tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver" 20 depends on INTEL_VSEC | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Intel Platform Monitoring Technology drivers 4# 5 6config INTEL_PMT_CLASS 7 tristate 8 help --- 4 unchanged lines hidden (view full) --- 13 <file:Documentation/ABI/testing/sysfs-class-intel_pmt> 14 15 To compile this driver as a module, choose M here: the module 16 will be called intel_pmt_class. 17 18config INTEL_PMT_TELEMETRY 19 tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver" 20 depends on INTEL_VSEC |
21 select INTEL_PMT_DISCOVERY |
|
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. 26 27 To compile this driver as a module, choose M here: the module 28 will be called intel_pmt_telemetry. --- 24 unchanged lines hidden --- | 22 select INTEL_PMT_CLASS 23 help 24 The Intel Platform Monitory Technology (PMT) Telemetry driver provides 25 access to hardware telemetry metrics on devices that support the 26 feature. 27 28 To compile this driver as a module, choose M here: the module 29 will be called intel_pmt_telemetry. --- 24 unchanged lines hidden --- |