blob: f1a8ec9d637b253688e4a66775ba66d3ecc36f64 [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
Enrico Weigelt, metux IT consultd626be02019-03-06 15:52:23 +01007 tristate "Aosong AM2315 relative humidity and temperature sensor"
8 depends on I2C
9 select IIO_BUFFER
10 select IIO_TRIGGERED_BUFFER
11 help
12 If you say yes here you get support for the Aosong AM2315
13 relative humidity and ambient temperature sensor.
Tiberiu Breana366a3272016-04-18 17:50:43 +030014
Enrico Weigelt, metux IT consultd626be02019-03-06 15:52:23 +010015 This driver can also be built as a module. If so, the module will
16 be called am2315.
Tiberiu Breana366a3272016-04-18 17:50:43 +030017
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
Alison Schofield16bf7932016-09-02 10:23:17 -070030 select IIO_BUFFER
31 select IIO_TRIGGERED_BUFFER
Matt Ranostay48393672015-09-06 13:27:39 -070032 help
Alison Schofieldca1902f2016-07-25 11:50:12 -070033 Say yes here to build support for the Texas Instruments
Michael Stecklein8f4c9572017-06-19 11:01:05 -050034 HDC1000, HDC1008, HDC1010, HDC1050, and HDC1080 relative
35 humidity and temperature sensors.
Matt Ranostay48393672015-09-06 13:27:39 -070036
Alison Schofieldca1902f2016-07-25 11:50:12 -070037 To compile this driver as a module, choose M here: the module
38 will be called hdc100x.
Matt Ranostay48393672015-09-06 13:27:39 -070039
Song Hongyand7ed89d2017-03-20 22:28:45 +080040config HID_SENSOR_HUMIDITY
41 tristate "HID Environmental humidity sensor"
42 depends on HID_SENSOR_HUB
43 select IIO_BUFFER
44 select IIO_TRIGGERED_BUFFER
45 select HID_SENSOR_IIO_COMMON
46 select HID_SENSOR_IIO_TRIGGER
47 help
48 Say yes here to build support for the HID SENSOR
49 humidity driver
50
51 To compile this driver as a module, choose M here: the module
52 will be called hid-sensor-humidity.
53
Lorenzo Bianconie4a70e32016-10-13 22:06:04 +020054config HTS221
55 tristate "STMicroelectronics HTS221 sensor Driver"
56 depends on (I2C || SPI)
57 select IIO_BUFFER
58 select IIO_TRIGGERED_BUFFER
59 select HTS221_I2C if (I2C)
60 select HTS221_SPI if (SPI_MASTER)
61 help
62 Say yes here to build support for STMicroelectronics HTS221
63 temperature-humidity sensor
64
65 To compile this driver as a module, choose M here: the module
66 will be called hts221.
67
68config HTS221_I2C
69 tristate
70 depends on HTS221
Lorenzo Bianconi62177922018-01-08 23:12:30 +010071 select REGMAP_I2C
Lorenzo Bianconie4a70e32016-10-13 22:06:04 +020072
73config HTS221_SPI
74 tristate
75 depends on HTS221
Lorenzo Bianconi62177922018-01-08 23:12:30 +010076 select REGMAP_SPI
Lorenzo Bianconie4a70e32016-10-13 22:06:04 +020077
Ludovic Tancerel2b5c53d2015-10-01 16:13:39 +020078config HTU21
79 tristate "Measurement Specialties HTU21 humidity & temperature sensor"
80 depends on I2C
Enrico Weigelt, metux IT consultd626be02019-03-06 15:52:23 +010081 select IIO_MS_SENSORS_I2C
Ludovic Tancerel2b5c53d2015-10-01 16:13:39 +020082 help
83 If you say yes here you get support for the Measurement Specialties
84 HTU21 humidity and temperature sensor.
Ludovic Tancerel1b75ce62015-10-01 16:13:41 +020085 This driver is also used for MS8607 temperature, pressure & humidity
86 sensor
Ludovic Tancerel2b5c53d2015-10-01 16:13:39 +020087
88 This driver can also be built as a module. If so, the module will
89 be called htu21.
90
Peter Meerwald049973b2014-10-01 12:03:00 +010091config SI7005
92 tristate "SI7005 relative humidity and temperature sensor"
93 depends on I2C
94 help
95 Say yes here to build support for the Silabs Si7005 relative
96 humidity and temperature sensor.
97
98 To compile this driver as a module, choose M here: the module
Cristina Moraru3f420262016-01-26 22:21:07 +020099 will be called si7005. This driver also
100 supports Hoperf TH02 Humidity and Temperature Sensor.
Peter Meerwald049973b2014-10-01 12:03:00 +0100101
David Barksdale064a7462014-09-29 13:28:55 -0500102config SI7020
103 tristate "Si7013/20/21 Relative Humidity and Temperature Sensors"
104 depends on I2C
105 help
106 Say yes here to build support for the Silicon Labs Si7013/20/21
Cristina Moraru920dad02016-01-26 22:17:49 +0200107 Relative Humidity and Temperature Sensors. This driver also
108 supports Hoperf TH06 Humidity and Temperature Sensor.
David Barksdale064a7462014-09-29 13:28:55 -0500109
110 To compile this driver as a module, choose M here: the module
111 will be called si7020.
112
Harald Geyer091a1212013-12-01 15:04:00 +0000113endmenu