:orphan: .. title:: MCHP_XEC_RTOS_TIMER .. option:: CONFIG_MCHP_XEC_RTOS_TIMER *Microchip XEC series RTOS timer* Type: ``bool`` Help ==== This module implements a kernel device driver for the Microchip XEC series RTOS timer and provides the standard "system clock driver" interfaces. Direct dependencies =================== (\ :option:`RTOS_TIMER ` && \ :option:`SOC_SERIES_MEC1501X `) || \ :option:`SOC_FAMILY_MEC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/microchip_mec/mec1501/Kconfig.defconfig.series:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/microchip_mec/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config MCHP_XEC_RTOS_TIMER bool default y depends on \ :option:`RTOS_TIMER ` && \ :option:`SOC_SERIES_MEC1501X ` ---- At ``drivers/timer/Kconfig:246`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: config MCHP_XEC_RTOS_TIMER bool "Microchip XEC series RTOS timer" select \ :option:`TICKLESS_CAPABLE ` depends on \ :option:`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.)*