Kconfig (e82a82c19f4272ea5437cc76e5711b98e2ee6223) | Kconfig (193e2d4fd91c5e5d563395f9577621dac4f4df31) |
---|---|
1# 2# humidity sensor drivers 3# 4menu "Humidity sensors" 5 6config AM2315 7 tristate "Aosong AM2315 relative humidity and temperature sensor" 8 depends on I2C | 1# 2# humidity sensor drivers 3# 4menu "Humidity sensors" 5 6config AM2315 7 tristate "Aosong AM2315 relative humidity and temperature sensor" 8 depends on I2C |
9 select IIO_BUFFER 10 select IIO_TRIGGERED_BUFFER |
|
9 help 10 If you say yes here you get support for the Aosong AM2315 11 relative humidity and ambient temperature sensor. 12 13 This driver can also be built as a module. If so, the module will 14 be called am2315. 15 16config DHT11 --- 54 unchanged lines hidden --- | 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 18config DHT11 --- 54 unchanged lines hidden --- |