diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-28 10:52:22 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-09-17 03:47:02 -0400 |
commit | 08bad5a821371548942aa13565831f18fe1875f3 (patch) | |
tree | 9b689f0bc2ab63700909b9b3af19cee0c7aa1dbd /drivers/hwmon/Kconfig | |
parent | e4b736f18f338daae141325c818187c4ab3e244c (diff) |
hwmon: WM831x PMIC hardware monitoring driver
This driver adds support for the hardware monitoring features of
the WM831x PMICs to the hwmon API. Monitoring is provided for
the system voltages supported natively by the WM831x, the chip
temperature, the battery temperature and the auxiliary inputs
of the WM831x.
Currently no alarms are supported, though digital comparators on
the WM831x devices would allow these to be provided.
Since the auxiliary and battery temperature input scaling depends
on the system configuration the value is reported as a voltage to
userspace.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 120085ce651a..83e07e55a78e 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -937,6 +937,17 @@ config SENSORS_W83627EHF | |||
937 | This driver can also be built as a module. If so, the module | 937 | This driver can also be built as a module. If so, the module |
938 | will be called w83627ehf. | 938 | will be called w83627ehf. |
939 | 939 | ||
940 | config SENSORS_WM831X | ||
941 | tristate "WM831x PMICs" | ||
942 | depends on MFD_WM831X | ||
943 | help | ||
944 | If you say yes here you get support for the hardware | ||
945 | monitoring functionality of the Wolfson Microelectronics | ||
946 | WM831x series of PMICs. | ||
947 | |||
948 | This driver can also be built as a module. If so, the module | ||
949 | will be called wm831x-hwmon. | ||
950 | |||
940 | config SENSORS_WM8350 | 951 | config SENSORS_WM8350 |
941 | tristate "Wolfson Microelectronics WM835x" | 952 | tristate "Wolfson Microelectronics WM835x" |
942 | depends on MFD_WM8350 | 953 | depends on MFD_WM8350 |