diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2010-05-22 00:57:26 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-05-22 00:57:59 -0700 |
commit | 3734574cac1002e4cf037e3591cf222b1e04dfa4 (patch) | |
tree | 52b93644c876e7e20b9084ca055ca4542ae763a9 /drivers/input/misc/Makefile | |
parent | 81c2a3ba497835797332b517ebf2de7b7f2a7c80 (diff) | |
download | talos-obmc-linux-3734574cac1002e4cf037e3591cf222b1e04dfa4.tar.gz talos-obmc-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/Makefile | 1 |
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 |