:orphan: .. title:: WATCHDOG .. option:: CONFIG_WATCHDOG *Watchdog Support* Type: ``bool`` Help ==== Include support for watchdogs. Default ======= - y Symbols selected by this symbol =============================== - \ :option:`HAS_DTS_WDT ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam/Kconfig.defconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config WATCHDOG bool default y depends on \ :option:`SOC_FAMILY_SAM ` ---- At ``drivers/watchdog/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig WATCHDOG bool "Watchdog Support" select \ :option:`HAS_DTS_WDT ` help Include support for watchdogs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*