diff options
author | Delphine CC Chiu <Delphine_CC_Chiu@Wiwynn.com> | 2023-11-23 04:54:37 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-01-02 19:44:55 +0300 |
commit | 0c459759ca971ee49a313b19ba50fc499c6cf8ca (patch) | |
tree | 9f4959a949553c65a821cfc133c8e65d84a74539 /drivers/hwmon/pmbus/Makefile | |
parent | 7707cf82e1380776afc0fcd276ce48b71c521801 (diff) | |
download | linux-0c459759ca971ee49a313b19ba50fc499c6cf8ca.tar.xz |
hwmon: (pmbus) Add ltc4286 driver
Add a driver to support ltc4286 chip
Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@Wiwynn.com>
Link: https://lore.kernel.org/r/20231123015440.199822-3-Delphine_CC_Chiu@Wiwynn.com
[groeck: Fixed formatting]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Makefile')
-rw-r--r-- | drivers/hwmon/pmbus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/Makefile b/drivers/hwmon/pmbus/Makefile index 212d9ca0acc9..eea38c77ed1d 100644 --- a/drivers/hwmon/pmbus/Makefile +++ b/drivers/hwmon/pmbus/Makefile @@ -24,6 +24,7 @@ obj-$(CONFIG_SENSORS_LM25066) += lm25066.o obj-$(CONFIG_SENSORS_LT7182S) += lt7182s.o obj-$(CONFIG_SENSORS_LTC2978) += ltc2978.o obj-$(CONFIG_SENSORS_LTC3815) += ltc3815.o +obj-$(CONFIG_SENSORS_LTC4286) += ltc4286.o obj-$(CONFIG_SENSORS_MAX15301) += max15301.o obj-$(CONFIG_SENSORS_MAX16064) += max16064.o obj-$(CONFIG_SENSORS_MAX16601) += max16601.o |