Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Harald Geyer | 091a121 | 2013-12-01 15:04:00 +0000 | [diff] [blame] | 2 | # |
| 3 | # humidity sensor drivers |
| 4 | # |
| 5 | menu "Humidity sensors" |
| 6 | |
Tiberiu Breana | 366a327 | 2016-04-18 17:50:43 +0300 | [diff] [blame] | 7 | config AM2315 |
Enrico Weigelt, metux IT consult | d626be0 | 2019-03-06 15:52:23 +0100 | [diff] [blame] | 8 | tristate "Aosong AM2315 relative humidity and temperature sensor" |
| 9 | depends on I2C |
| 10 | select IIO_BUFFER |
| 11 | select IIO_TRIGGERED_BUFFER |
| 12 | help |
| 13 | If you say yes here you get support for the Aosong AM2315 |
| 14 | relative humidity and ambient temperature sensor. |
Tiberiu Breana | 366a327 | 2016-04-18 17:50:43 +0300 | [diff] [blame] | 15 | |
Enrico Weigelt, metux IT consult | d626be0 | 2019-03-06 15:52:23 +0100 | [diff] [blame] | 16 | This driver can also be built as a module. If so, the module will |
| 17 | be called am2315. |
Tiberiu Breana | 366a327 | 2016-04-18 17:50:43 +0300 | [diff] [blame] | 18 | |
Harald Geyer | 091a121 | 2013-12-01 15:04:00 +0000 | [diff] [blame] | 19 | config DHT11 |
| 20 | tristate "DHT11 (and compatible sensors) driver" |
Geert Uytterhoeven | 8493585 | 2015-05-05 18:32:23 +0200 | [diff] [blame] | 21 | depends on GPIOLIB || COMPILE_TEST |
Harald Geyer | 091a121 | 2013-12-01 15:04:00 +0000 | [diff] [blame] | 22 | help |
| 23 | This driver supports reading data via a single interrupt |
| 24 | generating GPIO line. Currently tested are DHT11 and DHT22. |
| 25 | Other sensors should work as well as long as they speak the |
| 26 | same protocol. |
| 27 | |
Matt Ranostay | 4839367 | 2015-09-06 13:27:39 -0700 | [diff] [blame] | 28 | config HDC100X |
| 29 | tristate "TI HDC100x relative humidity and temperature sensor" |
| 30 | depends on I2C |
Alison Schofield | 16bf793 | 2016-09-02 10:23:17 -0700 | [diff] [blame] | 31 | select IIO_BUFFER |
| 32 | select IIO_TRIGGERED_BUFFER |
Matt Ranostay | 4839367 | 2015-09-06 13:27:39 -0700 | [diff] [blame] | 33 | help |
Alison Schofield | ca1902f | 2016-07-25 11:50:12 -0700 | [diff] [blame] | 34 | Say yes here to build support for the Texas Instruments |
Michael Stecklein | 8f4c957 | 2017-06-19 11:01:05 -0500 | [diff] [blame] | 35 | HDC1000, HDC1008, HDC1010, HDC1050, and HDC1080 relative |
| 36 | humidity and temperature sensors. |
Matt Ranostay | 4839367 | 2015-09-06 13:27:39 -0700 | [diff] [blame] | 37 | |
Alison Schofield | ca1902f | 2016-07-25 11:50:12 -0700 | [diff] [blame] | 38 | To compile this driver as a module, choose M here: the module |
| 39 | will be called hdc100x. |
Matt Ranostay | 4839367 | 2015-09-06 13:27:39 -0700 | [diff] [blame] | 40 | |
Eugene Zaikonnikov | 0115a63 | 2020-08-07 16:17:55 +0200 | [diff] [blame] | 41 | config HDC2010 |
| 42 | tristate "TI HDC2010 relative humidity and temperature sensor" |
| 43 | depends on I2C |
| 44 | help |
| 45 | Say yes here to build support for the Texas Instruments |
| 46 | HDC2010 and HDC2080 relative humidity and temperature sensors. |
| 47 | |
| 48 | To compile this driver as a module, choose M here: the module |
| 49 | will be called hdc2010. |
| 50 | |
Song Hongyan | d7ed89d | 2017-03-20 22:28:45 +0800 | [diff] [blame] | 51 | config HID_SENSOR_HUMIDITY |
| 52 | tristate "HID Environmental humidity sensor" |
| 53 | depends on HID_SENSOR_HUB |
| 54 | select IIO_BUFFER |
| 55 | select IIO_TRIGGERED_BUFFER |
| 56 | select HID_SENSOR_IIO_COMMON |
| 57 | select HID_SENSOR_IIO_TRIGGER |
| 58 | help |
| 59 | Say yes here to build support for the HID SENSOR |
| 60 | humidity driver |
| 61 | |
| 62 | To compile this driver as a module, choose M here: the module |
| 63 | will be called hid-sensor-humidity. |
| 64 | |
Lorenzo Bianconi | e4a70e3 | 2016-10-13 22:06:04 +0200 | [diff] [blame] | 65 | config HTS221 |
| 66 | tristate "STMicroelectronics HTS221 sensor Driver" |
| 67 | depends on (I2C || SPI) |
| 68 | select IIO_BUFFER |
| 69 | select IIO_TRIGGERED_BUFFER |
| 70 | select HTS221_I2C if (I2C) |
| 71 | select HTS221_SPI if (SPI_MASTER) |
| 72 | help |
| 73 | Say yes here to build support for STMicroelectronics HTS221 |
| 74 | temperature-humidity sensor |
| 75 | |
| 76 | To compile this driver as a module, choose M here: the module |
| 77 | will be called hts221. |
| 78 | |
| 79 | config HTS221_I2C |
| 80 | tristate |
| 81 | depends on HTS221 |
Lorenzo Bianconi | 6217792 | 2018-01-08 23:12:30 +0100 | [diff] [blame] | 82 | select REGMAP_I2C |
Lorenzo Bianconi | e4a70e3 | 2016-10-13 22:06:04 +0200 | [diff] [blame] | 83 | |
| 84 | config HTS221_SPI |
| 85 | tristate |
| 86 | depends on HTS221 |
Lorenzo Bianconi | 6217792 | 2018-01-08 23:12:30 +0100 | [diff] [blame] | 87 | select REGMAP_SPI |
Lorenzo Bianconi | e4a70e3 | 2016-10-13 22:06:04 +0200 | [diff] [blame] | 88 | |
Ludovic Tancerel | 2b5c53d | 2015-10-01 16:13:39 +0200 | [diff] [blame] | 89 | config HTU21 |
| 90 | tristate "Measurement Specialties HTU21 humidity & temperature sensor" |
| 91 | depends on I2C |
Enrico Weigelt, metux IT consult | d626be0 | 2019-03-06 15:52:23 +0100 | [diff] [blame] | 92 | select IIO_MS_SENSORS_I2C |
Ludovic Tancerel | 2b5c53d | 2015-10-01 16:13:39 +0200 | [diff] [blame] | 93 | help |
| 94 | If you say yes here you get support for the Measurement Specialties |
| 95 | HTU21 humidity and temperature sensor. |
Ludovic Tancerel | 1b75ce6 | 2015-10-01 16:13:41 +0200 | [diff] [blame] | 96 | This driver is also used for MS8607 temperature, pressure & humidity |
| 97 | sensor |
Ludovic Tancerel | 2b5c53d | 2015-10-01 16:13:39 +0200 | [diff] [blame] | 98 | |
| 99 | This driver can also be built as a module. If so, the module will |
| 100 | be called htu21. |
| 101 | |
Peter Meerwald | 049973b | 2014-10-01 12:03:00 +0100 | [diff] [blame] | 102 | config SI7005 |
| 103 | tristate "SI7005 relative humidity and temperature sensor" |
| 104 | depends on I2C |
| 105 | help |
| 106 | Say yes here to build support for the Silabs Si7005 relative |
| 107 | humidity and temperature sensor. |
| 108 | |
| 109 | To compile this driver as a module, choose M here: the module |
Cristina Moraru | 3f42026 | 2016-01-26 22:21:07 +0200 | [diff] [blame] | 110 | will be called si7005. This driver also |
| 111 | supports Hoperf TH02 Humidity and Temperature Sensor. |
Peter Meerwald | 049973b | 2014-10-01 12:03:00 +0100 | [diff] [blame] | 112 | |
David Barksdale | 064a746 | 2014-09-29 13:28:55 -0500 | [diff] [blame] | 113 | config SI7020 |
| 114 | tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" |
| 115 | depends on I2C |
| 116 | help |
| 117 | Say yes here to build support for the Silicon Labs Si7013/20/21 |
Cristina Moraru | 920dad0 | 2016-01-26 22:17:49 +0200 | [diff] [blame] | 118 | Relative Humidity and Temperature Sensors. This driver also |
| 119 | supports Hoperf TH06 Humidity and Temperature Sensor. |
David Barksdale | 064a746 | 2014-09-29 13:28:55 -0500 | [diff] [blame] | 120 | |
| 121 | To compile this driver as a module, choose M here: the module |
| 122 | will be called si7020. |
| 123 | |
Harald Geyer | 091a121 | 2013-12-01 15:04:00 +0000 | [diff] [blame] | 124 | endmenu |