1# Copyright (c) 2022, Prevas A/S
2# SPDX-License-Identifier: Apache-2.0
3
4config QDEC_MCUX
5 bool "NXP QDEC MCUX driver"
6 default y
7 depends on DT_HAS_NXP_MCUX_QDEC_ENABLED
8 select MCUX_XBARA
9 select PINCTRL
10 help
11 Enable support for NXP MCUX Quadrature Encoder driver.
12