1# MCUXpresso SDK Periodic Interrupt Timer (PIT)
2
3# Copyright 2020 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6config COUNTER_NXP_PIT
7	bool "NXP PIT driver"
8	default y
9	depends on DT_HAS_NXP_PIT_CHANNEL_ENABLED && \
10			DT_HAS_NXP_PIT_ENABLED
11	help
12	  Enable support for the NXP Periodic Interrupt Timer (PIT).
13