Kconfig (35d8a973fe4d38afee944db636c3d2b1df3741a7) | Kconfig (f3f6da5014dea3cc005b36948abe3664b5d1f7d3) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# X86 Platform Specific Drivers 4# 5 6menuconfig X86_PLATFORM_DEVICES 7 bool "X86 Platform Specific Device Drivers" 8 default y --- 1354 unchanged lines hidden (view full) --- 1363 For more information, see: 1364 <file:Documentation/ABI/testing/sysfs-class-intel_pmt> 1365 1366 To compile this driver as a module, choose M here: the module 1367 will be called intel_pmt_class. 1368 1369config INTEL_PMT_TELEMETRY 1370 tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# X86 Platform Specific Drivers 4# 5 6menuconfig X86_PLATFORM_DEVICES 7 bool "X86 Platform Specific Device Drivers" 8 default y --- 1354 unchanged lines hidden (view full) --- 1363 For more information, see: 1364 <file:Documentation/ABI/testing/sysfs-class-intel_pmt> 1365 1366 To compile this driver as a module, choose M here: the module 1367 will be called intel_pmt_class. 1368 1369config INTEL_PMT_TELEMETRY 1370 tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver" |
1371 depends on MFD_INTEL_PMT |
|
1371 select INTEL_PMT_CLASS 1372 help 1373 The Intel Platform Monitory Technology (PMT) Telemetry driver provides 1374 access to hardware telemetry metrics on devices that support the 1375 feature. 1376 1377 To compile this driver as a module, choose M here: the module 1378 will be called intel_pmt_telemetry. --- 83 unchanged lines hidden --- | 1372 select INTEL_PMT_CLASS 1373 help 1374 The Intel Platform Monitory Technology (PMT) Telemetry driver provides 1375 access to hardware telemetry metrics on devices that support the 1376 feature. 1377 1378 To compile this driver as a module, choose M here: the module 1379 will be called intel_pmt_telemetry. --- 83 unchanged lines hidden --- |