diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-05-21 02:29:48 (GMT) |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-04-08 04:16:38 (GMT) |
commit | 9de2e2e84e7d52e4c2a9e1a1e21ab6ac686233c0 (patch) | |
tree | eb61db97b5f21d7dd6e2ead5828c928da72cb479 /drivers/hwmon/Kconfig | |
parent | 24f9c539b9b7ef8fcc97741027a31f40ef399741 (diff) | |
download | linux-9de2e2e84e7d52e4c2a9e1a1e21ab6ac686233c0.tar.xz |
hwmon: Driver for Nuvoton NCT6775F, NCT6776F, and NCT6779D
This driver will replace the w83627ehf driver for NCT6775F and NCT6776F,
and provides support for NCT6779D.
This patch provides support for voltage monitor attributes.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 47d2176..a0f1d6a 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -897,6 +897,19 @@ config SENSORS_MCP3021 This driver can also be built as a module. If so, the module will be called mcp3021. +config SENSORS_NCT6775 + tristate "Nuvoton NCT6775F, NCT6776F, NCT6779D" + depends on !PPC + select HWMON_VID + help + If you say yes here you get support for the hardware monitoring + functionality of the Nuvoton NCT6775F, NCT6776F, and NCT6779D + Super-I/O chips. This driver replaces the w83627ehf driver for + NCT6775F and NCT6776F. + + This driver can also be built as a module. If so, the module + will be called nct6775. + config SENSORS_NTC_THERMISTOR tristate "NTC thermistor support" depends on (!OF && !IIO) || (OF && IIO) |