On Sun, Feb 14, 2021 at 09:42:22AM -0800, Randy Dunlap wrote: > On 2/12/21 2:23 PM, mgr...@linux.intel.com wrote: > > diff --git a/drivers/misc/intel_tsens/Kconfig > > b/drivers/misc/intel_tsens/Kconfig > > index be8d27e81864..5cfe6b4004e5 100644 > > --- a/drivers/misc/intel_tsens/Kconfig > > +++ b/drivers/misc/intel_tsens/Kconfig > > @@ -28,6 +28,18 @@ config INTEL_TSENS_I2C_SLAVE > > Say Y if using a processor that includes the Intel VPU such as > > Keem Bay. If unsure, say N. > > > > +config KEEMBAY_THERMAL > > + tristate "Temperature sensor driver for intel Keem Bay" > > s/intel/Intel/ ? > > as above and below. fixed and qued up for posting with the merge window closes.
--mark > > > + depends on INTEL_TSENS_LOCAL_HOST && ARCH_KEEMBAY > > + help > > + Enable this option if you want to have support for Keem Bay > > + thermal management sensors. > > + > > + This driver is used for reading onchip temperature sensor > > + values from Keem Bay SoC. > > + Say Y if using a processor that includes the Intel VPU such as > > + Keem Bay. If unsure, say N. > > > -- > ~Randy >