summaryrefslogtreecommitdiff
path: root/drivers/iio/light/Makefile
diff options
context:
space:
mode:
authorTiberiu Breana <tiberiu.a.breana@intel.com>2015-04-27 18:34:00 +0300
committerJonathan Cameron <jic23@kernel.org>2015-05-10 20:31:42 +0100
commitbe9e6229d67696f94c2f2331a2e207beff9bfc7f (patch)
tree0e81a41e2e1457548eacb75d55c8afb115d319c9 /drivers/iio/light/Makefile
parent5ccca155675a5a2d491257a441306dd8547695c2 (diff)
iio: light: Add support for Sensortek STK3310
Minimal implementation of an IIO driver for the Sensortek STK3310 ambient light and proximity sensor. The STK3311 model is also supported. Includes: - ACPI support; - read_raw and write_raw; - reading and setting configuration parameters for gain/scale and integration time for both ALS and PS. - power management Signed-off-by: Tiberiu Breana <tiberiu.a.breana@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light/Makefile')
-rw-r--r--drivers/iio/light/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/light/Makefile b/drivers/iio/light/Makefile
index ad7c30fe443b..90e7fd258557 100644
--- a/drivers/iio/light/Makefile
+++ b/drivers/iio/light/Makefile
@@ -18,6 +18,7 @@ obj-$(CONFIG_JSA1212) += jsa1212.o
obj-$(CONFIG_SENSORS_LM3533) += lm3533-als.o
obj-$(CONFIG_LTR501) += ltr501.o
obj-$(CONFIG_SENSORS_TSL2563) += tsl2563.o
+obj-$(CONFIG_STK3310) += stk3310.o
obj-$(CONFIG_TCS3414) += tcs3414.o
obj-$(CONFIG_TCS3472) += tcs3472.o
obj-$(CONFIG_TSL4531) += tsl4531.o