diff options
author | Alistair Francis <alistair@alistair23.me> | 2022-01-24 13:10:06 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2022-02-08 10:27:33 +0100 |
commit | de34a4053250781404779b567b58dd97af689ce0 (patch) | |
tree | aa4cbed5437e31c2db38e70b44f77c133f9706b5 /drivers/hwmon/Makefile | |
parent | regulator: sy7636a: Remove requirement on sy7636a mfd (diff) | |
download | linux-de34a4053250781404779b567b58dd97af689ce0.tar.xz linux-de34a4053250781404779b567b58dd97af689ce0.zip |
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/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 185f946d698b..fe54a3dfdb03 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -186,6 +186,7 @@ obj-$(CONFIG_SENSORS_SMSC47M1) += smsc47m1.o obj-$(CONFIG_SENSORS_SMSC47M192)+= smsc47m192.o obj-$(CONFIG_SENSORS_SPARX5) += sparx5-temp.o obj-$(CONFIG_SENSORS_STTS751) += stts751.o +obj-$(CONFIG_SENSORS_SY7636A) += sy7636a-hwmon.o obj-$(CONFIG_SENSORS_AMC6821) += amc6821.o obj-$(CONFIG_SENSORS_TC74) += tc74.o obj-$(CONFIG_SENSORS_THMC50) += thmc50.o |