:orphan: .. title:: WDOG_ENABLE_AT_BOOT .. option:: CONFIG_WDOG_ENABLE_AT_BOOT *Keep watchdog timer enabled at boot* Type: ``bool`` Help ==== Keep the watchdog timer enabled at boot with the internal 128kHz LPO clock (and a prescaler of 256) as clock source. The application can take over control of the watchdog timer after boot and install a different timeout, if needed. Direct dependencies =================== \ :option:`WDOG_INIT ` && \ :option:`SOC_SERIES_KINETIS_KE1XF ` && \ :option:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/ke1xf/Kconfig.soc:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config WDOG_ENABLE_AT_BOOT bool "Keep watchdog timer enabled at boot" depends on \ :option:`WDOG_INIT ` && \ :option:`SOC_SERIES_KINETIS_KE1XF ` && \ :option:`SOC_FAMILY_KINETIS ` help Keep the watchdog timer enabled at boot with the internal 128kHz LPO clock (and a prescaler of 256) as clock source. The application can take over control of the watchdog timer after boot and install a different timeout, if needed. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*