1# Copyright (c) 2024 Texas Instruments Incorporated
2# Copyright (c) 2024 BayLibre, SAS
3#
4# SPDX-License-Identifier: Apache-2.0
5
6config CC23X0_SYSTIM_TIMER
7	bool "TI SimpleLink CC23X0 system clock timer"
8	default y
9	depends on HAS_CC23X0_SDK
10	select TICKLESS_CAPABLE
11	help
12	  This module provides the "system clock driver" interfaces
13	  for the TI Simplelink CC23X0 devices.
14