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

nRF WDT nrfx driver

Type: bool

Help

Enable support for nrfx WDT driver for nRF MCU series.

Direct dependencies

SOC_FAMILY_NRF && WATCHDOG

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definition

At drivers/watchdog/Kconfig.nrfx:7

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:50drivers/watchdog/Kconfig:56

Menu path: (top menu) → Device Drivers → Watchdog Support

menuconfig WDT_NRFX
    bool
    prompt "nRF WDT nrfx driver" if SOC_FAMILY_NRF && WATCHDOG
    default "y" if SOC_FAMILY_NRF && WATCHDOG
    select HAS_DTS_WDT if SOC_FAMILY_NRF && WATCHDOG
    select NRFX_WDT if SOC_FAMILY_NRF && WATCHDOG
    depends on SOC_FAMILY_NRF && WATCHDOG
    help
      Enable support for nrfx WDT driver for nRF MCU series.

(Definitions include propagated dependencies, including from if’s and menus.)