aac23e5bf7
Convert the ft5336 to the input subsystem, fix all the config in the repository and add the Kscan compatibility driver to the current dts driver instances. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
14 lines
218 B
Plaintext
14 lines
218 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"
|
|
|
|
endmenu # Input Drivers
|
|
|
|
endif # INPUT
|