diff options
author | Guenter Roeck <linux@roeck-us.net> | 2019-12-14 15:37:31 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-05-22 15:28:38 +0200 |
commit | 2138f8853a00b2d680889a684e92556074fcf901 (patch) | |
tree | dbe913a84384a5b342e84668cdd67c8bd8dc9e2a /drivers/hwmon/pmbus/Makefile | |
parent | hwmon: (pmbus) Improve initialization of 'currpage' and 'currphase' (diff) | |
download | linux-2138f8853a00b2d680889a684e92556074fcf901.tar.xz linux-2138f8853a00b2d680889a684e92556074fcf901.zip |
hwmon: (pmbus) Driver for Maxim MAX16601
MAX16601 is a VR13.HC Dual-Output Voltage Regulator Chipset,
implementing a (8+1) multiphase synchronous buck converter.
Cc: Alex Qiu <xqiu@google.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 5feb45806123..c4b15db996ad 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_MAX16601) += max16601.o obj-$(CONFIG_SENSORS_MAX20730) += max20730.o obj-$(CONFIG_SENSORS_MAX20751) += max20751.o obj-$(CONFIG_SENSORS_MAX31785) += max31785.o |