Re: [PATCH v4 29/34] Intel tsens i2c slave driver.

From: Randy Dunlap
Date: Sun Jan 31 2021 - 21:14:36 EST


On 1/29/21 6:21 PM, mgross@xxxxxxxxxxxxxxx wrote:
> diff --git a/drivers/misc/intel_tsens/Kconfig b/drivers/misc/intel_tsens/Kconfig
> index 8b263fdd80c3..be8d27e81864 100644
> --- a/drivers/misc/intel_tsens/Kconfig
> +++ b/drivers/misc/intel_tsens/Kconfig
> @@ -14,6 +14,20 @@ config INTEL_TSENS_LOCAL_HOST
> Say Y if using a processor that includes the Intel VPU such as
> Keem Bay. If unsure, say N.
>
> +config INTEL_TSENS_I2C_SLAVE
> + bool "I2C slave driver for intel tsens"
> + depends on INTEL_TSENS_LOCAL_HOST
> + depends on I2C=y && I2C_SLAVE
> + help
> + This option enables tsens I2C slave driver.

Good, it's OK now.
The repeat v3 and then v4 confused me.

> +
> + This driver is used for reporting thermal data via I2C
> + SMBUS to remote host.
> + Enable this option if you want to have support for thermal
> + management controller.
> + Say Y if using a processor that includes the Intel VPU such as
> + Keem Bay. If unsure, say N.


--
~Randy