a9735abf84
Add a driver that listens for input events and reports them on a kscan API. This allows porting kscan drivers to the input APIs while maintaining compatibility with the existing kscan based applications. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
# Copyright 2023 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config KSCAN_INPUT
|
|
bool "Input subsystem to kscan adapter driver"
|
|
default y
|
|
depends on INPUT
|
|
depends on DT_HAS_ZEPHYR_KSCAN_INPUT_ENABLED
|