diff options
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index d615c09a83c6..57055bcbd7a6 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -261,6 +261,17 @@ config KEYBOARD_MAPLE | |||
261 | To compile this driver as a module, choose M here: the | 261 | To compile this driver as a module, choose M here: the |
262 | module will be called maple_keyb. | 262 | module will be called maple_keyb. |
263 | 263 | ||
264 | config KEYBOARD_MAX7359 | ||
265 | tristate "Maxim MAX7359 Key Switch Controller" | ||
266 | depends on I2C | ||
267 | help | ||
268 | If you say yes here you get support for the Maxim MAX7359 Key | ||
269 | Switch Controller chip. This providers microprocessors with | ||
270 | management of up to 64 key switches | ||
271 | |||
272 | To compile this driver as a module, choose M here: the | ||
273 | module will be called max7359_keypad. | ||
274 | |||
264 | config KEYBOARD_NEWTON | 275 | config KEYBOARD_NEWTON |
265 | tristate "Newton keyboard" | 276 | tristate "Newton keyboard" |
266 | select SERIO | 277 | select SERIO |