:orphan: .. title:: CC13X2_CC26X2_RTC_TIMER .. option:: CONFIG_CC13X2_CC26X2_RTC_TIMER *TI SimpleLink CC13x2/CC26x2 RTC timer* Type: ``bool`` Help ==== This module implements a kernel device driver for the TI SimpleLink CC13X2_CC26X2 series Real Time Counter and provides the standard "system clock driver" interfaces. Direct dependencies =================== \ :option:`SOC_SERIES_CC13X2_CC26X2 ` || \ :option:`SOC_SERIES_CC13X2_CC26X2 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/ti_simplelink/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config CC13X2_CC26X2_RTC_TIMER bool default y depends on \ :option:`SOC_SERIES_CC13X2_CC26X2 ` ---- At ``drivers/timer/Kconfig:255`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: config CC13X2_CC26X2_RTC_TIMER bool "TI SimpleLink CC13x2/CC26x2 RTC timer" select \ :option:`TICKLESS_CAPABLE ` depends on \ :option:`SOC_SERIES_CC13X2_CC26X2 ` help This module implements a kernel device driver for the TI SimpleLink CC13X2_CC26X2 series Real Time Counter and provides the standard "system clock driver" interfaces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*