summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 7a437ce99cf2..5c2d13a687aa 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1190,6 +1190,21 @@ config SENSORS_NCT7904
1190 This driver can also be built as a module. If so, the module 1190 This driver can also be built as a module. If so, the module
1191 will be called nct7904. 1191 will be called nct7904.
1192 1192
1193config SENSORS_NSA320
1194 tristate "ZyXEL NSA320 and compatible fan speed and temperature sensors"
1195 depends on GPIOLIB && OF
1196 depends on MACH_KIRKWOOD || COMPILE_TEST
1197 help
1198 If you say yes here you get support for hardware monitoring
1199 for the ZyXEL NSA320 Media Server and other compatible devices
1200 (probably the NSA325 and some NSA310 variants).
1201
1202 The sensor data is taken from a Holtek HT46R065 microcontroller
1203 connected to GPIO lines.
1204
1205 This driver can also be built as a module. If so, the module
1206 will be called nsa320-hwmon.
1207
1193config SENSORS_PCF8591 1208config SENSORS_PCF8591
1194 tristate "Philips PCF8591 ADC/DAC" 1209 tristate "Philips PCF8591 ADC/DAC"
1195 depends on I2C 1210 depends on I2C