1# Counter and timer configuration options
2
3# Copyright (c) 2016 Linaro Limited
4# SPDX-License-Identifier: Apache-2.0
5
6config TIMER_DTMR_CMSDK_APB
7	bool "ARM CMSDK (Cortex-M System Design Kit) DTMR Timer driver"
8	default y
9	depends on DT_HAS_ARM_CMSDK_DTIMER_ENABLED
10	help
11	  The dualtimer (DTMR) present in the platform is used as a timer.
12	  This option enables the support for the timer.
13