From: Peter Meerwald Date: Tue, 29 Oct 2013 00:59:00 +0000 (+0000) Subject: iio: Fix tcs3472 Kconfig dependencies X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=089b54bd69059b6735fc21c7436b7a95acb3b3dc;p=deliverable%2Flinux.git iio: Fix tcs3472 Kconfig dependencies Signed-off-by: Peter Meerwald Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig index f98c2b509254..b0d65df3ede2 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig @@ -81,6 +81,8 @@ config SENSORS_LM3533 config TCS3472 tristate "TAOS TCS3472 color light-to-digital converter" depends on I2C + select IIO_BUFFER + select IIO_TRIGGERED_BUFFER help If you say yes here you get support for the TAOS TCS3472 family of color light-to-digital converters with IR filter.