summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Makefile
diff options
context:
space:
mode:
authorHaojian Zhuang2010-05-22 09:57:26 +0200
committerDmitry Torokhov2010-05-22 09:57:59 +0200
commit3734574cac1002e4cf037e3591cf222b1e04dfa4 (patch)
tree52b93644c876e7e20b9084ca055ca4542ae763a9 /drivers/input/misc/Makefile
parentInput: use ABS_CNT rather than (ABS_MAX + 1) (diff)
downloadkernel-qcow2-linux-3734574cac1002e4cf037e3591cf222b1e04dfa4.tar.gz
kernel-qcow2-linux-3734574cac1002e4cf037e3591cf222b1e04dfa4.tar.xz
kernel-qcow2-linux-3734574cac1002e4cf037e3591cf222b1e04dfa4.zip
Input: enable onkey driver of max8925
When ONKEY is held for 3 seconds, KEY_POWER event is reported. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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 f9f577031e06..71fe57d8023f 100644
--- a/drivers/input/misc/Makefile
+++ b/drivers/input/misc/Makefile
@@ -20,6 +20,7 @@ obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o
obj-$(CONFIG_INPUT_IXP4XX_BEEPER) += ixp4xx-beeper.o
obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o
obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o
+obj-$(CONFIG_INPUT_MAX8925_ONKEY) += max8925_onkey.o
obj-$(CONFIG_INPUT_PCAP) += pcap_keys.o
obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o
obj-$(CONFIG_INPUT_PCF8574) += pcf8574_keypad.o