zephyr/drivers/input/Kconfig.gpio_qdec
Fabio Baltieri 2790106c33 input: add a gpio qdec input driver
Add a GPIO based quadrature decoder driver that reports relative axes
movements using the input subsystem.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-06-22 10:46:15 +02:00

10 lines
222 B
Plaintext

# Copyright 2023 Google LLC
# SPDX-License-Identifier: Apache-2.0
config INPUT_GPIO_QDEC
bool "GPIO based QDEC input driver"
default y
depends on DT_HAS_GPIO_QDEC_ENABLED
help
GPIO Quadrature Decoder input driver.