Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Input core configuration |
| 3 | # |
| 4 | menuconfig INPUT_KEYBOARD |
Tom Gundersen | bcd2623 | 2013-10-31 00:38:30 -0700 | [diff] [blame] | 5 | bool "Keyboards" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | default y |
| 7 | help |
| 8 | Say Y here, and a list of supported keyboards will be displayed. |
| 9 | This option doesn't affect the kernel. |
| 10 | |
| 11 | If unsure, say Y. |
| 12 | |
| 13 | if INPUT_KEYBOARD |
| 14 | |
Michael Hennerich | fba65fe | 2009-10-10 13:54:02 -0400 | [diff] [blame] | 15 | config KEYBOARD_ADP5520 |
| 16 | tristate "Keypad Support for ADP5520 PMIC" |
| 17 | depends on PMIC_ADP5520 |
| 18 | help |
| 19 | This option enables support for the keypad scan matrix |
| 20 | on Analog Devices ADP5520 PMICs. |
| 21 | |
| 22 | To compile this driver as a module, choose M here: the module will |
| 23 | be called adp5520-keys. |
| 24 | |
Michael Hennerich | 88751dd | 2009-09-17 22:39:38 -0700 | [diff] [blame] | 25 | config KEYBOARD_ADP5588 |
Michael Hennerich | 5a9003d | 2010-01-19 00:28:44 -0800 | [diff] [blame] | 26 | tristate "ADP5588/87 I2C QWERTY Keypad and IO Expander" |
Michael Hennerich | 88751dd | 2009-09-17 22:39:38 -0700 | [diff] [blame] | 27 | depends on I2C |
| 28 | help |
Michael Hennerich | 5a9003d | 2010-01-19 00:28:44 -0800 | [diff] [blame] | 29 | Say Y here if you want to use a ADP5588/87 attached to your |
Michael Hennerich | 88751dd | 2009-09-17 22:39:38 -0700 | [diff] [blame] | 30 | system I2C bus. |
| 31 | |
| 32 | To compile this driver as a module, choose M here: the |
| 33 | module will be called adp5588-keys. |
| 34 | |
Michael Hennerich | 9d2e173 | 2011-05-19 00:59:32 -0700 | [diff] [blame] | 35 | config KEYBOARD_ADP5589 |
Michael Hennerich | 3f48e73 | 2011-10-18 21:12:39 -0700 | [diff] [blame] | 36 | tristate "ADP5585/ADP5589 I2C QWERTY Keypad and IO Expander" |
Michael Hennerich | 9d2e173 | 2011-05-19 00:59:32 -0700 | [diff] [blame] | 37 | depends on I2C |
| 38 | help |
Michael Hennerich | 3f48e73 | 2011-10-18 21:12:39 -0700 | [diff] [blame] | 39 | Say Y here if you want to use a ADP5585/ADP5589 attached to your |
Michael Hennerich | 9d2e173 | 2011-05-19 00:59:32 -0700 | [diff] [blame] | 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 | |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 45 | config KEYBOARD_AMIGA |
| 46 | tristate "Amiga keyboard" |
| 47 | depends on AMIGA |
| 48 | help |
| 49 | Say Y here if you are running Linux on any AMIGA and have a keyboard |
| 50 | attached. |
| 51 | |
| 52 | To compile this driver as a module, choose M here: the |
| 53 | module will be called amikbd. |
| 54 | |
| 55 | config ATARI_KBD_CORE |
| 56 | bool |
| 57 | |
| 58 | config KEYBOARD_ATARI |
| 59 | tristate "Atari keyboard" |
| 60 | depends on ATARI |
| 61 | select ATARI_KBD_CORE |
| 62 | help |
| 63 | Say Y here if you are running Linux on any Atari and have a keyboard |
| 64 | attached. |
| 65 | |
| 66 | To compile this driver as a module, choose M here: the |
| 67 | module will be called atakbd. |
| 68 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | config KEYBOARD_ATKBD |
Tom Gundersen | bcd2623 | 2013-10-31 00:38:30 -0700 | [diff] [blame] | 70 | tristate "AT keyboard" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | default y |
| 72 | select SERIO |
| 73 | select SERIO_LIBPS2 |
Arnd Bergmann | 0a4ac2e | 2014-05-12 11:00:15 -0700 | [diff] [blame] | 74 | select SERIO_I8042 if ARCH_MIGHT_HAVE_PC_SERIO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | select SERIO_GSCPS2 if GSC |
| 76 | help |
| 77 | Say Y here if you want to use a standard AT or PS/2 keyboard. Usually |
| 78 | you'll need this, unless you have a different type keyboard (USB, ADB |
| 79 | or other). This also works for AT and PS/2 keyboards connected over a |
| 80 | PS/2 to serial converter. |
| 81 | |
| 82 | If unsure, say Y. |
| 83 | |
| 84 | To compile this driver as a module, choose M here: the |
| 85 | module will be called atkbd. |
| 86 | |
| 87 | config KEYBOARD_ATKBD_HP_KEYCODES |
| 88 | bool "Use HP keyboard scancodes" |
| 89 | depends on PARISC && KEYBOARD_ATKBD |
| 90 | default y |
| 91 | help |
| 92 | Say Y here if you have a PA-RISC machine and want to use an AT or |
| 93 | PS/2 keyboard, and your keyboard uses keycodes that are specific to |
| 94 | PA-RISC keyboards. |
| 95 | |
| 96 | Say N if you use a standard keyboard. |
| 97 | |
| 98 | config KEYBOARD_ATKBD_RDI_KEYCODES |
| 99 | bool "Use PrecisionBook keyboard scancodes" |
| 100 | depends on KEYBOARD_ATKBD_HP_KEYCODES |
| 101 | default n |
| 102 | help |
| 103 | If you have an RDI PrecisionBook, say Y here if you want to use its |
| 104 | built-in keyboard (as opposed to an external keyboard). |
| 105 | |
| 106 | The PrecisionBook has five keys that conflict with those used by most |
| 107 | AT and PS/2 keyboards. These are as follows: |
| 108 | |
| 109 | PrecisionBook Standard AT or PS/2 |
| 110 | |
| 111 | F1 F12 |
| 112 | Left Ctrl Left Alt |
| 113 | Caps Lock Left Ctrl |
| 114 | Right Ctrl Caps Lock |
| 115 | Left 102nd key (the key to the right of Left Shift) |
| 116 | |
| 117 | If you say N here, and use the PrecisionBook keyboard, then each key |
| 118 | in the left-hand column will be interpreted as the corresponding key |
| 119 | in the right-hand column. |
| 120 | |
| 121 | If you say Y here, and use an external keyboard, then each key in the |
| 122 | right-hand column will be interpreted as the key shown in the |
| 123 | left-hand column. |
| 124 | |
Bo Shen | bd7e4e8 | 2011-03-13 23:34:59 -0700 | [diff] [blame] | 125 | config KEYBOARD_QT1070 |
| 126 | tristate "Atmel AT42QT1070 Touch Sensor Chip" |
| 127 | depends on I2C |
| 128 | help |
| 129 | Say Y here if you want to use Atmel AT42QT1070 QTouch |
| 130 | Sensor chip as input device. |
| 131 | |
| 132 | To compile this driver as a module, choose M here: |
| 133 | the module will be called qt1070 |
| 134 | |
Christoph Fritz | d90d8d5 | 2010-07-17 14:29:06 -0700 | [diff] [blame] | 135 | config KEYBOARD_QT2160 |
Raphael Derosso Pereira | fde1132 | 2009-09-21 22:24:06 -0700 | [diff] [blame] | 136 | tristate "Atmel AT42QT2160 Touch Sensor Chip" |
Kees Cook | 6828b4b | 2012-10-24 23:53:02 -0700 | [diff] [blame] | 137 | depends on I2C |
Raphael Derosso Pereira | fde1132 | 2009-09-21 22:24:06 -0700 | [diff] [blame] | 138 | help |
| 139 | If you say yes here you get support for Atmel AT42QT2160 Touch |
| 140 | Sensor chip as a keyboard input. |
| 141 | |
| 142 | This driver can also be built as a module. If so, the module |
| 143 | will be called qt2160. |
| 144 | |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 145 | config KEYBOARD_BFIN |
| 146 | tristate "Blackfin BF54x keypad support" |
| 147 | depends on (BF54x && !BF544) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 148 | help |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 149 | Say Y here if you want to use the BF54x keypad. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | |
| 151 | To compile this driver as a module, choose M here: the |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 152 | module will be called bf54x-keys. |
| 153 | |
Alexander Shiyan | e70f18e | 2014-03-28 09:37:14 -0700 | [diff] [blame] | 154 | config KEYBOARD_CLPS711X |
| 155 | tristate "CLPS711X Keypad support" |
| 156 | depends on OF_GPIO && (ARCH_CLPS711X || COMPILE_TEST) |
| 157 | select INPUT_MATRIXKMAP |
| 158 | select INPUT_POLLDEV |
| 159 | help |
| 160 | Say Y here to enable the matrix keypad on the Cirrus Logic |
| 161 | CLPS711X CPUs. |
| 162 | |
| 163 | To compile this driver as a module, choose M here: the |
| 164 | module will be called clps711x-keypad. |
| 165 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | config KEYBOARD_LKKBD |
| 167 | tristate "DECstation/VAXstation LK201/LK401 keyboard" |
| 168 | select SERIO |
| 169 | help |
| 170 | Say Y here if you want to use a LK201 or LK401 style serial |
| 171 | keyboard. This keyboard is also useable on PCs if you attach |
| 172 | it with the inputattach program. The connector pinout is |
| 173 | described within lkkbd.c. |
| 174 | |
| 175 | To compile this driver as a module, choose M here: the |
| 176 | module will be called lkkbd. |
| 177 | |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 178 | config KEYBOARD_EP93XX |
| 179 | tristate "EP93xx Matrix Keypad support" |
| 180 | depends on ARCH_EP93XX |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 181 | select INPUT_MATRIXKMAP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 182 | help |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 183 | Say Y here to enable the matrix keypad on the Cirrus EP93XX. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 184 | |
| 185 | To compile this driver as a module, choose M here: the |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 186 | module will be called ep93xx_keypad. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 188 | config KEYBOARD_GPIO |
| 189 | tristate "GPIO Buttons" |
Alexandre Courbot | 76ec9d1 | 2013-03-28 04:34:56 -0700 | [diff] [blame] | 190 | depends on GPIOLIB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | help |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 192 | This driver implements support for buttons connected |
| 193 | to GPIO pins of various CPUs (and some other chips). |
| 194 | |
| 195 | Say Y here if your device has buttons connected |
| 196 | directly to such GPIO pins. Your board-specific |
| 197 | setup logic must also provide a platform device, |
| 198 | with configuration data saying which GPIOs are used. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 199 | |
| 200 | To compile this driver as a module, choose M here: the |
Eric Miao | bab7614 | 2009-06-29 00:20:52 -0700 | [diff] [blame] | 201 | module will be called gpio_keys. |
| 202 | |
Gabor Juhos | 0e7d0c8 | 2010-12-06 17:14:47 -0800 | [diff] [blame] | 203 | config KEYBOARD_GPIO_POLLED |
| 204 | tristate "Polled GPIO buttons" |
Alexandre Courbot | 76ec9d1 | 2013-03-28 04:34:56 -0700 | [diff] [blame] | 205 | depends on GPIOLIB |
Gabor Juhos | 0e7d0c8 | 2010-12-06 17:14:47 -0800 | [diff] [blame] | 206 | select INPUT_POLLDEV |
| 207 | help |
| 208 | This driver implements support for buttons connected |
| 209 | to GPIO pins that are not capable of generating interrupts. |
| 210 | |
| 211 | Say Y here if your device has buttons connected |
| 212 | directly to such GPIO pins. Your board-specific |
| 213 | setup logic must also provide a platform device, |
| 214 | with configuration data saying which GPIOs are used. |
| 215 | |
| 216 | To compile this driver as a module, choose M here: the |
| 217 | module will be called gpio_keys_polled. |
| 218 | |
Sriramakrishnan Govindarajan | 30ba3ea | 2010-05-03 23:47:12 -0700 | [diff] [blame] | 219 | config KEYBOARD_TCA6416 |
Tony SIM | b8a3d6b | 2010-12-07 02:54:00 -0800 | [diff] [blame] | 220 | tristate "TCA6416/TCA6408A Keypad Support" |
Sriramakrishnan Govindarajan | 30ba3ea | 2010-05-03 23:47:12 -0700 | [diff] [blame] | 221 | depends on I2C |
| 222 | help |
| 223 | This driver implements basic keypad functionality |
Tony SIM | b8a3d6b | 2010-12-07 02:54:00 -0800 | [diff] [blame] | 224 | for keys connected through TCA6416/TCA6408A IO expanders. |
Sriramakrishnan Govindarajan | 30ba3ea | 2010-05-03 23:47:12 -0700 | [diff] [blame] | 225 | |
| 226 | Say Y here if your device has keys connected to |
Tony SIM | b8a3d6b | 2010-12-07 02:54:00 -0800 | [diff] [blame] | 227 | TCA6416/TCA6408A IO expander. Your board-specific setup logic |
Sriramakrishnan Govindarajan | 30ba3ea | 2010-05-03 23:47:12 -0700 | [diff] [blame] | 228 | must also provide pin-mask details(of which TCA6416 pins |
| 229 | are used for keypad). |
| 230 | |
Tony SIM | b8a3d6b | 2010-12-07 02:54:00 -0800 | [diff] [blame] | 231 | If enabled the entire TCA6416 device will be managed through |
Sriramakrishnan Govindarajan | 30ba3ea | 2010-05-03 23:47:12 -0700 | [diff] [blame] | 232 | this driver. |
| 233 | |
Tony SIM | b8a3d6b | 2010-12-07 02:54:00 -0800 | [diff] [blame] | 234 | To compile this driver as a module, choose M here: the |
| 235 | module will be called tca6416_keypad. |
Sriramakrishnan Govindarajan | 30ba3ea | 2010-05-03 23:47:12 -0700 | [diff] [blame] | 236 | |
Kyle Manna | fb6c721 | 2011-10-29 12:31:35 -0700 | [diff] [blame] | 237 | config KEYBOARD_TCA8418 |
| 238 | tristate "TCA8418 Keypad Support" |
Martin Schwidefsky | 0244ad0 | 2013-08-30 09:39:53 +0200 | [diff] [blame] | 239 | depends on I2C |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 240 | select INPUT_MATRIXKMAP |
Kyle Manna | fb6c721 | 2011-10-29 12:31:35 -0700 | [diff] [blame] | 241 | help |
| 242 | This driver implements basic keypad functionality |
| 243 | for keys connected through TCA8418 keypad decoder. |
| 244 | |
| 245 | Say Y here if your device has keys connected to |
| 246 | TCA8418 keypad decoder. |
| 247 | |
| 248 | If enabled the complete TCA8418 device will be managed through |
| 249 | this driver. |
| 250 | |
| 251 | To compile this driver as a module, choose M here: the |
| 252 | module will be called tca8418_keypad. |
| 253 | |
Eric Miao | bab7614 | 2009-06-29 00:20:52 -0700 | [diff] [blame] | 254 | config KEYBOARD_MATRIX |
| 255 | tristate "GPIO driven matrix keypad support" |
Alexandre Courbot | 76ec9d1 | 2013-03-28 04:34:56 -0700 | [diff] [blame] | 256 | depends on GPIOLIB |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 257 | select INPUT_MATRIXKMAP |
Eric Miao | bab7614 | 2009-06-29 00:20:52 -0700 | [diff] [blame] | 258 | help |
| 259 | Enable support for GPIO driven matrix keypad. |
| 260 | |
| 261 | To compile this driver as a module, choose M here: the |
| 262 | module will be called matrix_keypad. |
Michael Schmitz | c04cb85 | 2007-05-01 22:32:38 +0200 | [diff] [blame] | 263 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 264 | config KEYBOARD_HIL_OLD |
| 265 | tristate "HP HIL keyboard support (simple driver)" |
Geert Uytterhoeven | da96d0b | 2006-10-09 22:22:37 +0200 | [diff] [blame] | 266 | depends on GSC || HP300 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 267 | default y |
| 268 | help |
| 269 | The "Human Interface Loop" is a older, 8-channel USB-like |
| 270 | controller used in several Hewlett Packard models. This driver |
| 271 | was adapted from the one written for m68k/hp300, and implements |
| 272 | support for a keyboard attached to the HIL port, but not for |
| 273 | any other types of HIL input devices like mice or tablets. |
| 274 | However, it has been thoroughly tested and is stable. |
| 275 | |
| 276 | If you want full HIL support including support for multiple |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 277 | keyboards, mice, and tablets, you have to enable the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 | "HP System Device Controller i8042 Support" in the input/serio |
| 279 | submenu. |
| 280 | |
| 281 | config KEYBOARD_HIL |
Dmitry Torokhov | fa71c60 | 2009-08-07 23:17:47 -0700 | [diff] [blame] | 282 | tristate "HP HIL keyboard/pointer support" |
Geert Uytterhoeven | da96d0b | 2006-10-09 22:22:37 +0200 | [diff] [blame] | 283 | depends on GSC || HP300 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 284 | default y |
| 285 | select HP_SDC |
| 286 | select HIL_MLC |
| 287 | select SERIO |
| 288 | help |
| 289 | The "Human Interface Loop" is a older, 8-channel USB-like |
| 290 | controller used in several Hewlett Packard models. |
Dmitry Torokhov | fa71c60 | 2009-08-07 23:17:47 -0700 | [diff] [blame] | 291 | This driver implements support for HIL-keyboards and pointing |
| 292 | devices (mice, tablets, touchscreens) attached |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 293 | to your machine, so normally you should say Y here. |
| 294 | |
Kristoffer Ericson | 2aa2cb9 | 2007-09-26 00:02:35 -0400 | [diff] [blame] | 295 | config KEYBOARD_HP6XX |
Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 296 | tristate "HP Jornada 6xx keyboard" |
Kristoffer Ericson | 2aa2cb9 | 2007-09-26 00:02:35 -0400 | [diff] [blame] | 297 | depends on SH_HP6XX |
| 298 | select INPUT_POLLDEV |
| 299 | help |
Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 300 | Say Y here if you have a HP Jornada 620/660/680/690 and want to |
| 301 | support the built-in keyboard. |
Kristoffer Ericson | 2aa2cb9 | 2007-09-26 00:02:35 -0400 | [diff] [blame] | 302 | |
| 303 | To compile this driver as a module, choose M here: the |
| 304 | module will be called jornada680_kbd. |
| 305 | |
Kristoffer Ericson | b0a4e1a | 2007-09-26 00:02:49 -0400 | [diff] [blame] | 306 | config KEYBOARD_HP7XX |
Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 307 | tristate "HP Jornada 7xx keyboard" |
Kristoffer Ericson | b0a4e1a | 2007-09-26 00:02:49 -0400 | [diff] [blame] | 308 | depends on SA1100_JORNADA720_SSP && SA1100_SSP |
| 309 | help |
Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 310 | Say Y here if you have a HP Jornada 710/720/728 and want to |
| 311 | support the built-in keyboard. |
Kristoffer Ericson | b0a4e1a | 2007-09-26 00:02:49 -0400 | [diff] [blame] | 312 | |
| 313 | To compile this driver as a module, choose M here: the |
| 314 | module will be called jornada720_kbd. |
| 315 | |
Felipe Balbi | a48b2d4 | 2009-05-15 20:12:47 -0700 | [diff] [blame] | 316 | config KEYBOARD_LM8323 |
| 317 | tristate "LM8323 keypad chip" |
Martin Schwidefsky | 0244ad0 | 2013-08-30 09:39:53 +0200 | [diff] [blame] | 318 | depends on I2C |
Felipe Balbi | a48b2d4 | 2009-05-15 20:12:47 -0700 | [diff] [blame] | 319 | depends on LEDS_CLASS |
| 320 | help |
| 321 | If you say yes here you get support for the National Semiconductor |
| 322 | LM8323 keypad controller. |
| 323 | |
| 324 | To compile this driver as a module, choose M here: the |
| 325 | module will be called lm8323. |
| 326 | |
Wolfram Sang | 0bf25a4 | 2012-04-03 13:39:44 -0700 | [diff] [blame] | 327 | config KEYBOARD_LM8333 |
| 328 | tristate "LM8333 keypad chip" |
| 329 | depends on I2C |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 330 | select INPUT_MATRIXKMAP |
Wolfram Sang | 0bf25a4 | 2012-04-03 13:39:44 -0700 | [diff] [blame] | 331 | help |
| 332 | If you say yes here you get support for the National Semiconductor |
| 333 | LM8333 keypad controller. |
| 334 | |
| 335 | To compile this driver as a module, choose M here: the |
| 336 | module will be called lm8333. |
| 337 | |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 338 | config KEYBOARD_LOCOMO |
| 339 | tristate "LoCoMo Keyboard Support" |
| 340 | depends on SHARP_LOCOMO |
Komal Shah | ad4e09b | 2006-09-29 01:59:19 -0700 | [diff] [blame] | 341 | help |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 342 | Say Y here if you are running Linux on a Sharp Zaurus Collie or Poodle based PDA |
Komal Shah | ad4e09b | 2006-09-29 01:59:19 -0700 | [diff] [blame] | 343 | |
| 344 | To compile this driver as a module, choose M here: the |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 345 | module will be called locomokbd. |
| 346 | |
Roland Stigge | 69690be | 2012-07-13 00:08:34 -0700 | [diff] [blame] | 347 | config KEYBOARD_LPC32XX |
| 348 | tristate "LPC32XX matrix key scanner support" |
| 349 | depends on ARCH_LPC32XX && OF |
Roland Stigge | e07577e | 2012-10-29 22:30:56 -0700 | [diff] [blame] | 350 | select INPUT_MATRIXKMAP |
Roland Stigge | 69690be | 2012-07-13 00:08:34 -0700 | [diff] [blame] | 351 | help |
| 352 | Say Y here if you want to use NXP LPC32XX SoC key scanner interface, |
| 353 | connected to a key matrix. |
| 354 | |
| 355 | To compile this driver as a module, choose M here: the |
| 356 | module will be called lpc32xx-keys. |
| 357 | |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 358 | config KEYBOARD_MAPLE |
| 359 | tristate "Maple bus keyboard" |
| 360 | depends on SH_DREAMCAST && MAPLE |
| 361 | help |
| 362 | Say Y here if you have a Dreamcast console running Linux and have |
| 363 | a keyboard attached to its Maple bus. |
| 364 | |
| 365 | To compile this driver as a module, choose M here: the |
| 366 | module will be called maple_keyb. |
| 367 | |
Kim Kyuwon | 0baf81b | 2009-09-21 22:17:04 -0700 | [diff] [blame] | 368 | config KEYBOARD_MAX7359 |
| 369 | tristate "Maxim MAX7359 Key Switch Controller" |
Evgeniy Dushistov | 68aeee9 | 2015-05-15 13:49:00 -0700 | [diff] [blame] | 370 | select INPUT_MATRIXKMAP |
Kim Kyuwon | 0baf81b | 2009-09-21 22:17:04 -0700 | [diff] [blame] | 371 | depends on I2C |
| 372 | help |
| 373 | If you say yes here you get support for the Maxim MAX7359 Key |
| 374 | Switch Controller chip. This providers microprocessors with |
| 375 | management of up to 64 key switches |
| 376 | |
| 377 | To compile this driver as a module, choose M here: the |
| 378 | module will be called max7359_keypad. |
| 379 | |
Joonyoung Shim | 312e8e8 | 2010-07-04 01:21:25 -0700 | [diff] [blame] | 380 | config KEYBOARD_MCS |
| 381 | tristate "MELFAS MCS Touchkey" |
| 382 | depends on I2C |
| 383 | help |
| 384 | Say Y here if you have the MELFAS MCS5000/5080 touchkey controller |
| 385 | chip in your system. |
| 386 | |
| 387 | If unsure, say N. |
| 388 | |
| 389 | To compile this driver as a module, choose M here: the |
| 390 | module will be called mcs_touchkey. |
| 391 | |
Zhang Jiejing | 36682b8 | 2011-05-11 14:32:01 -0700 | [diff] [blame] | 392 | config KEYBOARD_MPR121 |
| 393 | tristate "Freescale MPR121 Touchkey" |
| 394 | depends on I2C |
| 395 | help |
| 396 | Say Y here if you have Freescale MPR121 touchkey controller |
| 397 | chip in your system. |
| 398 | |
| 399 | If unsure, say N. |
| 400 | |
| 401 | To compile this driver as a module, choose M here: the |
| 402 | module will be called mpr121_touchkey. |
| 403 | |
Alberto Panizzo | 76cdc08 | 2010-01-31 17:52:07 -0800 | [diff] [blame] | 404 | config KEYBOARD_IMX |
| 405 | tristate "IMX keypad support" |
| 406 | depends on ARCH_MXC |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 407 | select INPUT_MATRIXKMAP |
Alberto Panizzo | 76cdc08 | 2010-01-31 17:52:07 -0800 | [diff] [blame] | 408 | help |
| 409 | Enable support for IMX keypad port. |
| 410 | |
| 411 | To compile this driver as a module, choose M here: the |
| 412 | module will be called imx_keypad. |
| 413 | |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 414 | config KEYBOARD_NEWTON |
| 415 | tristate "Newton keyboard" |
| 416 | select SERIO |
| 417 | help |
| 418 | Say Y here if you have a Newton keyboard on a serial port. |
| 419 | |
| 420 | To compile this driver as a module, choose M here: the |
| 421 | module will be called newtonkbd. |
Komal Shah | ad4e09b | 2006-09-29 01:59:19 -0700 | [diff] [blame] | 422 | |
Sundar Iyer | 1158f0f | 2010-09-29 19:42:14 -0700 | [diff] [blame] | 423 | config KEYBOARD_NOMADIK |
| 424 | tristate "ST-Ericsson Nomadik SKE keyboard" |
Linus Walleij | 694e33a | 2012-10-18 14:01:25 +0200 | [diff] [blame] | 425 | depends on (ARCH_NOMADIK || ARCH_U8500) |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 426 | select INPUT_MATRIXKMAP |
Sundar Iyer | 1158f0f | 2010-09-29 19:42:14 -0700 | [diff] [blame] | 427 | help |
| 428 | Say Y here if you want to use a keypad provided on the SKE controller |
| 429 | used on the Ux500 and Nomadik platforms |
| 430 | |
| 431 | To compile this driver as a module, choose M here: the |
| 432 | module will be called nmk-ske-keypad. |
| 433 | |
Daniel Tang | fc4f314 | 2013-05-30 13:16:10 -0700 | [diff] [blame] | 434 | config KEYBOARD_NSPIRE |
| 435 | tristate "TI-NSPIRE built-in keyboard" |
| 436 | depends on ARCH_NSPIRE && OF |
| 437 | select INPUT_MATRIXKMAP |
| 438 | help |
| 439 | Say Y here if you want to use the built-in keypad on TI-NSPIRE. |
| 440 | |
| 441 | To compile this driver as a module, choose M here: the |
| 442 | module will be called nspire-keypad. |
| 443 | |
Rakesh Iyer | 11f5b30 | 2011-01-19 23:38:47 -0800 | [diff] [blame] | 444 | config KEYBOARD_TEGRA |
| 445 | tristate "NVIDIA Tegra internal matrix keyboard controller support" |
Stephen Warren | 9eee07d | 2013-02-15 17:04:12 -0800 | [diff] [blame] | 446 | depends on ARCH_TEGRA && OF |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 447 | select INPUT_MATRIXKMAP |
Rakesh Iyer | 11f5b30 | 2011-01-19 23:38:47 -0800 | [diff] [blame] | 448 | help |
| 449 | Say Y here if you want to use a matrix keyboard connected directly |
| 450 | to the internal keyboard controller on Tegra SoCs. |
| 451 | |
| 452 | To compile this driver as a module, choose M here: the |
| 453 | module will be called tegra-kbc. |
| 454 | |
Javier Herrero | 422b552 | 2009-09-16 01:06:42 -0700 | [diff] [blame] | 455 | config KEYBOARD_OPENCORES |
| 456 | tristate "OpenCores Keyboard Controller" |
Ben Hutchings | 150e592 | 2013-06-10 11:05:40 -0700 | [diff] [blame] | 457 | depends on HAS_IOMEM |
Javier Herrero | 422b552 | 2009-09-16 01:06:42 -0700 | [diff] [blame] | 458 | help |
| 459 | Say Y here if you want to use the OpenCores Keyboard Controller |
| 460 | http://www.opencores.org/project,keyboardcontroller |
| 461 | |
| 462 | To compile this driver as a module, choose M here; the |
| 463 | module will be called opencores-kbd. |
| 464 | |
Rodolfo Giometti | 5a90e5b | 2007-03-16 00:58:52 -0400 | [diff] [blame] | 465 | config KEYBOARD_PXA27x |
Eric Miao | e0f2677 | 2008-01-31 00:59:31 -0500 | [diff] [blame] | 466 | tristate "PXA27x/PXA3xx keypad support" |
Mark F. Brown | 6d10946 | 2010-09-03 18:28:07 -0400 | [diff] [blame] | 467 | depends on PXA27x || PXA3xx || ARCH_MMP |
Chao Xie | 0a085a9 | 2013-05-05 20:24:58 -0700 | [diff] [blame] | 468 | select INPUT_MATRIXKMAP |
Rodolfo Giometti | 5a90e5b | 2007-03-16 00:58:52 -0400 | [diff] [blame] | 469 | help |
Eric Miao | bab7614 | 2009-06-29 00:20:52 -0700 | [diff] [blame] | 470 | Enable support for PXA27x/PXA3xx keypad controller. |
Rodolfo Giometti | 5a90e5b | 2007-03-16 00:58:52 -0400 | [diff] [blame] | 471 | |
| 472 | To compile this driver as a module, choose M here: the |
Eric Miao | 0e5f11a | 2008-01-31 00:56:46 -0500 | [diff] [blame] | 473 | module will be called pxa27x_keypad. |
Rodolfo Giometti | 5a90e5b | 2007-03-16 00:58:52 -0400 | [diff] [blame] | 474 | |
Yong Yao | e0ee629 | 2008-12-29 04:00:02 -0800 | [diff] [blame] | 475 | config KEYBOARD_PXA930_ROTARY |
| 476 | tristate "PXA930/PXA935 Enhanced Rotary Controller Support" |
| 477 | depends on CPU_PXA930 || CPU_PXA935 |
| 478 | help |
| 479 | Enable support for PXA930/PXA935 Enhanced Rotary Controller. |
| 480 | |
| 481 | To compile this driver as a module, choose M here: the |
| 482 | module will be called pxa930_rotary. |
| 483 | |
Trilok Soni | 39325b5 | 2011-05-19 10:54:04 +0530 | [diff] [blame] | 484 | config KEYBOARD_PMIC8XXX |
| 485 | tristate "Qualcomm PMIC8XXX keypad support" |
| 486 | depends on MFD_PM8XXX |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 487 | select INPUT_MATRIXKMAP |
Trilok Soni | 39325b5 | 2011-05-19 10:54:04 +0530 | [diff] [blame] | 488 | help |
| 489 | Say Y here if you want to enable the driver for the PMIC8XXX |
| 490 | keypad provided as a reference design from Qualcomm. This is intended |
| 491 | to support upto 18x8 matrix based keypad design. |
| 492 | |
| 493 | To compile this driver as a module, choose M here: the module will |
| 494 | be called pmic8xxx-keypad. |
| 495 | |
Joonyoung Shim | 0fffed2 | 2010-07-21 00:45:10 -0700 | [diff] [blame] | 496 | config KEYBOARD_SAMSUNG |
| 497 | tristate "Samsung keypad support" |
Dmitry Torokhov | 8d964a2 | 2011-11-07 23:59:41 -0800 | [diff] [blame] | 498 | depends on HAVE_CLK |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 499 | select INPUT_MATRIXKMAP |
Joonyoung Shim | 0fffed2 | 2010-07-21 00:45:10 -0700 | [diff] [blame] | 500 | help |
Dmitry Torokhov | 8d964a2 | 2011-11-07 23:59:41 -0800 | [diff] [blame] | 501 | Say Y here if you want to use the keypad on your Samsung mobile |
| 502 | device. |
Joonyoung Shim | 0fffed2 | 2010-07-21 00:45:10 -0700 | [diff] [blame] | 503 | |
| 504 | To compile this driver as a module, choose M here: the |
| 505 | module will be called samsung-keypad. |
| 506 | |
Brian Swetland | 6f2ac00 | 2013-01-23 19:45:00 -0800 | [diff] [blame] | 507 | config KEYBOARD_GOLDFISH_EVENTS |
| 508 | depends on GOLDFISH |
| 509 | tristate "Generic Input Event device for Goldfish" |
| 510 | help |
| 511 | Say Y here to get an input event device for the Goldfish virtual |
| 512 | device emulator. |
| 513 | |
| 514 | To compile this driver as a module, choose M here: the |
| 515 | module will be called goldfish-events. |
| 516 | |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 517 | config KEYBOARD_STOWAWAY |
| 518 | tristate "Stowaway keyboard" |
| 519 | select SERIO |
Phil Blundell | 78a56aa | 2007-01-18 00:44:09 -0500 | [diff] [blame] | 520 | help |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 521 | Say Y here if you have a Stowaway keyboard on a serial port. |
| 522 | Stowaway compatible keyboards like Dicota Input-PDA keyboard |
| 523 | are also supported by this driver. |
Phil Blundell | 78a56aa | 2007-01-18 00:44:09 -0500 | [diff] [blame] | 524 | |
| 525 | To compile this driver as a module, choose M here: the |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 526 | module will be called stowaway. |
Phil Blundell | 78a56aa | 2007-01-18 00:44:09 -0500 | [diff] [blame] | 527 | |
Gabriel FERNANDEZ | 062589b | 2014-04-12 13:45:50 -0700 | [diff] [blame] | 528 | config KEYBOARD_ST_KEYSCAN |
| 529 | tristate "STMicroelectronics keyscan support" |
| 530 | depends on ARCH_STI || COMPILE_TEST |
| 531 | select INPUT_MATRIXKMAP |
| 532 | help |
| 533 | Say Y here if you want to use a keypad attached to the keyscan block |
| 534 | on some STMicroelectronics SoC devices. |
| 535 | |
| 536 | To compile this driver as a module, choose M here: the |
| 537 | module will be called st-keyscan. |
| 538 | |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 539 | config KEYBOARD_SUNKBD |
| 540 | tristate "Sun Type 4 and Type 5 keyboard" |
| 541 | select SERIO |
Adrian McMenamin | b11d212 | 2007-10-12 20:36:13 -0400 | [diff] [blame] | 542 | help |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 543 | Say Y here if you want to use a Sun Type 4 or Type 5 keyboard, |
| 544 | connected either to the Sun keyboard connector or to an serial |
| 545 | (RS-232) port via a simple adapter. |
Adrian McMenamin | b11d212 | 2007-10-12 20:36:13 -0400 | [diff] [blame] | 546 | |
| 547 | To compile this driver as a module, choose M here: the |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 548 | module will be called sunkbd. |
Michael Hennerich | 8f740ef | 2007-10-13 00:36:46 -0400 | [diff] [blame] | 549 | |
Magnus Damm | 795e6bf | 2008-03-04 15:23:45 -0800 | [diff] [blame] | 550 | config KEYBOARD_SH_KEYSC |
| 551 | tristate "SuperH KEYSC keypad support" |
Laurent Pinchart | 54f05e9 | 2013-12-04 08:46:06 -0800 | [diff] [blame] | 552 | depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST |
Magnus Damm | 795e6bf | 2008-03-04 15:23:45 -0800 | [diff] [blame] | 553 | help |
| 554 | Say Y here if you want to use a keypad attached to the KEYSC block |
| 555 | on SuperH processors such as sh7722 and sh7343. |
| 556 | |
| 557 | To compile this driver as a module, choose M here: the |
| 558 | module will be called sh_keysc. |
Felipe Balbi | a48b2d4 | 2009-05-15 20:12:47 -0700 | [diff] [blame] | 559 | |
Rabin Vincent | 76f1084 | 2010-07-02 16:52:10 +0530 | [diff] [blame] | 560 | config KEYBOARD_STMPE |
| 561 | tristate "STMPE keypad support" |
| 562 | depends on MFD_STMPE |
Linus Walleij | a416486 | 2014-11-03 16:51:26 -0800 | [diff] [blame] | 563 | depends on OF |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 564 | select INPUT_MATRIXKMAP |
Rabin Vincent | 76f1084 | 2010-07-02 16:52:10 +0530 | [diff] [blame] | 565 | help |
| 566 | Say Y here if you want to use the keypad controller on STMPE I/O |
| 567 | expanders. |
| 568 | |
| 569 | To compile this driver as a module, choose M here: the module will be |
| 570 | called stmpe-keypad. |
| 571 | |
Hans de Goede | af6a5af | 2014-12-18 09:24:50 -0800 | [diff] [blame] | 572 | config KEYBOARD_SUN4I_LRADC |
| 573 | tristate "Allwinner sun4i low res adc attached tablet keys support" |
| 574 | depends on ARCH_SUNXI |
| 575 | help |
| 576 | This selects support for the Allwinner low res adc attached tablet |
| 577 | keys found on Allwinner sunxi SoCs. |
| 578 | |
| 579 | To compile this driver as a module, choose M here: the |
| 580 | module will be called sun4i-lradc-keys. |
| 581 | |
Miguel Aguilar | bc09dca | 2009-10-13 23:37:32 -0700 | [diff] [blame] | 582 | config KEYBOARD_DAVINCI |
| 583 | tristate "TI DaVinci Key Scan" |
| 584 | depends on ARCH_DAVINCI_DM365 |
| 585 | help |
| 586 | Say Y to enable keypad module support for the TI DaVinci |
| 587 | platforms (DM365). |
| 588 | |
| 589 | To compile this driver as a module, choose M here: the |
| 590 | module will be called davinci_keyscan. |
| 591 | |
Linus Walleij | d7535ff | 2015-03-04 14:47:58 -0800 | [diff] [blame] | 592 | config KEYBOARD_IPAQ_MICRO |
| 593 | tristate "Buttons on Micro SoC (iPaq h3100,h3600,h3700)" |
| 594 | depends on MFD_IPAQ_MICRO |
| 595 | help |
| 596 | Say Y to enable support for the buttons attached to |
| 597 | Micro peripheral controller on iPAQ h3100/h3600/h3700 |
| 598 | |
| 599 | To compile this driver as a module, choose M here: the |
| 600 | module will be called ipaq-micro-keys. |
| 601 | |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 602 | config KEYBOARD_OMAP |
| 603 | tristate "TI OMAP keypad support" |
Tony Lindgren | f799a3d | 2012-09-07 13:27:58 -0700 | [diff] [blame] | 604 | depends on ARCH_OMAP1 |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 605 | select INPUT_MATRIXKMAP |
H Hartley Sweeten | e06003a | 2009-04-18 23:43:57 -0700 | [diff] [blame] | 606 | help |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 607 | Say Y here if you want to use the OMAP keypad. |
H Hartley Sweeten | e06003a | 2009-04-18 23:43:57 -0700 | [diff] [blame] | 608 | |
| 609 | To compile this driver as a module, choose M here: the |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 610 | module will be called omap-keypad. |
| 611 | |
Abraham Arce | a17f795 | 2010-08-31 17:05:27 -0700 | [diff] [blame] | 612 | config KEYBOARD_OMAP4 |
Poddar, Sourav | f77621c | 2012-05-10 22:32:00 -0700 | [diff] [blame] | 613 | tristate "TI OMAP4+ keypad support" |
Joachim Eastwood | 61721c8 | 2014-05-29 00:30:02 -0700 | [diff] [blame] | 614 | depends on OF || ARCH_OMAP2PLUS |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 615 | select INPUT_MATRIXKMAP |
Abraham Arce | a17f795 | 2010-08-31 17:05:27 -0700 | [diff] [blame] | 616 | help |
Poddar, Sourav | f77621c | 2012-05-10 22:32:00 -0700 | [diff] [blame] | 617 | Say Y here if you want to use the OMAP4+ keypad. |
Abraham Arce | a17f795 | 2010-08-31 17:05:27 -0700 | [diff] [blame] | 618 | |
| 619 | To compile this driver as a module, choose M here: the |
| 620 | module will be called omap4-keypad. |
| 621 | |
Rajeev Kumar | bc95df7 | 2010-11-19 12:41:19 -0800 | [diff] [blame] | 622 | config KEYBOARD_SPEAR |
| 623 | tristate "ST SPEAR keyboard support" |
| 624 | depends on PLAT_SPEAR |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 625 | select INPUT_MATRIXKMAP |
Rajeev Kumar | bc95df7 | 2010-11-19 12:41:19 -0800 | [diff] [blame] | 626 | help |
| 627 | Say Y here if you want to use the SPEAR keyboard. |
| 628 | |
| 629 | To compile this driver as a module, choose M here: the |
| 630 | module will be called spear-keboard. |
| 631 | |
Sundar Iyer | 09c730a | 2010-12-21 15:53:31 +0530 | [diff] [blame] | 632 | config KEYBOARD_TC3589X |
| 633 | tristate "TC3589X Keypad support" |
| 634 | depends on MFD_TC3589X |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 635 | select INPUT_MATRIXKMAP |
Sundar Iyer | 09c730a | 2010-12-21 15:53:31 +0530 | [diff] [blame] | 636 | help |
| 637 | Say Y here if you want to use the keypad controller on |
| 638 | TC35892/3 I/O expander. |
| 639 | |
| 640 | To compile this driver as a module, choose M here: the |
| 641 | module will be called tc3589x-keypad. |
| 642 | |
David Brownell | 9d83406 | 2009-08-25 19:24:14 -0700 | [diff] [blame] | 643 | config KEYBOARD_TWL4030 |
| 644 | tristate "TI TWL4030/TWL5030/TPS659x0 keypad support" |
| 645 | depends on TWL4030_CORE |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 646 | select INPUT_MATRIXKMAP |
David Brownell | 9d83406 | 2009-08-25 19:24:14 -0700 | [diff] [blame] | 647 | help |
| 648 | Say Y here if your board use the keypad controller on |
| 649 | TWL4030 family chips. It's safe to say enable this |
| 650 | even on boards that don't use the keypad controller. |
| 651 | |
| 652 | To compile this driver as a module, choose M here: the |
| 653 | module will be called twl4030_keypad. |
| 654 | |
Dmitry Torokhov | cb58952 | 2009-06-29 00:00:52 -0700 | [diff] [blame] | 655 | config KEYBOARD_XTKBD |
| 656 | tristate "XT keyboard" |
| 657 | select SERIO |
| 658 | help |
| 659 | Say Y here if you want to use the old IBM PC/XT keyboard (or |
| 660 | compatible) on your system. This is only possible with a |
| 661 | parallel port keyboard adapter, you cannot connect it to the |
| 662 | keyboard port on a PC that runs Linux. |
| 663 | |
| 664 | To compile this driver as a module, choose M here: the |
| 665 | module will be called xtkbd. |
H Hartley Sweeten | e06003a | 2009-04-18 23:43:57 -0700 | [diff] [blame] | 666 | |
Wan ZongShun | 4a15235 | 2009-08-09 21:22:22 -0700 | [diff] [blame] | 667 | config KEYBOARD_W90P910 |
| 668 | tristate "W90P910 Matrix Keypad support" |
| 669 | depends on ARCH_W90X900 |
Dmitry Torokhov | 1932811 | 2012-05-10 22:37:08 -0700 | [diff] [blame] | 670 | select INPUT_MATRIXKMAP |
Wan ZongShun | 4a15235 | 2009-08-09 21:22:22 -0700 | [diff] [blame] | 671 | help |
| 672 | Say Y here to enable the matrix keypad on evaluation board |
| 673 | based on W90P910. |
| 674 | |
| 675 | To compile this driver as a module, choose M here: the |
| 676 | module will be called w90p910_keypad. |
| 677 | |
Simon Glass | 6af6dc2 | 2013-02-25 14:08:41 -0800 | [diff] [blame] | 678 | config KEYBOARD_CROS_EC |
| 679 | tristate "ChromeOS EC keyboard" |
| 680 | select INPUT_MATRIXKMAP |
Javier Martinez Canillas | 062476f | 2015-06-09 13:04:44 +0200 | [diff] [blame] | 681 | depends on CROS_EC_PROTO |
Simon Glass | 6af6dc2 | 2013-02-25 14:08:41 -0800 | [diff] [blame] | 682 | help |
| 683 | Say Y here to enable the matrix keyboard used by ChromeOS devices |
| 684 | and implemented on the ChromeOS EC. You must enable one bus option |
| 685 | (MFD_CROS_EC_I2C or MFD_CROS_EC_SPI) to use this. |
| 686 | |
| 687 | To compile this driver as a module, choose M here: the |
| 688 | module will be called cros_ec_keyb. |
| 689 | |
Matt Ranostay | c77fd0a | 2014-10-31 20:00:13 -0700 | [diff] [blame] | 690 | config KEYBOARD_CAP11XX |
| 691 | tristate "Microchip CAP11XX based touch sensors" |
Daniel Mack | 128bb95 | 2014-07-15 09:47:52 -0700 | [diff] [blame] | 692 | depends on OF && I2C |
| 693 | select REGMAP_I2C |
| 694 | help |
Matt Ranostay | c77fd0a | 2014-10-31 20:00:13 -0700 | [diff] [blame] | 695 | Say Y here to enable the CAP11XX touch sensor driver. |
Daniel Mack | 128bb95 | 2014-07-15 09:47:52 -0700 | [diff] [blame] | 696 | |
| 697 | To compile this driver as a module, choose M here: the |
Matt Ranostay | c77fd0a | 2014-10-31 20:00:13 -0700 | [diff] [blame] | 698 | module will be called cap11xx. |
Daniel Mack | 128bb95 | 2014-07-15 09:47:52 -0700 | [diff] [blame] | 699 | |
Scott Branden | 0c7e67a | 2015-02-28 13:33:30 -0800 | [diff] [blame] | 700 | config KEYBOARD_BCM |
| 701 | tristate "Broadcom keypad driver" |
| 702 | depends on OF && HAVE_CLK |
| 703 | select INPUT_MATRIXKMAP |
| 704 | default ARCH_BCM_CYGNUS |
| 705 | help |
| 706 | Say Y here if you want to use Broadcom keypad. |
| 707 | |
| 708 | To compile this driver as a module, choose M here: the |
| 709 | module will be called bcm-keypad. |
| 710 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 711 | endif |