summaryrefslogtreecommitdiff
path: root/drivers/hwmon/pmbus/Makefile
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2019-12-05 20:26:24 -0800
committerGuenter Roeck <linux@roeck-us.net>2020-01-23 13:15:10 -0800
commitcce209581a61d01f2b7309bed68d22fd8af34ee4 (patch)
treeb5e57f30eef9ce5439a16872d96eae7dc7d73e44 /drivers/hwmon/pmbus/Makefile
parent931f397bc6243f2def1f2c147d415cfcd83a3df5 (diff)
hwmon: (pmbus) Driver for MAX20730, MAX20734, and MAX20743
Add support for Maxim MAX20730, MAX20734, MAX20743 Integrated, Step-Down Switching Regulators with PMBus support. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Makefile')
-rw-r--r--drivers/hwmon/pmbus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/Makefile b/drivers/hwmon/pmbus/Makefile
index 3f8c1014938b..722c4bcaed44 100644
--- a/drivers/hwmon/pmbus/Makefile
+++ b/drivers/hwmon/pmbus/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_SENSORS_LM25066) += lm25066.o
obj-$(CONFIG_SENSORS_LTC2978) += ltc2978.o
obj-$(CONFIG_SENSORS_LTC3815) += ltc3815.o
obj-$(CONFIG_SENSORS_MAX16064) += max16064.o
+obj-$(CONFIG_SENSORS_MAX20730) += max20730.o
obj-$(CONFIG_SENSORS_MAX20751) += max20751.o
obj-$(CONFIG_SENSORS_MAX31785) += max31785.o
obj-$(CONFIG_SENSORS_MAX34440) += max34440.o