Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /usr/src/linux-headers-4.4.0-77/drivers/iio/humidity/ |
Upload File : |
# # humidity sensor drivers # menu "Humidity sensors" config DHT11 tristate "DHT11 (and compatible sensors) driver" depends on GPIOLIB || COMPILE_TEST 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 HDC100X tristate "TI HDC100x relative humidity and temperature sensor" depends on I2C help Say yes here to build support for the TI HDC100x series of relative humidity and temperature sensors. To compile this driver as a module, choose M here: the module will be called hdc100x. config HTS221 tristate "STMicroelectronics HTS221 sensor Driver" depends on (I2C || SPI) select IIO_BUFFER select IIO_TRIGGERED_BUFFER select HTS221_I2C if (I2C) select HTS221_SPI if (SPI_MASTER) help Say yes here to build support for STMicroelectronics HTS221 temperature-humidity sensor To compile this driver as a module, choose M here: the module will be called hts221. config HTS221_I2C tristate depends on HTS221 config HTS221_SPI tristate depends on HTS221 config HTU21 tristate "Measurement Specialties HTU21 humidity & temperature sensor" depends on I2C select IIO_MS_SENSORS_I2C help If you say yes here you get support for the Measurement Specialties HTU21 humidity and temperature sensor. This driver is also used for MS8607 temperature, pressure & humidity sensor This driver can also be built as a module. If so, the module will be called htu21. 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. config SI7020 tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" depends on I2C help Say yes here to build support for the Silicon Labs Si7013/20/21 Relative Humidity and Temperature Sensors. To compile this driver as a module, choose M here: the module will be called si7020. endmenu