summaryrefslogtreecommitdiff
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorSri Krishna chowdary <schowdary@nvidia.com>2012-10-04 14:43:11 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 00:49:42 -0700
commitf51b52f7d09166ab70f1c0d343e294aed4066fa5 (patch)
tree97fb8b23d08854248b355f6cde98b74e972e2ee5 /drivers/input/misc/Kconfig
parentcaa23c4444a8b4d3c7d17452f40053b43081d915 (diff)
lightsensor: cm3218: Add cm3218 ALS sensor support
Add Capella CM3218 High Sensitivity ALS driver. Bug 1030776 Change-Id: I12615c72672bdafb991478f2f547c456bf8c0e0c Signed-off-by: Sri Krishna chowdary <schowdary@nvidia.com> Reviewed-on: http://git-master/r/145611 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Shridhar Rasal <srasal@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Rebase-Id: R01a1bdc771c4752bea3ea4e52383620bf5b12b1c
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 9a14f22fe85a..a3e20ec08917 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -659,4 +659,10 @@ config INPUT_CAPELLA_CM3217
help
Say Y here to enable the CM3217 Ambient Light Sensor.
+config INPUT_CAPELLA_CM3218
+ tristate "CM3218 light sensor"
+ depends on I2C
+ help
+ Say Y here to enable the CM3218 Ambient Light Sensor.
+
endif