-
CONFIG_WDT_NRFX
¶
nRF WDT nrfx driver
Type: bool
Help¶
Enable support for nrfx WDT driver for nRF MCU series.
Default¶
y
Kconfig definition¶
At <Zephyr>/drivers/watchdog/Kconfig.nrfx:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:52
→ <Zephyr>/drivers/watchdog/Kconfig:43
Menu path: (Top) → Device Drivers → Watchdog Support
config WDT_NRFX bool "nRF WDT nrfx driver" default y selectNRFX_WDT
depends onSOC_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.)