# SPDX-License-Identifier: GPL-2.0-only
#
# humidity sensor drivers
#
menu "Humidity sensors"
config [31mCONFIG_AM2315[0m
tristate "Aosong AM2315 relative humidity and temperature sensor"
depends on [31mCONFIG_I2C[0m
select [31mCONFIG_IIO_BUFFER[0m
select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m
help
If you say yes here you get support for the Aosong [31mCONFIG_AM2315[0m
relative humidity and ambient temperature sensor.
This driver can also be built as a module. If so, the module will
be called am2315.
config [31mCONFIG_DHT11[0m
tristate "DHT11 (and compatible sensors) driver"
depends on [31mCONFIG_GPIOLIB[0m || [31mCONFIG_COMPILE_TEST[0m
help
This driver supports reading data via a single interrupt
generating GPIO line. Currently tested are [31mCONFIG_DHT11[0m and DHT22.
Other sensors should work as well as long as they speak the
same protocol.
config [31mCONFIG_HDC100X[0m
tristate "TI HDC100x relative humidity and temperature sensor"
depends on [31mCONFIG_I2C[0m
select [31mCONFIG_IIO_BUFFER[0m
select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m
help
Say yes here to build support for the Texas Instruments
HDC1000, HDC1008, HDC1010, HDC1050, and HDC1080 relative
humidity and temperature sensors.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the module
will be called hdc100x.
config [31mCONFIG_HID_SENSOR_HUMIDITY[0m
tristate "HID Environmental humidity sensor"
depends on [31mCONFIG_HID_SENSOR_HUB[0m
select [31mCONFIG_IIO_BUFFER[0m
select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m
select [31mCONFIG_HID_SENSOR_IIO_COMMON[0m
select [31mCONFIG_HID_SENSOR_IIO_TRIGGER[0m
help
Say yes here to build support for the [31mCONFIG_HID[0m SENSOR
humidity driver
To compile this driver as a module, choose [31mCONFIG_M[0m here: the module
will be called hid-sensor-humidity.
config [31mCONFIG_HTS221[0m
tristate "STMicroelectronics HTS221 sensor Driver"
depends on ([31mCONFIG_I2C[0m || [31mCONFIG_SPI[0m)
select [31mCONFIG_IIO_BUFFER[0m
select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m
select [31mCONFIG_HTS221_I2C[0m if ([31mCONFIG_I2C[0m)
select [31mCONFIG_HTS221_SPI[0m if ([31mCONFIG_SPI_MASTER[0m)
help
Say yes here to build support for STMicroelectronics [31mCONFIG_HTS221[0m
temperature-humidity sensor
To compile this driver as a module, choose [31mCONFIG_M[0m here: the module
will be called hts221.
config [31mCONFIG_HTS221_I2C[0m
tristate
depends on [31mCONFIG_HTS221[0m
select [31mCONFIG_REGMAP_I2C[0m
config [31mCONFIG_HTS221_SPI[0m
tristate
depends on [31mCONFIG_HTS221[0m
select [31mCONFIG_REGMAP_SPI[0m
config [31mCONFIG_HTU21[0m
tristate "Measurement Specialties HTU21 humidity & temperature sensor"
depends on [31mCONFIG_I2C[0m
select [31mCONFIG_IIO_MS_SENSORS_I2C[0m
help
If you say yes here you get support for the Measurement Specialties
[31mCONFIG_HTU21[0m 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 [31mCONFIG_SI7005[0m
tristate "SI7005 relative humidity and temperature sensor"
depends on [31mCONFIG_I2C[0m
help
Say yes here to build support for the Silabs Si7005 relative
humidity and temperature sensor.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the module
will be called si7005. This driver also
supports Hoperf TH02 Humidity and Temperature Sensor.
config [31mCONFIG_SI7020[0m
tristate "Si7013/20/21 Relative Humidity and Temperature Sensors"
depends on [31mCONFIG_I2C[0m
help
Say yes here to build support for the Silicon Labs Si7013/20/21
Relative Humidity and Temperature Sensors. This driver also
supports Hoperf TH06 Humidity and Temperature Sensor.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the module
will be called si7020.
endmenu