2019-11-01 20:45:29 +08:00
|
|
|
# Counter and timer configuration options
|
|
|
|
|
2016-12-13 19:53:08 +08:00
|
|
|
# Copyright (c) 2016 Linaro Limited
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2016-12-13 23:40:53 +08:00
|
|
|
config TIMER_DTMR_CMSDK_APB
|
2018-08-14 22:19:20 +08:00
|
|
|
bool "ARM CMSDK (Cortex-M System Design Kit) DTMR Timer driver"
|
2022-07-22 05:33:07 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ARM_CMSDK_DTIMER_ENABLED
|
2016-12-13 23:40:53 +08:00
|
|
|
help
|
|
|
|
The dualtimer (DTMR) present in the platform is used as a timer.
|
|
|
|
This option enables the support for the timer.
|