lkml.org 
[lkml]   [2021]   [Jan]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH v3 29/34] Intel tsens i2c slave driver.
    From
    Date
    On 1/29/21 6:20 PM, mgross@linux.intel.com wrote:
    > diff --git a/drivers/misc/intel_tsens/Kconfig b/drivers/misc/intel_tsens/Kconfig
    > index 8b263fdd80c3..9b2198ab28c3 100644
    > --- a/drivers/misc/intel_tsens/Kconfig
    > +++ b/drivers/misc/intel_tsens/Kconfig
    > @@ -14,6 +14,21 @@ 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
    > + select I2C

    Repeating:

    No, do not select I2C. Use:
    depends on I2C


    > + select I2C_SLAVE
    > + help
    > + This option enables tsens I2C slave driver.
    > +
    > + 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

    \
     
     \ /
      Last update: 2021-02-01 03:10    [W:8.748 / U:0.636 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site