1# Copyright (C) 2023 BeagleBoard.org Foundation
2# Copyright (C) 2023 S Prashanth
3#
4# SPDX-License-Identifier: Apache-2.0
5
6config TI_DM_TIMER
7	bool "TI Dual-Mode Timer"
8	default y
9	depends on DT_HAS_TI_AM654_TIMER_ENABLED
10	select TICKLESS_CAPABLE
11	help
12	  This module implements a kernel device driver for TI Dual-Mode timer. This
13	  driver provides system tick interface.
14