Convert the NPCX keyboard scan driver to the input subsystem and add the input to kscan compatibility driver to maintain functionality with the current API. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
16 lines
289 B
Plaintext
16 lines
289 B
Plaintext
# Copyright 2023 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if INPUT
|
|
|
|
menu "Input drivers"
|
|
|
|
source "drivers/input/Kconfig.ft5336"
|
|
source "drivers/input/Kconfig.gpio_keys"
|
|
source "drivers/input/Kconfig.npcx"
|
|
source "drivers/input/Kconfig.sdl"
|
|
|
|
endmenu # Input Drivers
|
|
|
|
endif # INPUT
|