aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Makefile
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/Makefile
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/Makefile')
-rw-r--r--drivers/input/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile
index d7fc17f11d77..d187cd5a813b 100644
--- a/drivers/input/misc/Makefile
+++ b/drivers/input/misc/Makefile
@@ -60,3 +60,4 @@ obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o
60obj-$(CONFIG_INPUT_WM831X_ON) += wm831x-on.o 60obj-$(CONFIG_INPUT_WM831X_ON) += wm831x-on.o
61obj-$(CONFIG_INPUT_XEN_KBDDEV_FRONTEND) += xen-kbdfront.o 61obj-$(CONFIG_INPUT_XEN_KBDDEV_FRONTEND) += xen-kbdfront.o
62obj-$(CONFIG_INPUT_YEALINK) += yealink.o 62obj-$(CONFIG_INPUT_YEALINK) += yealink.o
63obj-$(CONFIG_INPUT_ISL29023) += isl29023.o