diff options
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 086d58c0ccbe..8ea709be3306 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -154,6 +154,27 @@ config KEYBOARD_SPITZ | |||
154 | To compile this driver as a module, choose M here: the | 154 | To compile this driver as a module, choose M here: the |
155 | module will be called spitzkbd. | 155 | module will be called spitzkbd. |
156 | 156 | ||
157 | config KEYBOARD_TOSA | ||
158 | tristate "Tosa keyboard" | ||
159 | depends on MACH_TOSA | ||
160 | default y | ||
161 | help | ||
162 | Say Y here to enable the keyboard on the Sharp Zaurus SL-6000x (Tosa) | ||
163 | |||
164 | To compile this driver as a module, choose M here: the | ||
165 | module will be called tosakbd. | ||
166 | |||
167 | config KEYBOARD_TOSA_USE_EXT_KEYCODES | ||
168 | bool "Tosa keyboard: use extended keycodes" | ||
169 | depends on KEYBOARD_TOSA | ||
170 | default n | ||
171 | help | ||
172 | Say Y here to enable the tosa keyboard driver to generate extended | ||
173 | (>= 127) keycodes. Be aware, that they can't be correctly interpreted | ||
174 | by either console keyboard driver or by Kdrive keybd driver. | ||
175 | |||
176 | Say Y only if you know, what you are doing! | ||
177 | |||
157 | config KEYBOARD_AMIGA | 178 | config KEYBOARD_AMIGA |
158 | tristate "Amiga keyboard" | 179 | tristate "Amiga keyboard" |
159 | depends on AMIGA | 180 | depends on AMIGA |
@@ -239,13 +260,13 @@ config KEYBOARD_OMAP | |||
239 | module will be called omap-keypad. | 260 | module will be called omap-keypad. |
240 | 261 | ||
241 | config KEYBOARD_PXA27x | 262 | config KEYBOARD_PXA27x |
242 | tristate "PXA27x keyboard support" | 263 | tristate "PXA27x/PXA3xx keypad support" |
243 | depends on PXA27x | 264 | depends on PXA27x || PXA3xx |
244 | help | 265 | help |
245 | Enable support for PXA27x matrix keyboard controller | 266 | Enable support for PXA27x/PXA3xx keypad controller |
246 | 267 | ||
247 | To compile this driver as a module, choose M here: the | 268 | To compile this driver as a module, choose M here: the |
248 | module will be called pxa27x_keyboard. | 269 | module will be called pxa27x_keypad. |
249 | 270 | ||
250 | config KEYBOARD_AAED2000 | 271 | config KEYBOARD_AAED2000 |
251 | tristate "AAED-2000 keyboard" | 272 | tristate "AAED-2000 keyboard" |