| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # humidity sensor drivers |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | menu "Humidity sensors" |
|---|
| 5 | 6 | |
|---|
| 6 | 7 | config AM2315 |
|---|
| 7 | | - 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. |
|---|
| 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. |
|---|
| 14 | 15 | |
|---|
| 15 | | - This driver can also be built as a module. If so, the module will |
|---|
| 16 | | - be called am2315. |
|---|
| 16 | + This driver can also be built as a module. If so, the module will |
|---|
| 17 | + be called am2315. |
|---|
| 17 | 18 | |
|---|
| 18 | 19 | config DHT11 |
|---|
| 19 | 20 | tristate "DHT11 (and compatible sensors) driver" |
|---|
| .. | .. |
|---|
| 37 | 38 | To compile this driver as a module, choose M here: the module |
|---|
| 38 | 39 | will be called hdc100x. |
|---|
| 39 | 40 | |
|---|
| 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 | + |
|---|
| 40 | 51 | config HID_SENSOR_HUMIDITY |
|---|
| 41 | 52 | tristate "HID Environmental humidity sensor" |
|---|
| 42 | 53 | depends on HID_SENSOR_HUB |
|---|
| 43 | 54 | select IIO_BUFFER |
|---|
| 44 | | - select IIO_TRIGGERED_BUFFER |
|---|
| 45 | 55 | select HID_SENSOR_IIO_COMMON |
|---|
| 46 | 56 | select HID_SENSOR_IIO_TRIGGER |
|---|
| 47 | 57 | help |
|---|
| .. | .. |
|---|
| 78 | 88 | config HTU21 |
|---|
| 79 | 89 | tristate "Measurement Specialties HTU21 humidity & temperature sensor" |
|---|
| 80 | 90 | depends on I2C |
|---|
| 81 | | - select IIO_MS_SENSORS_I2C |
|---|
| 91 | + select IIO_MS_SENSORS_I2C |
|---|
| 82 | 92 | help |
|---|
| 83 | 93 | If you say yes here you get support for the Measurement Specialties |
|---|
| 84 | 94 | HTU21 humidity and temperature sensor. |
|---|