aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorLuwei Zhou <b45643@freescale.com>2013-08-26 04:46:48 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:01:27 -0400
commit52b94dea6c3ba2e2f14a13be7adf481ab625a12f (patch)
treef80e6b043d0b8f220c0bc28ccf7bf5c41e037bce /drivers/input/misc/Kconfig
parent45a22464aaee2569f9c26d90e46c9d99ea7ed774 (diff)
ENGR00276684-2 hwmon: isl29023: add isl29023 driver support
ISL29023 is an integrated ambient and infrared light to digital converter with I2C (SMBus Compatible) Interface. (Cherry-pick from freescale internal kernel 3.0.35_4.1.0 branch) Signed-off-by: Luwei Zhou <b45643@freescale.com>
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 bb698e1f9e42..c807bc9f5d44 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -637,4 +637,14 @@ config INPUT_XEN_KBDDEV_FRONTEND
637 To compile this driver as a module, choose M here: the 637 To compile this driver as a module, choose M here: the
638 module will be called xen-kbdfront. 638 module will be called xen-kbdfront.
639 639
640config INPUT_ISL29023
641 tristate "Intersil ISL29023 ambient light sensor"
642 depends on I2C && SYSFS
643 help
644 If you say yes here you get support for the Intersil ISL29023
645 ambient light sensor.
646
647 This driver can also be built as a module. If so, the module
648 will be called isl29023.
649
640endif 650endif