:orphan: .. title:: CONFIG_COUNTER_TIMER2 .. kconfig:: CONFIG_COUNTER_TIMER2 CONFIG_COUNTER_TIMER2 ##################### *Enable Counter on TIMER2* Type: ``bool`` Direct dependencies =================== \ :kconfig:`HAS_HW_NRF_TIMER2 ` && !\ :kconfig:`NRF_HW_TIMER2_RESERVED ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`COUNTER_NRF_TIMER ` Symbols that imply this symbol ============================== - \ :kconfig:`ZIGBEE ` Kconfig definition ================== At ``/drivers/counter/Kconfig.nrfx:22`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:40`` → ``/drivers/Kconfig:64`` → ``/drivers/counter/Kconfig:27`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_TIMER2 bool "Enable Counter on TIMER2" select COUNTER_NRF_TIMER depends on HAS_HW_NRF_TIMER2 && !NRF_HW_TIMER2_RESERVED && COUNTER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*