diff options
| author | Ninad Palsule <ninad@linux.ibm.com> | 2024-12-17 11:35:33 -0600 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2024-12-18 07:14:58 -0800 |
| commit | de076198d1e4934c5fc17aa52d5f1884f469ce1a (patch) | |
| tree | 44d7056a4dc527b0fb5d47b0f9075e4e07214147 /drivers/hwmon/pmbus/Makefile | |
| parent | 18e930f9813345abecbee994ede58ebac274e9f4 (diff) | |
hwmon: (pmbus/crps) Add Intel CRPS185 power supply
Add the driver to monitor Intel common redundant power supply (crps185)
with hwmon over pmbus.
Signed-off-by: Ninad Palsule <ninad@linux.ibm.com>
Link: https://lore.kernel.org/r/20241217173537.192331-3-ninad@linux.ibm.com
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 3d3183f8d2a7..c7eb7739b7f8 100644 --- a/drivers/hwmon/pmbus/Makefile +++ b/drivers/hwmon/pmbus/Makefile @@ -62,3 +62,4 @@ obj-$(CONFIG_SENSORS_XDPE122) += xdpe12284.o obj-$(CONFIG_SENSORS_XDPE152) += xdpe152c4.o obj-$(CONFIG_SENSORS_ZL6100) += zl6100.o obj-$(CONFIG_SENSORS_PIM4328) += pim4328.o +obj-$(CONFIG_SENSORS_CRPS) += crps.o |
