forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/iio/humidity/Kconfig
....@@ -1,19 +1,20 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # humidity sensor drivers
34 #
45 menu "Humidity sensors"
56
67 config AM2315
7
- tristate "Aosong AM2315 relative humidity and temperature sensor"
8
- depends on I2C
9
- select IIO_BUFFER
10
- select IIO_TRIGGERED_BUFFER
11
- help
12
- If you say yes here you get support for the Aosong AM2315
13
- relative humidity and ambient temperature sensor.
8
+ tristate "Aosong AM2315 relative humidity and temperature sensor"
9
+ depends on I2C
10
+ select IIO_BUFFER
11
+ select IIO_TRIGGERED_BUFFER
12
+ help
13
+ If you say yes here you get support for the Aosong AM2315
14
+ relative humidity and ambient temperature sensor.
1415
15
- This driver can also be built as a module. If so, the module will
16
- be called am2315.
16
+ This driver can also be built as a module. If so, the module will
17
+ be called am2315.
1718
1819 config DHT11
1920 tristate "DHT11 (and compatible sensors) driver"
....@@ -37,11 +38,20 @@
3738 To compile this driver as a module, choose M here: the module
3839 will be called hdc100x.
3940
41
+config HDC2010
42
+ tristate "TI HDC2010 relative humidity and temperature sensor"
43
+ depends on I2C
44
+ help
45
+ Say yes here to build support for the Texas Instruments
46
+ HDC2010 and HDC2080 relative humidity and temperature sensors.
47
+
48
+ To compile this driver as a module, choose M here: the module
49
+ will be called hdc2010.
50
+
4051 config HID_SENSOR_HUMIDITY
4152 tristate "HID Environmental humidity sensor"
4253 depends on HID_SENSOR_HUB
4354 select IIO_BUFFER
44
- select IIO_TRIGGERED_BUFFER
4555 select HID_SENSOR_IIO_COMMON
4656 select HID_SENSOR_IIO_TRIGGER
4757 help
....@@ -78,7 +88,7 @@
7888 config HTU21
7989 tristate "Measurement Specialties HTU21 humidity & temperature sensor"
8090 depends on I2C
81
- select IIO_MS_SENSORS_I2C
91
+ select IIO_MS_SENSORS_I2C
8292 help
8393 If you say yes here you get support for the Measurement Specialties
8494 HTU21 humidity and temperature sensor.