:orphan: .. title:: COUNTER_NRF_TIMER .. option:: CONFIG_COUNTER_NRF_TIMER *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`COUNTER_TIMER0 ` - \ :option:`COUNTER_TIMER1 ` - \ :option:`COUNTER_TIMER2 ` - \ :option:`COUNTER_TIMER3 ` - \ :option:`COUNTER_TIMER4 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/counter/Kconfig.nrfx:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:25`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: config COUNTER_NRF_TIMER bool depends on \ :option:`COUNTER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*