2016-12-13 01:05:49 +08:00
|
|
|
# Kconfig - counter and timer configuration options
|
2016-11-30 01:14:01 +08:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Linaro Limited
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-11-30 01:14:01 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
if SOC_FAMILY_ARM
|
|
|
|
|
2016-12-13 01:05:49 +08:00
|
|
|
config TIMER_TMR_CMSDK_APB
|
2018-08-14 22:19:20 +08:00
|
|
|
bool "ARM CMSDK (Cortex-M System Design Kit) Timer driver"
|
2016-12-13 01:05:49 +08:00
|
|
|
help
|
|
|
|
The timers (TMR) present in the platform are used as timers.
|
|
|
|
This option enables the support for the timers.
|
|
|
|
|
2016-11-30 01:14:01 +08:00
|
|
|
endif # SOC_FAMILY_ARM
|