mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 01:12:45 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
25
drivers/iio/humidity/Kconfig
Normal file
25
drivers/iio/humidity/Kconfig
Normal file
|
@ -0,0 +1,25 @@
|
|||
#
|
||||
# humidity sensor drivers
|
||||
#
|
||||
menu "Humidity sensors"
|
||||
|
||||
config DHT11
|
||||
tristate "DHT11 (and compatible sensors) driver"
|
||||
depends on GPIOLIB
|
||||
help
|
||||
This driver supports reading data via a single interrupt
|
||||
generating GPIO line. Currently tested are DHT11 and DHT22.
|
||||
Other sensors should work as well as long as they speak the
|
||||
same protocol.
|
||||
|
||||
config SI7005
|
||||
tristate "SI7005 relative humidity and temperature sensor"
|
||||
depends on I2C
|
||||
help
|
||||
Say yes here to build support for the Silabs Si7005 relative
|
||||
humidity and temperature sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the module
|
||||
will be called si7005.
|
||||
|
||||
endmenu
|
Loading…
Add table
Add a link
Reference in a new issue