aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/pmbus/Makefile
diff options
context:
space:
mode:
authorNoah Wang <noahwang.wang@outlook.com>2024-06-26 17:46:01 +0800
committerGuenter Roeck <linux@roeck-us.net>2024-06-28 10:27:47 -0700
commit38b2b022363d8c911dba40cf30af46febf4974fe (patch)
tree9664d74ee38629c2f447acdeff610f48ec35744e /drivers/hwmon/pmbus/Makefile
parent45158b93d02bea7f32a2918641697731439f3e15 (diff)
hwmon: add MP2891 driver
Add support for MPS VR controller mp2891. This driver exposes telemetry and limit value readings and writtings. Signed-off-by: Noah Wang <noahwang.wang@outlook.com> Link: https://lore.kernel.org/r/SEYPR04MB64828A352836982C0184AA10FAD62@SEYPR04MB6482.apcprd04.prod.outlook.com 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 6c7177fde355..8afc5ba748f6 100644
--- a/drivers/hwmon/pmbus/Makefile
+++ b/drivers/hwmon/pmbus/Makefile
@@ -36,6 +36,7 @@ obj-$(CONFIG_SENSORS_MAX34440) += max34440.o
obj-$(CONFIG_SENSORS_MAX8688) += max8688.o
obj-$(CONFIG_SENSORS_MP2856) += mp2856.o
obj-$(CONFIG_SENSORS_MP2888) += mp2888.o
+obj-$(CONFIG_SENSORS_MP2891) += mp2891.o
obj-$(CONFIG_SENSORS_MP2975) += mp2975.o
obj-$(CONFIG_SENSORS_MP2993) += mp2993.o
obj-$(CONFIG_SENSORS_MP5023) += mp5023.o