diff options
author | Andreas Werner <andreas.werner@men.de> | 2014-08-27 13:53:06 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-09-24 10:36:33 -0400 |
commit | 964356938fcd3c0001a786f55b9f0a0fbe47656a (patch) | |
tree | 8c1ae018b122c0600bf1fd08eeb4b74a67165801 /drivers/hwmon/Kconfig | |
parent | 38433639af915deeb0b0e28462dd740ce57b72fd (diff) |
hwmon: (menf21bmc) Introduce MEN14F021P00 BMC HWMON driver
Added driver to support the 14F021P00 BMC Hardware Monitoring.
The BMC is a Board Management Controller including monitoring of the
board voltages.
Signed-off-by: Andreas Werner <andreas.werner@men.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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 f00d048aa583..c08d172bbab4 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -839,6 +839,16 @@ config SENSORS_MCP3021 | |||
839 | This driver can also be built as a module. If so, the module | 839 | This driver can also be built as a module. If so, the module |
840 | will be called mcp3021. | 840 | will be called mcp3021. |
841 | 841 | ||
842 | config SENSORS_MENF21BMC_HWMON | ||
843 | tristate "MEN 14F021P00 BMC Hardware Monitoring" | ||
844 | depends on MFD_MENF21BMC | ||
845 | help | ||
846 | Say Y here to include support for the MEN 14F021P00 BMC | ||
847 | hardware monitoring. | ||
848 | |||
849 | This driver can also be built as a module. If so the module | ||
850 | will be called menf21bmc_hwmon. | ||
851 | |||
842 | config SENSORS_ADCXX | 852 | config SENSORS_ADCXX |
843 | tristate "National Semiconductor ADCxxxSxxx" | 853 | tristate "National Semiconductor ADCxxxSxxx" |
844 | depends on SPI_MASTER | 854 | depends on SPI_MASTER |