xref: /linux/drivers/iio/humidity/Kconfig (revision 4839367d99e3b067d3c2e9404ae320c100d090c7)
1091a121bSHarald Geyer#
2091a121bSHarald Geyer# humidity sensor drivers
3091a121bSHarald Geyer#
4091a121bSHarald Geyermenu "Humidity sensors"
5091a121bSHarald Geyer
6091a121bSHarald Geyerconfig DHT11
7091a121bSHarald Geyer	tristate "DHT11 (and compatible sensors) driver"
884935853SGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
9091a121bSHarald Geyer	help
10091a121bSHarald Geyer	  This driver supports reading data via a single interrupt
11091a121bSHarald Geyer	  generating GPIO line. Currently tested are DHT11 and DHT22.
12091a121bSHarald Geyer	  Other sensors should work as well as long as they speak the
13091a121bSHarald Geyer	  same protocol.
14091a121bSHarald Geyer
15*4839367dSMatt Ranostayconfig HDC100X
16*4839367dSMatt Ranostay	tristate "TI HDC100x relative humidity and temperature sensor"
17*4839367dSMatt Ranostay	depends on I2C
18*4839367dSMatt Ranostay	help
19*4839367dSMatt Ranostay	 Say yes here to build support for the TI HDC100x series of
20*4839367dSMatt Ranostay	 relative humidity and temperature sensors.
21*4839367dSMatt Ranostay
22*4839367dSMatt Ranostay	 To compile this driver as a module, choose M here: the module
23*4839367dSMatt Ranostay	 will be called hdc100x.
24*4839367dSMatt Ranostay
25049973b2SPeter Meerwaldconfig SI7005
26049973b2SPeter Meerwald	tristate "SI7005 relative humidity and temperature sensor"
27049973b2SPeter Meerwald	depends on I2C
28049973b2SPeter Meerwald	help
29049973b2SPeter Meerwald	  Say yes here to build support for the Silabs Si7005 relative
30049973b2SPeter Meerwald	  humidity and temperature sensor.
31049973b2SPeter Meerwald
32049973b2SPeter Meerwald	  To compile this driver as a module, choose M here: the module
33049973b2SPeter Meerwald	  will be called si7005.
34049973b2SPeter Meerwald
35064a7463SDavid Barksdaleconfig SI7020
36064a7463SDavid Barksdale	tristate "Si7013/20/21 Relative Humidity and Temperature Sensors"
37064a7463SDavid Barksdale	depends on I2C
38064a7463SDavid Barksdale	help
39064a7463SDavid Barksdale	  Say yes here to build support for the Silicon Labs Si7013/20/21
40064a7463SDavid Barksdale	  Relative Humidity and Temperature Sensors.
41064a7463SDavid Barksdale
42064a7463SDavid Barksdale	  To compile this driver as a module, choose M here: the module
43064a7463SDavid Barksdale	  will be called si7020.
44064a7463SDavid Barksdale
45091a121bSHarald Geyerendmenu
46