Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183114
b: refs/heads/master
c: 76cdc08
h: refs/heads/master
v: v3
  • Loading branch information
Alberto Panizzo authored and Dmitry Torokhov committed Feb 1, 2010
1 parent 6642e90 commit 44ca986
Show file tree
Hide file tree
Showing 4 changed files with 605 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 429722e19dff319aa87ee552beadee71d41a3655
refs/heads/master: 76cdc083f4d1a2a12a961634672fb9ca7adca29c
9 changes: 9 additions & 0 deletions trunk/drivers/input/keyboard/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,15 @@ config KEYBOARD_MAX7359
To compile this driver as a module, choose M here: the
module will be called max7359_keypad.

config KEYBOARD_IMX
tristate "IMX keypad support"
depends on ARCH_MXC
help
Enable support for IMX keypad port.

To compile this driver as a module, choose M here: the
module will be called imx_keypad.

config KEYBOARD_NEWTON
tristate "Newton keyboard"
select SERIO
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/input/keyboard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ obj-$(CONFIG_KEYBOARD_EP93XX) += ep93xx_keypad.o
obj-$(CONFIG_KEYBOARD_GPIO) += gpio_keys.o
obj-$(CONFIG_KEYBOARD_HIL) += hil_kbd.o
obj-$(CONFIG_KEYBOARD_HIL_OLD) += hilkbd.o
obj-$(CONFIG_KEYBOARD_IMX) += imx_keypad.o
obj-$(CONFIG_KEYBOARD_HP6XX) += jornada680_kbd.o
obj-$(CONFIG_KEYBOARD_HP7XX) += jornada720_kbd.o
obj-$(CONFIG_KEYBOARD_LKKBD) += lkkbd.o
Expand Down
Loading

0 comments on commit 44ca986

Please sign in to comment.