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
372 B
13 lines
372 B
# Copyright (C) 2023 BeagleBoard.org Foundation |
|
# Copyright (C) 2023 S Prashanth |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config TI_DM_TIMER |
|
bool "TI Dual-Mode Timer" |
|
default y |
|
depends on DT_HAS_TI_AM654_TIMER_ENABLED |
|
select TICKLESS_CAPABLE |
|
help |
|
This module implements a kernel device driver for TI Dual-Mode timer. This |
|
driver provides system tick interface.
|
|
|