summaryrefslogtreecommitdiff
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorLuwei Zhou <b45643@freescale.com>2014-09-17 10:50:08 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 11:00:12 -0600
commitd423ad53fe7250fec00dfe3e697da32ac676af67 (patch)
tree13f163f94b88072b4a8bcb9fd3f90d4c1b154ef2 /drivers/input/misc/Kconfig
parent9a1c0b13424b1c8f2cddbe863cdcdc04ecd6a822 (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 a5f9e2012e4f..5d3fc3411484 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -801,4 +801,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