summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pmbus/Makefile
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2022-05-18 09:35:34 +0200
committerGuenter Roeck <linux@roeck-us.net>2022-07-13 17:38:19 +0200
commite10d9e4ca1d9d7b28907c3850828ae214c3adf67 (patch)
tree21ffcb270b86b20c4a7e819c755bc3939507e0ed /drivers/hwmon/pmbus/Makefile
parentdt-bindings: trivial-devices: Add lt7182s (diff)
downloadlinux-e10d9e4ca1d9d7b28907c3850828ae214c3adf67.tar.xz
linux-e10d9e4ca1d9d7b28907c3850828ae214c3adf67.zip
hwmon: (pmbus) Add support for Analog Devices LT7182S
Add support for Analog Devices LT7182S Dual Channel 6A, 20V PolyPhase Step-Down Silent Switcher with Digital Power System Management. 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 4678fba5012c..e2fe86f98965 100644
--- a/drivers/hwmon/pmbus/Makefile
+++ b/drivers/hwmon/pmbus/Makefile
@@ -20,6 +20,7 @@ obj-$(CONFIG_SENSORS_IR38064) += ir38064.o
obj-$(CONFIG_SENSORS_IRPS5401) += irps5401.o
obj-$(CONFIG_SENSORS_ISL68137) += isl68137.o
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_MAX15301) += max15301.o