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