Kconfig (f01387d2693813eb5271a3448e6a082322c7d75d) | Kconfig (064a74637ccdee608eb898ea3e3847b142b261c6) |
---|---|
1# 2# humidity sensor drivers 3# 4menu "Humidity sensors" 5 6config DHT11 7 tristate "DHT11 (and compatible sensors) driver" 8 depends on GPIOLIB --- 8 unchanged lines hidden (view full) --- 17 depends on I2C 18 help 19 Say yes here to build support for the Silabs Si7005 relative 20 humidity and temperature sensor. 21 22 To compile this driver as a module, choose M here: the module 23 will be called si7005. 24 | 1# 2# humidity sensor drivers 3# 4menu "Humidity sensors" 5 6config DHT11 7 tristate "DHT11 (and compatible sensors) driver" 8 depends on GPIOLIB --- 8 unchanged lines hidden (view full) --- 17 depends on I2C 18 help 19 Say yes here to build support for the Silabs Si7005 relative 20 humidity and temperature sensor. 21 22 To compile this driver as a module, choose M here: the module 23 will be called si7005. 24 |
25config SI7020 26 tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" 27 depends on I2C 28 help 29 Say yes here to build support for the Silicon Labs Si7013/20/21 30 Relative Humidity and Temperature Sensors. 31 32 To compile this driver as a module, choose M here: the module 33 will be called si7020. 34 |
|
25endmenu | 35endmenu |