summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pmbus/Makefile
diff options
context:
space:
mode:
authorxiao.ma <xiao.mx.ma@deltaww.com>2020-12-02 03:59:00 +0100
committerGuenter Roeck <linux@roeck-us.net>2020-12-11 16:41:20 +0100
commitd014538aa38561cd24c5eb228223585f26c5ec71 (patch)
tree53feb3577ab94486fd3d0fffb1312c8a7f66fad7 /drivers/hwmon/pmbus/Makefile
parenthwmon: Add driver for STMicroelectronics PM6764 Voltage Regulator (diff)
downloadlinux-d014538aa38561cd24c5eb228223585f26c5ec71.tar.xz
linux-d014538aa38561cd24c5eb228223585f26c5ec71.zip
hwmon: (pmbus) Driver for Delta power supplies Q54SJ108A2
The driver supports Q54SJ108A2 series modules of Delta. Standard attributes are in sysfs, and other attributes are in debugfs. Signed-off-by: xiao.ma <xiao.mx.ma@deltaww.com> Link: https://lore.kernel.org/r/20201202025900.1842-1-max701@126.com [groeck: Replaced spaces with tabs, dropped excessive spaces, fixed module prefix in documentation] 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 31ebdef5d4a6..6a4ba0fdc1db 100644
--- a/drivers/hwmon/pmbus/Makefile
+++ b/drivers/hwmon/pmbus/Makefile
@@ -27,6 +27,7 @@ obj-$(CONFIG_SENSORS_MAX8688) += max8688.o
obj-$(CONFIG_SENSORS_MP2975) += mp2975.o
obj-$(CONFIG_SENSORS_PM6764TR) += pm6764tr.o
obj-$(CONFIG_SENSORS_PXE1610) += pxe1610.o
+obj-$(CONFIG_SENSORS_Q54SJ108A2) += q54sj108a2.o
obj-$(CONFIG_SENSORS_TPS40422) += tps40422.o
obj-$(CONFIG_SENSORS_TPS53679) += tps53679.o
obj-$(CONFIG_SENSORS_UCD9000) += ucd9000.o