diff options
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
| -rw-r--r-- | drivers/input/keyboard/Kconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 7b3c0b8fa432..c7a92028f450 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Input core configuration | 2 | # Input core configuration |
| 3 | # | 3 | # |
| 4 | menuconfig INPUT_KEYBOARD | 4 | menuconfig INPUT_KEYBOARD |
| 5 | bool "Keyboards" if EMBEDDED || !X86 | 5 | bool "Keyboards" if EXPERT || !X86 |
| 6 | default y | 6 | default y |
| 7 | help | 7 | help |
| 8 | Say Y here, and a list of supported keyboards will be displayed. | 8 | Say Y here, and a list of supported keyboards will be displayed. |
| @@ -57,7 +57,7 @@ config KEYBOARD_ATARI | |||
| 57 | module will be called atakbd. | 57 | module will be called atakbd. |
| 58 | 58 | ||
| 59 | config KEYBOARD_ATKBD | 59 | config KEYBOARD_ATKBD |
| 60 | tristate "AT keyboard" if EMBEDDED || !X86 | 60 | tristate "AT keyboard" if EXPERT || !X86 |
| 61 | default y | 61 | default y |
| 62 | select SERIO | 62 | select SERIO |
| 63 | select SERIO_LIBPS2 | 63 | select SERIO_LIBPS2 |
| @@ -343,6 +343,16 @@ config KEYBOARD_NOMADIK | |||
| 343 | To compile this driver as a module, choose M here: the | 343 | To compile this driver as a module, choose M here: the |
| 344 | module will be called nmk-ske-keypad. | 344 | module will be called nmk-ske-keypad. |
| 345 | 345 | ||
| 346 | config KEYBOARD_TEGRA | ||
| 347 | tristate "NVIDIA Tegra internal matrix keyboard controller support" | ||
| 348 | depends on ARCH_TEGRA | ||
| 349 | help | ||
| 350 | Say Y here if you want to use a matrix keyboard connected directly | ||
| 351 | to the internal keyboard controller on Tegra SoCs. | ||
| 352 | |||
| 353 | To compile this driver as a module, choose M here: the | ||
| 354 | module will be called tegra-kbc. | ||
| 355 | |||
| 346 | config KEYBOARD_OPENCORES | 356 | config KEYBOARD_OPENCORES |
| 347 | tristate "OpenCores Keyboard Controller" | 357 | tristate "OpenCores Keyboard Controller" |
| 348 | help | 358 | help |
