diff options
author | Edward A. James <eajames@us.ibm.com> | 2017-08-21 21:46:12 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-08-30 03:06:18 +0200 |
commit | f69316d62c7066edc4693b85c6e9f987eed62772 (patch) | |
tree | 77c8bbb6ab1349f650ada7d50819ee35edadf341 /drivers/hwmon/pmbus/Kconfig | |
parent | dt-bindings: hwmon: Document the IBM CCF power supply version 1 (diff) | |
download | linux-f69316d62c7066edc4693b85c6e9f987eed62772.tar.xz linux-f69316d62c7066edc4693b85c6e9f987eed62772.zip |
hwmon: (pmbus) Add IBM Common Form Factor (CFF) power supply driver
Add the driver to monitor IBM CFF power supplies with hwmon over
pmbus.
Signed-off-by: Edward A. James <eajames@us.ibm.com>
[groeck: drop 'default n'; include bitops.h instead of jiffies.h]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index 68d717a3fd59..522ac37d8a69 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -37,6 +37,15 @@ config SENSORS_ADM1275 This driver can also be built as a module. If so, the module will be called adm1275. +config SENSORS_IBM_CFFPS + tristate "IBM Common Form Factor Power Supply" + help + If you say yes here you get hardware monitoring support for the IBM + Common Form Factor power supply. + + This driver can also be built as a module. If so, the module will + be called ibm-cffps. + config SENSORS_IR35221 tristate "Infineon IR35221" default n |