Kconfig (9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e) Kconfig (d17baf052cbbd793784bc0f4fc613459afa4b883)
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

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

461 depends on ARCH_MXC || COMPILE_TEST
462 select INPUT_MATRIXKMAP
463 help
464 Enable support for IMX keypad port.
465
466 To compile this driver as a module, choose M here: the
467 module will be called imx_keypad.
468
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

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

461 depends on ARCH_MXC || COMPILE_TEST
462 select INPUT_MATRIXKMAP
463 help
464 Enable support for IMX keypad port.
465
466 To compile this driver as a module, choose M here: the
467 module will be called imx_keypad.
468
469config KEYBOARD_IMX_BBM_SCMI
470 tristate "IMX BBM SCMI Key Driver"
471 depends on IMX_SCMI_BBM_EXT || COMPILE_TEST
472 default y if ARCH_MXC
473 help
474 This is the BBM key driver for NXP i.MX SoCs managed through
475 SCMI protocol.
476
477 To compile this driver as a module, choose M here: the
478 module will be called scmi-imx-bbm-key.
479
469config KEYBOARD_IMX_SC_KEY
470 tristate "IMX SCU Key Driver"
471 depends on IMX_SCU
472 help
473 This is the system controller key driver for NXP i.MX SoCs with
474 system controller inside.
475
476 To compile this driver as a module, choose M here: the

--- 336 unchanged lines hidden ---
480config KEYBOARD_IMX_SC_KEY
481 tristate "IMX SCU Key Driver"
482 depends on IMX_SCU
483 help
484 This is the system controller key driver for NXP i.MX SoCs with
485 system controller inside.
486
487 To compile this driver as a module, choose M here: the

--- 336 unchanged lines hidden ---