On 9/28/20 5:53 PM, David E. Box wrote: > diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig > index 02cb2db11417..675f3396b341 100644 > --- a/drivers/platform/x86/Kconfig > +++ b/drivers/platform/x86/Kconfig > @@ -1377,6 +1377,14 @@ config INTEL_PMT_TELEMETRY > access to hardware telemetry metrics on devices that support the > feature. > > +config INTEL_PMT_CRASHLOG > + tristate "Intel Platform Monitoring Technology (PMT) Crashlog driver" > + select INTEL_PMT_CLASS > + help > + The Intel Platform Monitoring Technology (PMT) crashlog driver provides > + access to hardware crashlog capabilities on devices that support the > + feature. > + Documentation/process/coding-style.rst, section 10: Lines under a ``config`` definition are indented with one tab, while help text is indented an additional two spaces. -- ~Randy