2013-12-01 23:04:00 +08:00
|
|
|
#
|
|
|
|
# humidity sensor drivers
|
|
|
|
#
|
|
|
|
menu "Humidity sensors"
|
|
|
|
|
2016-04-18 22:50:43 +08:00
|
|
|
config AM2315
|
|
|
|
tristate "Aosong AM2315 relative humidity and temperature sensor"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
If you say yes here you get support for the Aosong AM2315
|
|
|
|
relative humidity and ambient temperature sensor.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module will
|
|
|
|
be called am2315.
|
|
|
|
|
2013-12-01 23:04:00 +08:00
|
|
|
config DHT11
|
|
|
|
tristate "DHT11 (and compatible sensors) driver"
|
2015-05-06 00:32:23 +08:00
|
|
|
depends on GPIOLIB || COMPILE_TEST
|
2013-12-01 23:04:00 +08:00
|
|
|
help
|
|
|
|
This driver supports reading data via a single interrupt
|
|
|
|
generating GPIO line. Currently tested are DHT11 and DHT22.
|
|
|
|
Other sensors should work as well as long as they speak the
|
|
|
|
same protocol.
|
|
|
|
|
2015-09-07 04:27:39 +08:00
|
|
|
config HDC100X
|
|
|
|
tristate "TI HDC100x relative humidity and temperature sensor"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Say yes here to build support for the TI HDC100x series of
|
|
|
|
relative humidity and temperature sensors.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called hdc100x.
|
|
|
|
|
2015-10-01 22:13:39 +08:00
|
|
|
config HTU21
|
|
|
|
tristate "Measurement Specialties HTU21 humidity & temperature sensor"
|
|
|
|
depends on I2C
|
|
|
|
select IIO_MS_SENSORS_I2C
|
|
|
|
help
|
|
|
|
If you say yes here you get support for the Measurement Specialties
|
|
|
|
HTU21 humidity and temperature sensor.
|
2015-10-01 22:13:41 +08:00
|
|
|
This driver is also used for MS8607 temperature, pressure & humidity
|
|
|
|
sensor
|
2015-10-01 22:13:39 +08:00
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module will
|
|
|
|
be called htu21.
|
|
|
|
|
2014-10-01 19:03:00 +08:00
|
|
|
config SI7005
|
|
|
|
tristate "SI7005 relative humidity and temperature sensor"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Say yes here to build support for the Silabs Si7005 relative
|
|
|
|
humidity and temperature sensor.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
2016-01-27 04:21:07 +08:00
|
|
|
will be called si7005. This driver also
|
|
|
|
supports Hoperf TH02 Humidity and Temperature Sensor.
|
2014-10-01 19:03:00 +08:00
|
|
|
|
2014-09-30 02:28:55 +08:00
|
|
|
config SI7020
|
|
|
|
tristate "Si7013/20/21 Relative Humidity and Temperature Sensors"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Say yes here to build support for the Silicon Labs Si7013/20/21
|
2016-01-27 04:17:49 +08:00
|
|
|
Relative Humidity and Temperature Sensors. This driver also
|
|
|
|
supports Hoperf TH06 Humidity and Temperature Sensor.
|
2014-09-30 02:28:55 +08:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called si7020.
|
|
|
|
|
2013-12-01 23:04:00 +08:00
|
|
|
endmenu
|