diff options
author | Alistair Francis <alistair@alistair23.me> | 2022-01-24 15:10:06 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2022-02-08 12:27:33 +0300 |
commit | de34a4053250781404779b567b58dd97af689ce0 (patch) | |
tree | aa4cbed5437e31c2db38e70b44f77c133f9706b5 /drivers/hwmon/Kconfig | |
parent | 947d0cce70ae37b89295040165404b1da3994c10 (diff) | |
download | linux-de34a4053250781404779b567b58dd97af689ce0.tar.xz |
hwmon: sy7636a: Add temperature driver for sy7636a
This is a multi-function device to interface with the sy7636a
EPD PMIC chip from Silergy.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 8df25f1079ba..aa5785e657a4 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1672,6 +1672,15 @@ config SENSORS_SIS5595 This driver can also be built as a module. If so, the module will be called sis5595. +config SENSORS_SY7636A + tristate "Silergy SY7636A" + help + If you say yes here you get support for the thermistor readout of + the Silergy SY7636A PMIC. + + This driver can also be built as a module. If so, the module + will be called sy7636a-hwmon. + config SENSORS_DME1737 tristate "SMSC DME1737, SCH311x and compatibles" depends on I2C && !PPC |