:orphan: .. title:: COUNTER_TIMER0 .. option:: CONFIG_COUNTER_TIMER0 *Enable Counter on TIMER0* Type: ``bool`` Direct dependencies =================== \ :option:`HAS_HW_NRF_TIMER0 ` && !\ :option:`NRF_HW_TIMER0_RESERVED ` && \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`COUNTER_NRF_TIMER ` Kconfig definition ================== At ``/counter/Kconfig.nrfx:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:64`` → ``/counter/Kconfig:25`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_TIMER0 bool "Enable Counter on TIMER0" select COUNTER_NRF_TIMER depends on HAS_HW_NRF_TIMER0 && !NRF_HW_TIMER0_RESERVED && COUNTER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*