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.
|