diff options
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 18303f2bbafd..f6f79e880b20 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -274,4 +274,14 @@ config KEYBOARD_GPIO | |||
274 | To compile this driver as a module, choose M here: the | 274 | To compile this driver as a module, choose M here: the |
275 | module will be called gpio-keys. | 275 | module will be called gpio-keys. |
276 | 276 | ||
277 | config KEYBOARD_MAPLE | ||
278 | tristate "Maple bus keyboard" | ||
279 | depends on SH_DREAMCAST && MAPLE | ||
280 | help | ||
281 | Say Y here if you have a Dreamcast console running Linux and have | ||
282 | a keyboard attached to its Maple bus. | ||
283 | |||
284 | To compile this driver as a module, choose M here: the | ||
285 | module will be called maple_keyb. | ||
286 | |||
277 | endif | 287 | endif |