1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config COUNTER_NXP_MRT
5	bool "NXP MRT driver"
6	default y
7	depends on DT_HAS_NXP_MRT_CHANNEL_ENABLED && \
8			DT_HAS_NXP_MRT_ENABLED
9	select RESET
10	help
11	  Enable driver for the NXP Multirate Timer (MRT).
12