Skip to content

Commit

Permalink
Merge branch 'pxa-keypad'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Torokhov committed Feb 6, 2008
2 parents c18bab8 + e0f2677 commit 03366e7
Show file tree
Hide file tree
Showing 6 changed files with 633 additions and 292 deletions.
8 changes: 4 additions & 4 deletions drivers/input/keyboard/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,13 @@ config KEYBOARD_OMAP
module will be called omap-keypad.

config KEYBOARD_PXA27x
tristate "PXA27x keyboard support"
depends on PXA27x
tristate "PXA27x/PXA3xx keypad support"
depends on PXA27x || PXA3xx
help
Enable support for PXA27x matrix keyboard controller
Enable support for PXA27x/PXA3xx keypad controller

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

config KEYBOARD_AAED2000
tristate "AAED-2000 keyboard"
Expand Down
2 changes: 1 addition & 1 deletion drivers/input/keyboard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ obj-$(CONFIG_KEYBOARD_TOSA) += tosakbd.o
obj-$(CONFIG_KEYBOARD_HIL) += hil_kbd.o
obj-$(CONFIG_KEYBOARD_HIL_OLD) += hilkbd.o
obj-$(CONFIG_KEYBOARD_OMAP) += omap-keypad.o
obj-$(CONFIG_KEYBOARD_PXA27x) += pxa27x_keyboard.o
obj-$(CONFIG_KEYBOARD_PXA27x) += pxa27x_keypad.o
obj-$(CONFIG_KEYBOARD_AAED2000) += aaed2000_kbd.o
obj-$(CONFIG_KEYBOARD_GPIO) += gpio_keys.o
obj-$(CONFIG_KEYBOARD_HP6XX) += jornada680_kbd.o
Expand Down
274 changes: 0 additions & 274 deletions drivers/input/keyboard/pxa27x_keyboard.c

This file was deleted.

Loading

0 comments on commit 03366e7

Please sign in to comment.