1# Copyright 2023 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4config INPUT_GPIO_QDEC
5	bool "GPIO based QDEC input driver"
6	default y
7	depends on DT_HAS_GPIO_QDEC_ENABLED
8	help
9	  GPIO Quadrature Decoder input driver.
10