:orphan: .. title:: CONFIG_MCHP_XEC_RTOS_TIMER .. kconfig:: CONFIG_MCHP_XEC_RTOS_TIMER CONFIG_MCHP_XEC_RTOS_TIMER ########################## *Microchip XEC series RTOS timer* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the Microchip XEC series RTOS timer and provides the standard "system clock driver" interfaces. Direct dependencies =================== (\ :kconfig:`RTOS_TIMER ` && \ :kconfig:`SOC_SERIES_MEC1501X `) || (\ :kconfig:`RTOS_TIMER ` && \ :kconfig:`SOC_SERIES_MEC172X `) || (\ :kconfig:`RTOS_TIMER ` && \ :kconfig:`SOC_SERIES_MEC1501X `) || (\ :kconfig:`RTOS_TIMER ` && \ :kconfig:`SOC_SERIES_MEC172X `) || \ :kconfig:`SOC_FAMILY_MEC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definitions =================== At ``/arm/microchip_mec/mec1501/Kconfig.defconfig.series:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config MCHP_XEC_RTOS_TIMER bool default y depends on RTOS_TIMER && SOC_SERIES_MEC1501X ---- At ``/arm/microchip_mec/mec172x/Kconfig.defconfig.series:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config MCHP_XEC_RTOS_TIMER bool default y depends on RTOS_TIMER && SOC_SERIES_MEC172X ---- At ``/arm/microchip_mec/mec1501/Kconfig.defconfig.series:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config MCHP_XEC_RTOS_TIMER bool default y depends on RTOS_TIMER && SOC_SERIES_MEC1501X ---- At ``/arm/microchip_mec/mec172x/Kconfig.defconfig.series:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config MCHP_XEC_RTOS_TIMER bool default y depends on RTOS_TIMER && SOC_SERIES_MEC172X ---- At ``/timer/Kconfig:282`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config MCHP_XEC_RTOS_TIMER bool "Microchip XEC series RTOS timer" select TICKLESS_CAPABLE depends on SOC_FAMILY_MEC help This module implements a kernel device driver for the Microchip XEC series RTOS timer and provides the standard "system clock driver" interfaces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*