diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-08-08 06:55:59 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-08-11 08:59:47 +0300 |
commit | cfca3789e0678c57e09dfb1a09fdfce427b7c92e (patch) | |
tree | b78f91d73bc175334dbcf0e1b8825c442be2cc95 /drivers/hwmon/pmbus/Kconfig | |
parent | 1f61cab8a729e00af77b51b44c3a8dc8ef3b3eb9 (diff) | |
download | linux-cfca3789e0678c57e09dfb1a09fdfce427b7c92e.tar.xz |
hwmon: (pmbus) Add device IDs for TPS544{B,C}2{0,5}
Add device IDs and references for Texas Instruments TPS544B20, TPS544B25,
TPS544C20, and TPS544C25 to the generic PMBus driver.
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index 6e1e6fe434f7..2b3242cc7779 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -20,7 +20,8 @@ config SENSORS_PMBUS help If you say yes here you get hardware monitoring support for generic PMBus devices, including but not limited to ADP4000, BMR453, BMR454, - MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012, UDT020, and TPS40400. + MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012, TPS40400, TPS544B20, + TPS544B25, TPS544C20, TPS544C25, and UDT020. This driver can also be built as a module. If so, the module will be called pmbus. |