blob: d04124345992c9bfcf857a17cdac19894df21a70 [file] [log] [blame]
Harald Geyer091a1212013-12-01 15:04:00 +00001#
2# humidity sensor drivers
3#
4menu "Humidity sensors"
5
Tiberiu Breana366a3272016-04-18 17:50:43 +03006config AM2315
7 tristate "Aosong AM2315 relative humidity and temperature sensor"
8 depends on I2C
Alison Schofield193e2d42016-07-18 17:56:43 -07009 select IIO_BUFFER
10 select IIO_TRIGGERED_BUFFER
Tiberiu Breana366a3272016-04-18 17:50:43 +030011 help
12 If you say yes here you get support for the Aosong AM2315
13 relative humidity and ambient temperature sensor.
14
15 This driver can also be built as a module. If so, the module will
16 be called am2315.
17
Harald Geyer091a1212013-12-01 15:04:00 +000018config DHT11
19 tristate "DHT11 (and compatible sensors) driver"
Geert Uytterhoeven84935852015-05-05 18:32:23 +020020 depends on GPIOLIB || COMPILE_TEST
Harald Geyer091a1212013-12-01 15:04:00 +000021 help
22 This driver supports reading data via a single interrupt
23 generating GPIO line. Currently tested are DHT11 and DHT22.
24 Other sensors should work as well as long as they speak the
25 same protocol.
26
Matt Ranostay48393672015-09-06 13:27:39 -070027config HDC100X
28 tristate "TI HDC100x relative humidity and temperature sensor"
29 depends on I2C
30 help
31 Say yes here to build support for the TI HDC100x series of
32 relative humidity and temperature sensors.
33
34 To compile this driver as a module, choose M here: the module
35 will be called hdc100x.
36
Ludovic Tancerel2b5c53d2015-10-01 16:13:39 +020037config HTU21
38 tristate "Measurement Specialties HTU21 humidity & temperature sensor"
39 depends on I2C
40 select IIO_MS_SENSORS_I2C
41 help
42 If you say yes here you get support for the Measurement Specialties
43 HTU21 humidity and temperature sensor.
Ludovic Tancerel1b75ce62015-10-01 16:13:41 +020044 This driver is also used for MS8607 temperature, pressure & humidity
45 sensor
Ludovic Tancerel2b5c53d2015-10-01 16:13:39 +020046
47 This driver can also be built as a module. If so, the module will
48 be called htu21.
49
Peter Meerwald049973b2014-10-01 12:03:00 +010050config SI7005
51 tristate "SI7005 relative humidity and temperature sensor"
52 depends on I2C
53 help
54 Say yes here to build support for the Silabs Si7005 relative
55 humidity and temperature sensor.
56
57 To compile this driver as a module, choose M here: the module
Cristina Moraru3f420262016-01-26 22:21:07 +020058 will be called si7005. This driver also
59 supports Hoperf TH02 Humidity and Temperature Sensor.
Peter Meerwald049973b2014-10-01 12:03:00 +010060
David Barksdale064a7462014-09-29 13:28:55 -050061config SI7020
62 tristate "Si7013/20/21 Relative Humidity and Temperature Sensors"
63 depends on I2C
64 help
65 Say yes here to build support for the Silicon Labs Si7013/20/21
Cristina Moraru920dad02016-01-26 22:17:49 +020066 Relative Humidity and Temperature Sensors. This driver also
67 supports Hoperf TH06 Humidity and Temperature Sensor.
David Barksdale064a7462014-09-29 13:28:55 -050068
69 To compile this driver as a module, choose M here: the module
70 will be called si7020.
71
Harald Geyer091a1212013-12-01 15:04:00 +000072endmenu