diff options
author | Beomho Seo <beomho.seo@samsung.com> | 2013-10-17 03:22:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-10-17 23:40:19 +0100 |
commit | e590d451908329fee0515a4ec397154a16cfc8c4 (patch) | |
tree | fc5dcb37ef7738643699dbf917a3eb514d6ba135 /drivers/iio/light/Kconfig | |
parent | a47f6e08edd3fbb915a79f0b4d23cbc7586ef897 (diff) | |
download | op-kernel-dev-e590d451908329fee0515a4ec397154a16cfc8c4.zip op-kernel-dev-e590d451908329fee0515a4ec397154a16cfc8c4.tar.gz |
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 <beomho.seo@samsung.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light/Kconfig')
-rw-r--r-- | drivers/iio/light/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig index 0a25ae6..f98c2b5 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig @@ -27,6 +27,17 @@ config APDS9300 To compile this driver as a module, choose M here: the module will be called apds9300. +config CM36651 + depends on I2C + tristate "CM36651 driver" + help + Say Y here if you use cm36651. + This option enables proximity & RGB sensor using + Capella cm36651 device driver. + + To compile this driver as a module, choose M here: + the module will be called cm36651. + config GP2AP020A00F tristate "Sharp GP2AP020A00F Proximity/ALS sensor" depends on I2C |