aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2014-06-29 22:38:45 -0400
committerGuenter Roeck <linux@roeck-us.net>2014-11-30 23:13:13 -0500
commit3434f37835804331dd505722cd0010d708305837 (patch)
tree8c4b57c8a51e2cf5e81ce42f45776eb7e2ad52c4 /drivers/hwmon/Kconfig
parent3bdec670df30d515b51ab41452a9cf86a956f7e8 (diff)
hwmon: Driver for Nuvoton NCT7802Y
NCT7802Y is an I2C based hardware monitoring chip from Nuvoton. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 5286d7ce1f9e..f893e0ff0081 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1123,6 +1123,17 @@ config SENSORS_NCT6775
1123 This driver can also be built as a module. If so, the module 1123 This driver can also be built as a module. If so, the module
1124 will be called nct6775. 1124 will be called nct6775.
1125 1125
1126config SENSORS_NCT7802
1127 tristate "Nuvoton NCT7802Y"
1128 depends on I2C
1129 select REGMAP_I2C
1130 help
1131 If you say yes here you get support for the Nuvoton NCT7802Y
1132 hardware monitoring chip.
1133
1134 This driver can also be built as a module. If so, the module
1135 will be called nct7802.
1136
1126config SENSORS_PCF8591 1137config SENSORS_PCF8591
1127 tristate "Philips PCF8591 ADC/DAC" 1138 tristate "Philips PCF8591 ADC/DAC"
1128 depends on I2C 1139 depends on I2C