Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282365
b: refs/heads/master
c: fb6c721
h: refs/heads/master
i:
  282363: 8e728d0
v: v3
  • Loading branch information
Kyle Manna authored and Dmitry Torokhov committed Oct 29, 2011
1 parent 9ef8a23 commit d2081fb
Show file tree
Hide file tree
Showing 5 changed files with 492 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: 73149ab8433c0ade5a4f79b137af2a081e8a5d13
refs/heads/master: fb6c721b69d4ac518b9be6de8f44ba87a0c0d235
16 changes: 16 additions & 0 deletions trunk/drivers/input/keyboard/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,22 @@ config KEYBOARD_TCA6416
To compile this driver as a module, choose M here: the
module will be called tca6416_keypad.

config KEYBOARD_TCA8418
tristate "TCA8418 Keypad Support"
depends on I2C
help
This driver implements basic keypad functionality
for keys connected through TCA8418 keypad decoder.

Say Y here if your device has keys connected to
TCA8418 keypad decoder.

If enabled the complete TCA8418 device will be managed through
this driver.

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

config KEYBOARD_MATRIX
tristate "GPIO driven matrix keypad support"
depends on GENERIC_GPIO
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 @@ -16,6 +16,7 @@ obj-$(CONFIG_KEYBOARD_EP93XX) += ep93xx_keypad.o
obj-$(CONFIG_KEYBOARD_GPIO) += gpio_keys.o
obj-$(CONFIG_KEYBOARD_GPIO_POLLED) += gpio_keys_polled.o
obj-$(CONFIG_KEYBOARD_TCA6416) += tca6416-keypad.o
obj-$(CONFIG_KEYBOARD_TCA8418) += tca8418_keypad.o
obj-$(CONFIG_KEYBOARD_HIL) += hil_kbd.o
obj-$(CONFIG_KEYBOARD_HIL_OLD) += hilkbd.o
obj-$(CONFIG_KEYBOARD_IMX) += imx_keypad.o
Expand Down
Loading

0 comments on commit d2081fb

Please sign in to comment.