diff options
| author | Tom Rini <[email protected]> | 2019-02-20 12:28:57 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-02-20 12:28:57 -0500 |
| commit | 888f9aa5cac4227e540a5c91a744ac7bed386e70 (patch) | |
| tree | 27e0c1da87d75b80ab673d13084fb1489c985893 /drivers/input | |
| parent | 0c41e59a37fbd5b10d4837ae30c288a084997465 (diff) | |
| parent | a3c9021771608f5b514c75874fa0d8fbee2873d6 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index 7afdafed948..a3bdd9fa346 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -73,6 +73,12 @@ config I8042_KEYB variable 'keymap' to "de" to select German. Keyboard repeat is handled by the keyboard itself. +config TEGRA_KEYBOARD + bool "NVIDIA Tegra internal matrix keyboard controller support" + help + A matrix keyboard connected directly to the internal keyboard + controller on Tegra SoCs. + config TWL4030_INPUT bool "Enable TWL4030 Input controller" help |
