2790106c33
Add a GPIO based quadrature decoder driver that reports relative axes movements using the input subsystem. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
10 lines
222 B
Plaintext
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.
|