Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f76f2928f118847dbbd9d2221390ab133de5ae6b
/
.
/
drivers
/
input
/
Kconfig.gpio_qdec
blob: 2e66fa3699b0073426cdbb3dad2d5badd4e2f574 [
file
] [
log
] [
blame
]
# 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
.