diff options
author | Joel Becker <jlbec@evilplan.org> | 2011-05-26 00:51:55 -0400 |
---|---|---|
committer | Joel Becker <jlbec@evilplan.org> | 2011-05-26 00:51:55 -0400 |
commit | ece928df16494becd43f999aff9bd530182e7e81 (patch) | |
tree | 905042764ea5d8ab6eda63666406e19f607bcf4c /drivers/input/keyboard/Kconfig | |
parent | 3d1c1829ebe7e8bb48a997b39b4865abc9197e5e (diff) | |
parent | dda54e76d7dba0532ebdd72e0b4f492a03f83225 (diff) |
Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into ocfs2-merge-window
Conflicts:
fs/ocfs2/ioctl.c
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index b16bed038f72..69badb4e06aa 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -32,6 +32,16 @@ config KEYBOARD_ADP5588 | |||
32 | To compile this driver as a module, choose M here: the | 32 | To compile this driver as a module, choose M here: the |
33 | module will be called adp5588-keys. | 33 | module will be called adp5588-keys. |
34 | 34 | ||
35 | config KEYBOARD_ADP5589 | ||
36 | tristate "ADP5589 I2C QWERTY Keypad and IO Expander" | ||
37 | depends on I2C | ||
38 | help | ||
39 | Say Y here if you want to use a ADP5589 attached to your | ||
40 | system I2C bus. | ||
41 | |||
42 | To compile this driver as a module, choose M here: the | ||
43 | module will be called adp5589-keys. | ||
44 | |||
35 | config KEYBOARD_AMIGA | 45 | config KEYBOARD_AMIGA |
36 | tristate "Amiga keyboard" | 46 | tristate "Amiga keyboard" |
37 | depends on AMIGA | 47 | depends on AMIGA |
@@ -325,6 +335,18 @@ config KEYBOARD_MCS | |||
325 | To compile this driver as a module, choose M here: the | 335 | To compile this driver as a module, choose M here: the |
326 | module will be called mcs_touchkey. | 336 | module will be called mcs_touchkey. |
327 | 337 | ||
338 | config KEYBOARD_MPR121 | ||
339 | tristate "Freescale MPR121 Touchkey" | ||
340 | depends on I2C | ||
341 | help | ||
342 | Say Y here if you have Freescale MPR121 touchkey controller | ||
343 | chip in your system. | ||
344 | |||
345 | If unsure, say N. | ||
346 | |||
347 | To compile this driver as a module, choose M here: the | ||
348 | module will be called mpr121_touchkey. | ||
349 | |||
328 | config KEYBOARD_IMX | 350 | config KEYBOARD_IMX |
329 | tristate "IMX keypad support" | 351 | tristate "IMX keypad support" |
330 | depends on ARCH_MXC | 352 | depends on ARCH_MXC |