diff options
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 |