diff options
author | Brian Masney <masneyb@onstation.org> | 2016-11-12 19:19:41 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-11-13 14:07:33 +0100 |
commit | f44d5c8ac3993421370fc00951abd5864ca71689 (patch) | |
tree | 9590c770078890402b1b6aedf0d96ac1068dd287 /drivers/iio/light/Kconfig | |
parent | staging: iio: tsl2583: add copyright and MODULE_AUTHOR (diff) | |
download | linux-f44d5c8ac3993421370fc00951abd5864ca71689.tar.xz linux-f44d5c8ac3993421370fc00951abd5864ca71689.zip |
staging: iio: tsl2583: move out of staging
Move tsl2580, tsl2581, tsl2583 driver out of staging into mainline.
Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light/Kconfig')
-rw-r--r-- | drivers/iio/light/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig index d01172089828..298ea5081a96 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig @@ -338,6 +338,13 @@ config SENSORS_TSL2563 This driver can also be built as a module. If so, the module will be called tsl2563. +config TSL2583 + tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters" + depends on I2C + help + Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices. + Access ALS data via iio, sysfs. + config TSL4531 tristate "TAOS TSL4531 ambient light sensors" depends on I2C |