1# IMX EPIT configuration options
2
3# Copyright (c) 2018, NXP
4# SPDX-License-Identifier: Apache-2.0
5
6config COUNTER_IMX_EPIT
7	bool "IMX EPIT driver"
8	default y
9	depends on DT_HAS_NXP_IMX_EPIT_ENABLED
10	help
11	  Enable the IMX EPIT driver.
12