:orphan: .. title:: WDT_NRFX .. option:: CONFIG_WDT_NRFX *nRF WDT nrfx driver* Type: ``bool`` Help ==== Enable support for nrfx WDT driver for nRF MCU series. Direct dependencies =================== \ :option:`SOC_FAMILY_NRF ` && \ :option:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`NRFX_WDT ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/watchdog/Kconfig.nrfx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` → ``drivers/watchdog/Kconfig:43`` Menu path: (Top) → Device Drivers → Watchdog Support .. parsed-literal:: config WDT_NRFX bool "nRF WDT nrfx driver" default y select \ :option:`NRFX_WDT ` depends on \ :option:`SOC_FAMILY_NRF ` && \ :option:`WATCHDOG ` help Enable support for nrfx WDT driver for nRF MCU series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*