:orphan: .. title:: NRFX_TIMER1 .. option:: CONFIG_NRFX_TIMER1 *Enable TIMER1 instance* *Enable TIMER1 instance* Type: ``bool`` Direct dependencies =================== (\ :option:`HAS_HW_NRF_TIMER1 ` && \ :option:`HAS_NRFX `) || (\ :option:`HAS_HW_NRF_TIMER1 ` && \ :option:`HAS_NRFX ` && 0) || ((\ :option:`UART_0_NRF_HW_ASYNC_TIMER ` = 1 || \ :option:`UART_1_NRF_HW_ASYNC_TIMER ` = 1 || \ :option:`UART_3_NRF_HW_ASYNC_TIMER ` = 1 || \ :option:`UART_2_NRF_HW_ASYNC_TIMER ` = 1) && \ :option:`UART_NRFX ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`NRFX_TIMER ` - \ :option:`NRFX_TIMER ` Kconfig definitions =================== At ``/hal_nordic/nrfx/Kconfig:258`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:8`` → ``/hal_nordic/Kconfig:191`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → nrfx drivers .. code-block:: kconfig config NRFX_TIMER1 bool "Enable TIMER1 instance" select NRFX_TIMER depends on HAS_HW_NRF_TIMER1 && HAS_NRFX ---- At ``/hal_nordic/nrfx/Kconfig:258`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:66`` → ``/hal_nordic/Kconfig:191`` Menu path: (Top) → Modules → nrfx drivers .. code-block:: kconfig config NRFX_TIMER1 bool "Enable TIMER1 instance" select NRFX_TIMER depends on HAS_HW_NRF_TIMER1 && HAS_NRFX && 0 ---- At ``/serial/Kconfig.nrfx:345`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:24`` → ``/serial/Kconfig:93`` Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers .. code-block:: kconfig config NRFX_TIMER1 bool default y depends on (UART_0_NRF_HW_ASYNC_TIMER = 1 || UART_1_NRF_HW_ASYNC_TIMER = 1 || UART_3_NRF_HW_ASYNC_TIMER = 1 || UART_2_NRF_HW_ASYNC_TIMER = 1) && UART_NRFX && SERIAL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*