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