Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / iio / humidity / Kconfig
CommitLineData
091a121b
HG
1#
2# humidity sensor drivers
3#
4menu "Humidity sensors"
5
366a3270
TB
6config AM2315
7 tristate "Aosong AM2315 relative humidity and temperature sensor"
8 depends on I2C
193e2d4f
AS
9 select IIO_BUFFER
10 select IIO_TRIGGERED_BUFFER
366a3270
TB
11 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
091a121b
HG
18config DHT11
19 tristate "DHT11 (and compatible sensors) driver"
84935853 20 depends on GPIOLIB || COMPILE_TEST
091a121b
HG
21 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
4839367d
MR
27config HDC100X
28 tristate "TI HDC100x relative humidity and temperature sensor"
29 depends on I2C
30 help
ca1902ff
AS
31 Say yes here to build support for the Texas Instruments
32 HDC1000 and HDC1008 relative humidity and temperature sensors.
4839367d 33
ca1902ff
AS
34 To compile this driver as a module, choose M here: the module
35 will be called hdc100x.
4839367d 36
2b5c53d2
LT
37config 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.
1b75ce65
LT
44 This driver is also used for MS8607 temperature, pressure & humidity
45 sensor
2b5c53d2
LT
46
47 This driver can also be built as a module. If so, the module will
48 be called htu21.
49
049973b2
PM
50config 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
3f420265
CM
58 will be called si7005. This driver also
59 supports Hoperf TH02 Humidity and Temperature Sensor.
049973b2 60
064a7463
DB
61config 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
920dad0c
CM
66 Relative Humidity and Temperature Sensors. This driver also
67 supports Hoperf TH06 Humidity and Temperature Sensor.
064a7463
DB
68
69 To compile this driver as a module, choose M here: the module
70 will be called si7020.
71
091a121b 72endmenu
This page took 0.222706 seconds and 5 git commands to generate.