diff options
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index ac0500667000..6a195d5e90ff 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -628,4 +628,16 @@ config KEYBOARD_W90P910 | |||
628 | To compile this driver as a module, choose M here: the | 628 | To compile this driver as a module, choose M here: the |
629 | module will be called w90p910_keypad. | 629 | module will be called w90p910_keypad. |
630 | 630 | ||
631 | config KEYBOARD_CROS_EC | ||
632 | tristate "ChromeOS EC keyboard" | ||
633 | select INPUT_MATRIXKMAP | ||
634 | depends on MFD_CROS_EC | ||
635 | help | ||
636 | Say Y here to enable the matrix keyboard used by ChromeOS devices | ||
637 | and implemented on the ChromeOS EC. You must enable one bus option | ||
638 | (MFD_CROS_EC_I2C or MFD_CROS_EC_SPI) to use this. | ||
639 | |||
640 | To compile this driver as a module, choose M here: the | ||
641 | module will be called cros_ec_keyb. | ||
642 | |||
631 | endif | 643 | endif |