summaryrefslogtreecommitdiff
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorLuwei Zhou <b45643@freescale.com>2014-09-17 10:50:08 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:23:00 +0800
commite63924862828644f78437710631436cbe92b2932 (patch)
tree821e9c1ddcee47c3ffc8c5dfa1f7e7e02c87d882 /drivers/input/misc/Kconfig
parent84cdca1b1194e7662b1d134c4419e6ce8d294d3b (diff)
MLK-11471-01 input: misc: isl29023: Add isl29023 driver support on i.MX6Q/DL/SX platform.
Add isl29023 driver support for i.MX6Q/DL/SX platform. The code derives from 3.10.y branch. Signed-off-by: Luwei Zhou <b45643@freescale.com> Signed-off-by: Fugang Duan <B38611@freescale.com> (cherry picked from commit: b0134420bba0022151499f1bb15e0d5daba970fa)
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index a124fa92b8c0..dd968685d278 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -870,4 +870,14 @@ config SENSOR_FXLS8471
depends on I2C
default n
+config INPUT_ISL29023
+ tristate "Intersil ISL29023 ambient light sensor"
+ depends on I2C && SYSFS
+ help
+ If you say yes here you get support for the Intersil ISL29023
+ ambient light sensor.
+
+ This driver can also be built as a module. If so, the module
+ will be called isl29023.
+
endif