diff options
Diffstat (limited to 'drivers/iio/light/Kconfig')
| -rw-r--r-- | drivers/iio/light/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig index 5ef1a396e0c..e86ccb49d9d 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig @@ -32,6 +32,31 @@ config SENSORS_LM3533 changes. The ALS-control output values can be set per zone for the three current output channels. +config CM32181 + tristate "CM32181 driver" + depends on I2C + help + Say Y here if you use cm32181. + + This option enables ambient light sensor using + Capella cm32181 device driver. + + To compile this driver as a module, choose M here: + the module will be called cm32181. + +config CM3391 + tristate "CM3391 driver" + depends on I2C + help + Say Y here if you use cm3391. + + This option enables ambient light sensor using + Capella cm3391 device driver. + + To compile this driver as a module, choose M here: + the module will be called cm3391. + + config SENSORS_TSL2563 tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors" depends on I2C |