Kconfig (3f4202652ea742a79294bd7b8a945ff96696b966) | Kconfig (920dad0ce3f8893fa41a630435da44b4b719bdcb) |
---|---|
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 --- 37 unchanged lines hidden (view full) --- 46 will be called si7005. This driver also 47 supports Hoperf TH02 Humidity and Temperature Sensor. 48 49config SI7020 50 tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" 51 depends on I2C 52 help 53 Say yes here to build support for the Silicon Labs Si7013/20/21 | 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 --- 37 unchanged lines hidden (view full) --- 46 will be called si7005. This driver also 47 supports Hoperf TH02 Humidity and Temperature Sensor. 48 49config SI7020 50 tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" 51 depends on I2C 52 help 53 Say yes here to build support for the Silicon Labs Si7013/20/21 |
54 Relative Humidity and Temperature Sensors. | 54 Relative Humidity and Temperature Sensors. This driver also 55 supports Hoperf TH06 Humidity and Temperature Sensor. |
55 56 To compile this driver as a module, choose M here: the module 57 will be called si7020. 58 59endmenu | 56 57 To compile this driver as a module, choose M here: the module 58 will be called si7020. 59 60endmenu |