xref: /openbmc/linux/drivers/iio/humidity/Kconfig (revision a8da474e)
1#
2# humidity sensor drivers
3#
4menu "Humidity sensors"
5
6config DHT11
7	tristate "DHT11 (and compatible sensors) driver"
8	depends on GPIOLIB || COMPILE_TEST
9	help
10	  This driver supports reading data via a single interrupt
11	  generating GPIO line. Currently tested are DHT11 and DHT22.
12	  Other sensors should work as well as long as they speak the
13	  same protocol.
14
15config HDC100X
16	tristate "TI HDC100x relative humidity and temperature sensor"
17	depends on I2C
18	help
19	 Say yes here to build support for the TI HDC100x series of
20	 relative humidity and temperature sensors.
21
22	 To compile this driver as a module, choose M here: the module
23	 will be called hdc100x.
24
25config HTU21
26	tristate "Measurement Specialties HTU21 humidity & temperature sensor"
27	depends on I2C
28        select IIO_MS_SENSORS_I2C
29	help
30	  If you say yes here you get support for the Measurement Specialties
31	  HTU21 humidity and temperature sensor.
32	  This driver is also used for MS8607 temperature, pressure & humidity
33	  sensor
34
35	  This driver can also be built as a module. If so, the module will
36	  be called htu21.
37
38config SI7005
39	tristate "SI7005 relative humidity and temperature sensor"
40	depends on I2C
41	help
42	  Say yes here to build support for the Silabs Si7005 relative
43	  humidity and temperature sensor.
44
45	  To compile this driver as a module, choose M here: the module
46	  will be called si7005.
47
48config SI7020
49	tristate "Si7013/20/21 Relative Humidity and Temperature Sensors"
50	depends on I2C
51	help
52	  Say yes here to build support for the Silicon Labs Si7013/20/21
53	  Relative Humidity and Temperature Sensors.
54
55	  To compile this driver as a module, choose M here: the module
56	  will be called si7020.
57
58endmenu
59