[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7b757ee6-52ba-5b77-5b89-d6bbd5817d11@infradead.org>
Date: Mon, 28 Sep 2020 18:24:12 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: "David E. Box" <david.e.box@...ux.intel.com>, lee.jones@...aro.org,
dvhart@...radead.org, andy@...radead.org, bhelgaas@...gle.com,
alexander.h.duyck@...ux.intel.com, hdegoede@...hat.com,
alexey.budankov@...ux.intel.com
Cc: linux-kernel@...r.kernel.org, platform-driver-x86@...r.kernel.org,
linux-pci@...r.kernel.org
Subject: Re: [PATCH V6 5/5] platform/x86: Intel PMT Crashlog capability driver
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
Powered by blists - more mailing lists