zephyr/drivers/kscan/Kconfig.input
Fabio Baltieri a9735abf84 kscan: input: add input to kscan adapter
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>
2023-03-28 20:57:53 -04:00

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