Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161291
b: refs/heads/master
c: 9d83406
h: refs/heads/master
i:
  161289: 9661e23
  161287: 5434b57
v: v3
  • Loading branch information
David Brownell authored and Dmitry Torokhov committed Aug 28, 2009
1 parent 956c48c commit c08e75e
Show file tree
Hide file tree
Showing 5 changed files with 506 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77a53fd21870c726b670c0d8179294ac1ea33468
refs/heads/master: 9d8340687c524ce61e3c9c76758c4c81303acfc0
11 changes: 11 additions & 0 deletions trunk/drivers/input/keyboard/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,17 @@ config KEYBOARD_OMAP
To compile this driver as a module, choose M here: the
module will be called omap-keypad.

config KEYBOARD_TWL4030
tristate "TI TWL4030/TWL5030/TPS659x0 keypad support"
depends on TWL4030_CORE
help
Say Y here if your board use the keypad controller on
TWL4030 family chips. It's safe to say enable this
even on boards that don't use the keypad controller.

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

config KEYBOARD_TOSA
tristate "Tosa keyboard"
depends on MACH_TOSA
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 @@ -30,5 +30,6 @@ obj-$(CONFIG_KEYBOARD_SPITZ) += spitzkbd.o
obj-$(CONFIG_KEYBOARD_STOWAWAY) += stowaway.o
obj-$(CONFIG_KEYBOARD_SUNKBD) += sunkbd.o
obj-$(CONFIG_KEYBOARD_TOSA) += tosakbd.o
obj-$(CONFIG_KEYBOARD_TWL4030) += twl4030_keypad.o
obj-$(CONFIG_KEYBOARD_XTKBD) += xtkbd.o
obj-$(CONFIG_KEYBOARD_W90P910) += w90p910_keypad.o
Loading

0 comments on commit c08e75e

Please sign in to comment.