2019-11-01 13:45:29 +01:00
|
|
|
# Counter and timer configuration options
|
|
|
|
|
2016-11-29 17:14:01 +00:00
|
|
|
# Copyright (c) 2016 Linaro Limited
|
2017-01-18 17:01:01 -08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-11-29 17:14:01 +00:00
|
|
|
|
2016-12-12 17:05:49 +00:00
|
|
|
config TIMER_TMR_CMSDK_APB
|
2018-08-14 16:19:20 +02:00
|
|
|
bool "ARM CMSDK (Cortex-M System Design Kit) Timer driver"
|
2022-07-21 16:33:07 -05:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ARM_CMSDK_TIMER_ENABLED
|
2016-12-12 17:05:49 +00:00
|
|
|
help
|
|
|
|
The timers (TMR) present in the platform are used as timers.
|
|
|
|
This option enables the support for the timers.
|