From e590d451908329fee0515a4ec397154a16cfc8c4 Mon Sep 17 00:00:00 2001 From: Beomho Seo Date: Thu, 17 Oct 2013 03:22:00 +0100 Subject: iio: cm36651: Add CM36651 proximity/light sensor This patch adds a new driver for Capella CM36651 proximity and RGB sensor. Signed-off-by: Beomho Seo Signed-off-by: Jonathan Cameron --- drivers/iio/light/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/iio/light/Makefile') diff --git a/drivers/iio/light/Makefile b/drivers/iio/light/Makefile index cef590f..daa327f 100644 --- a/drivers/iio/light/Makefile +++ b/drivers/iio/light/Makefile @@ -5,6 +5,7 @@ # When adding new entries keep the list in alphabetical order obj-$(CONFIG_ADJD_S311) += adjd_s311.o obj-$(CONFIG_APDS9300) += apds9300.o +obj-$(CONFIG_CM36651) += cm36651.o obj-$(CONFIG_GP2AP020A00F) += gp2ap020a00f.o obj-$(CONFIG_HID_SENSOR_ALS) += hid-sensor-als.o obj-$(CONFIG_SENSORS_LM3533) += lm3533-als.o -- cgit v1.1