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