Blame view

kernel/linux-imx6_3.14.28/drivers/iio/humidity/Kconfig 357 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  #
  # 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.
  
  endmenu