The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_NRFX_WDT1

Enable WDT1 instance

Enable WDT1 instance

Type: bool

Help

Enable support for nrfx WDT instance 1.

Direct dependencies

(HAS_HW_NRF_WDT1 && HAS_NRFX && 0) || (HAS_HW_NRF_WDT1 && WATCHDOG)

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definitions

At modules/hal_nordic/nrfx/Kconfig:402

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:80modules/hal_nordic/Kconfig:217

Menu path: (Top) → Modules → nrfx drivers

config NRFX_WDT1
    bool "Enable WDT1 instance"
    select NRFX_WDT
    depends on HAS_HW_NRF_WDT1 && HAS_NRFX && 0

At drivers/watchdog/Kconfig.nrfx:21

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:54drivers/watchdog/Kconfig:69

Menu path: (Top) → Device Drivers → Watchdog Support

config NRFX_WDT1
    bool "Enable WDT1 instance"
    depends on HAS_HW_NRF_WDT1 && WATCHDOG
    help
      Enable support for nrfx WDT instance 1.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)