On 7/13/20 11:23 PM, David E. Box wrote: > diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig > index 0581a54cf562..5e1f7ce6e69f 100644 > --- a/drivers/platform/x86/Kconfig > +++ b/drivers/platform/x86/Kconfig > @@ -1396,6 +1396,16 @@ config INTEL_TELEMETRY > directly via debugfs files. Various tools may use > this interface for SoC state monitoring. > > +config INTEL_PMT_TELEMETRY > + tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver" > + help > + The Intel Platform Monitory Technology (PMT) Telemetry driver provides > + access to hardware telemetry metrics on devices that support the > + feature. > + > + For more information, see > + <file:Documentation/ABI/testing/sysfs-class-intel_pmt_telem> > + > endif # X86_PLATFORM_DEVICES > > config PMC_ATOM The text under "help" should be indented with one tab + 2 spaces, as is done in patch 2/3. -- ~Randy