:orphan: .. title:: CONFIG_CC13X2_CC26X2_RTC_TIMER .. kconfig:: CONFIG_CC13X2_CC26X2_RTC_TIMER CONFIG_CC13X2_CC26X2_RTC_TIMER ############################## *TI SimpleLink CC13x2/CC26x2 RTC timer* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_SERIES_CC13X2_CC26X2 ` || \ :kconfig:`SOC_SERIES_CC13X2_CC26X2 ` || \ :kconfig:`SOC_SERIES_CC13X2_CC26X2 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definitions =================== At ``/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/ti_simplelink/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config CC13X2_CC26X2_RTC_TIMER bool default y depends on SOC_SERIES_CC13X2_CC26X2 ---- At ``/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/ti_simplelink/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config CC13X2_CC26X2_RTC_TIMER bool default y depends on SOC_SERIES_CC13X2_CC26X2 ---- At ``/timer/Kconfig:291`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config CC13X2_CC26X2_RTC_TIMER bool "TI SimpleLink CC13x2/CC26x2 RTC timer" select TICKLESS_CAPABLE depends on 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.)*