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 f6f79e880b20..2316a018fae6 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -284,4 +284,13 @@ config KEYBOARD_MAPLE | |||
284 | To compile this driver as a module, choose M here: the | 284 | To compile this driver as a module, choose M here: the |
285 | module will be called maple_keyb. | 285 | module will be called maple_keyb. |
286 | 286 | ||
287 | config KEYBOARD_BFIN | ||
288 | tristate "Blackfin BF54x keypad support" | ||
289 | depends on BF54x | ||
290 | help | ||
291 | Say Y here if you want to use the BF54x keypad. | ||
292 | |||
293 | To compile this driver as a module, choose M here: the | ||
294 | module will be called bf54x-keys. | ||
295 | |||
287 | endif | 296 | endif |