Kconfig (29583dfcd2dd72c766422bd05c16f06c6b1fb356) Kconfig (d65adc2b16f89e244b746eb149af17f93b75bbdc)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Input core configuration
4#
5menuconfig INPUT_KEYBOARD
6 bool "Keyboards"
7 default y
8 help

--- 494 unchanged lines hidden (view full) ---

503 help
504 Say Y here if you want to use the built-in keypad on TI-NSPIRE.
505
506 To compile this driver as a module, choose M here: the
507 module will be called nspire-keypad.
508
509config KEYBOARD_TEGRA
510 tristate "NVIDIA Tegra internal matrix keyboard controller support"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Input core configuration
4#
5menuconfig INPUT_KEYBOARD
6 bool "Keyboards"
7 default y
8 help

--- 494 unchanged lines hidden (view full) ---

503 help
504 Say Y here if you want to use the built-in keypad on TI-NSPIRE.
505
506 To compile this driver as a module, choose M here: the
507 module will be called nspire-keypad.
508
509config KEYBOARD_TEGRA
510 tristate "NVIDIA Tegra internal matrix keyboard controller support"
511 depends on ARCH_TEGRA && OF
511 depends on (ARCH_TEGRA && OF) || COMPILE_TEST
512 select INPUT_MATRIXKMAP
513 help
514 Say Y here if you want to use a matrix keyboard connected directly
515 to the internal keyboard controller on Tegra SoCs.
516
517 To compile this driver as a module, choose M here: the
518 module will be called tegra-kbc.
519

--- 312 unchanged lines hidden ---
512 select INPUT_MATRIXKMAP
513 help
514 Say Y here if you want to use a matrix keyboard connected directly
515 to the internal keyboard controller on Tegra SoCs.
516
517 To compile this driver as a module, choose M here: the
518 module will be called tegra-kbc.
519

--- 312 unchanged lines hidden ---