aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorIain Paton <ipaton0@gmail.com>2012-06-27 04:55:11 -0400
committerGuenter Roeck <linux@roeck-us.net>2012-07-22 00:48:44 -0400
commit27f8b1355504744e7cfbb5756f120734d58644a8 (patch)
tree3f30ded2736a1692a8ff3ff92406775a11b8d7fb /drivers/hwmon/Kconfig
parentedf48f3a73b027a99c92edab2b07d78fe77523cc (diff)
hwmon: Honeywell Humidicon HIH-6130/HIH-6131 humidity and temperature sensor driver
This is a new driver for the Honeywell Humidicon HIH-6130/HIH-6131 humidity sensor. The driver is based on the existing Sensiron sht21 driver with the necessary changes to the probe, update_measurements and conversion functions necessary to use the Honeywell sensors. There's no difference between the 6130 & 6131 other than the 6131 having an external condensation filter attached. Signed-off-by: Iain Paton <ipaton0@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 40393535563d..b0a2e4c37e12 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -443,6 +443,16 @@ config SENSORS_GPIO_FAN
443 This driver can also be built as a module. If so, the module 443 This driver can also be built as a module. If so, the module
444 will be called gpio-fan. 444 will be called gpio-fan.
445 445
446config SENSORS_HIH6130
447 tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor"
448 depends on I2C && EXPERIMENTAL
449 help
450 If you say yes here you get support for Honeywell Humidicon
451 HIH-6130 and HIH-6131 Humidicon humidity sensors.
452
453 This driver can also be built as a module. If so, the module
454 will be called hih6130.
455
446config SENSORS_CORETEMP 456config SENSORS_CORETEMP
447 tristate "Intel Core/Core2/Atom temperature sensor" 457 tristate "Intel Core/Core2/Atom temperature sensor"
448 depends on X86 && PCI && EXPERIMENTAL 458 depends on X86 && PCI && EXPERIMENTAL