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