aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/Kconfig
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2014-05-07 08:38:00 -0400
committerJonathan Cameron <jic23@kernel.org>2014-07-07 04:34:36 -0400
commita244e7b57f0fb778bd333b10fffbeb362b94ffc3 (patch)
tree65baf50996e00103b0ce0d87c3293939c46afc0b /drivers/iio/light/Kconfig
parent6c25539cbc460f7f594e30ac6db88d5e61e8baff (diff)
iio: Add driver for AMS/TAOS tcs3414 digital color sensor
16-bit digital color sensor with red, green, blue and clear channel datasheet: http://ams.com/eng/content/download/250258/975997/TCS3414_Datasheet_EN_v1.pdf Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light/Kconfig')
-rw-r--r--drivers/iio/light/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig
index 7d83dca6d080..bf05ca5b0a57 100644
--- a/drivers/iio/light/Kconfig
+++ b/drivers/iio/light/Kconfig
@@ -128,6 +128,18 @@ config LTR501
128 This driver can also be built as a module. If so, the module 128 This driver can also be built as a module. If so, the module
129 will be called ltr501. 129 will be called ltr501.
130 130
131config TCS3414
132 tristate "TAOS TCS3414 digital color sensor"
133 depends on I2C
134 select IIO_BUFFER
135 select IIO_TRIGGERED_BUFFER
136 help
137 If you say yes here you get support for the TAOS TCS3414
138 family of digital color sensors.
139
140 This driver can also be built as a module. If so, the module
141 will be called tcs3414.
142
131config TCS3472 143config TCS3472
132 tristate "TAOS TCS3472 color light-to-digital converter" 144 tristate "TAOS TCS3472 color light-to-digital converter"
133 depends on I2C 145 depends on I2C