:orphan: .. title:: CONFIG_NRF_TIMER_TIMER .. kconfig:: CONFIG_NRF_TIMER_TIMER CONFIG_NRF_TIMER_TIMER ###################### *nRF Timer Counter (NRF\_TIMER0) Timer* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the nRF Timer Counter NRF_TIMER0 and provides the standard "system clock driver" interfaces. Direct dependencies =================== \ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_COMPATIBLE_NRF ` && \ :kconfig:`SYS_CLOCK_EXISTS ` && \ :kconfig:`BOARD_QEMU_CORTEX_M0 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definition ================== At ``/arm/qemu_cortex_m0/Kconfig.defconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config NRF_TIMER_TIMER bool "nRF Timer Counter (NRF_TIMER0) Timer" default y select TICKLESS_CAPABLE depends on CLOCK_CONTROL && SOC_COMPATIBLE_NRF && SYS_CLOCK_EXISTS && BOARD_QEMU_CORTEX_M0 help This module implements a kernel device driver for the nRF Timer Counter NRF_TIMER0 and provides the standard "system clock driver" interfaces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*