diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-20 07:43:45 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-09-17 03:46:51 -0400 |
commit | fb6c023a2b845df1ec383b74644ac35a4bbb76b6 (patch) | |
tree | dbb8acdaa37c8ce80ee702a55f672476b6e45444 /drivers/hwmon/Kconfig | |
parent | 39b1772a24126d74699cea623f96b50ca6b6f08f (diff) |
hwmon: Add WM835x PMIC hardware monitoring driver
This driver provides reporting of the status supply voltage rails
of the WM835x series of PMICs via the hwmon API.
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 2e25b7a827d3..120085ce651a 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -937,6 +937,16 @@ 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_WM8350 | ||
941 | tristate "Wolfson Microelectronics WM835x" | ||
942 | depends on MFD_WM8350 | ||
943 | help | ||
944 | If you say yes here you get support for the hardware | ||
945 | monitoring features of the WM835x series of PMICs. | ||
946 | |||
947 | This driver can also be built as a module. If so, the module | ||
948 | will be called wm8350-hwmon. | ||
949 | |||
940 | config SENSORS_ULTRA45 | 950 | config SENSORS_ULTRA45 |
941 | tristate "Sun Ultra45 PIC16F747" | 951 | tristate "Sun Ultra45 PIC16F747" |
942 | depends on SPARC64 | 952 | depends on SPARC64 |