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	depends on SOC_FAMILY_ARM
9	help
10	  The dualtimer (DTMR) present in the platform is used as a timer.
11	  This option enables the support for the timer.
12