aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/light/Kconfig')
-rw-r--r--drivers/iio/light/Kconfig24
1 files changed, 13 insertions, 11 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig
index 5ef1a396e0c9..3bd29f810e6d 100644
--- a/drivers/iio/light/Kconfig
+++ b/drivers/iio/light/Kconfig
@@ -1,6 +1,8 @@
1# 1#
2# Light sensors 2# Light sensors
3# 3#
4# When adding new entries keep the list in alphabetical order
5
4menu "Light sensors" 6menu "Light sensors"
5 7
6config ADJD_S311 8config ADJD_S311
@@ -15,6 +17,17 @@ config ADJD_S311
15 This driver can also be built as a module. If so, the module 17 This driver can also be built as a module. If so, the module
16 will be called adjd_s311. 18 will be called adjd_s311.
17 19
20config HID_SENSOR_ALS
21 depends on HID_SENSOR_HUB
22 select IIO_BUFFER
23 select IIO_TRIGGERED_BUFFER
24 select HID_SENSOR_IIO_COMMON
25 select HID_SENSOR_IIO_TRIGGER
26 tristate "HID ALS"
27 help
28 Say yes here to build support for the HID SENSOR
29 Ambient light sensor.
30
18config SENSORS_LM3533 31config SENSORS_LM3533
19 tristate "LM3533 ambient light sensor" 32 tristate "LM3533 ambient light sensor"
20 depends on MFD_LM3533 33 depends on MFD_LM3533
@@ -52,15 +65,4 @@ config VCNL4000
52 To compile this driver as a module, choose M here: the 65 To compile this driver as a module, choose M here: the
53 module will be called vcnl4000. 66 module will be called vcnl4000.
54 67
55config HID_SENSOR_ALS
56 depends on HID_SENSOR_HUB
57 select IIO_BUFFER
58 select IIO_TRIGGERED_BUFFER
59 select HID_SENSOR_IIO_COMMON
60 select HID_SENSOR_IIO_TRIGGER
61 tristate "HID ALS"
62 help
63 Say yes here to build support for the HID SENSOR
64 Ambient light sensor.
65
66endmenu 68endmenu