Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | Kconfig (d9a0788093565c300f7c8dd034dbfa6ac4da9aa6) |
---|---|
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 --- 24 unchanged lines hidden (view full) --- 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. 38 39 To compile this driver as a module, choose M here: the module 40 will be called intel_pmt_crashlog. | 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 --- 24 unchanged lines hidden (view full) --- 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. 38 39 To compile this driver as a module, choose M here: the module 40 will be called intel_pmt_crashlog. |
41 42config INTEL_PMT_DISCOVERY 43 tristate "Intel Platform Monitoring Technology (PMT) Discovery driver" 44 depends on INTEL_VSEC 45 select INTEL_PMT_CLASS 46 help 47 The Intel Platform Monitoring Technology (PMT) discovery driver provides 48 access to details about the various PMT features and feature specific 49 attributes. 50 51 To compile this driver as a module, choose M here: the module 52 will be called pmt_discovery. |
|