diff options
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index efd70a974591..35561689ff38 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -268,6 +268,15 @@ config KEYBOARD_PXA27x | |||
268 | To compile this driver as a module, choose M here: the | 268 | To compile this driver as a module, choose M here: the |
269 | module will be called pxa27x_keypad. | 269 | module will be called pxa27x_keypad. |
270 | 270 | ||
271 | config KEYBOARD_PXA930_ROTARY | ||
272 | tristate "PXA930/PXA935 Enhanced Rotary Controller Support" | ||
273 | depends on CPU_PXA930 || CPU_PXA935 | ||
274 | help | ||
275 | Enable support for PXA930/PXA935 Enhanced Rotary Controller. | ||
276 | |||
277 | To compile this driver as a module, choose M here: the | ||
278 | module will be called pxa930_rotary. | ||
279 | |||
271 | config KEYBOARD_AAED2000 | 280 | config KEYBOARD_AAED2000 |
272 | tristate "AAED-2000 keyboard" | 281 | tristate "AAED-2000 keyboard" |
273 | depends on MACH_AAED2000 | 282 | depends on MACH_AAED2000 |