1# Copyright (c) 2014-2015 Wind River Systems, Inc. 2# Copyright (c) 2016 Cadence Design Systems, Inc. 3# Copyright (c) 2019 Intel Corp. 4# SPDX-License-Identifier: Apache-2.0 5 6config CC13XX_CC26XX_RTC_TIMER 7 bool "TI SimpleLink CC13xx/CC26xx RTC system clock timer" 8 default y 9 depends on DT_HAS_TI_CC13XX_CC26XX_RTC_TIMER_ENABLED 10 select TICKLESS_CAPABLE 11 select TIMER_HAS_64BIT_CYCLE_COUNTER 12 help 13 This module implements a kernel device driver for the TI SimpleLink 14 CC13XX_CC26XX series Real Time Counter and provides the standard 15 "system clock driver" interfaces. 16