You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
453 B
13 lines
453 B
# Copyright (c) 2024 Renesas Electronics Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config RENESAS_RX_TIMER_CMT |
|
bool "Renesas RX timer CMT" |
|
default y |
|
depends on DT_HAS_RENESAS_RX_TIMER_CMT_ENABLED |
|
select TIMER_HAS_64BIT_CYCLE_COUNTER |
|
select TICKLESS_CAPABLE |
|
help |
|
This module implements a kernel device driver for the Renesas RX |
|
platform provides the standard "system clock driver" interfaces. |
|
If unchecked, no timer will be used.
|
|
|