:orphan: .. title:: WDOG_ENABLE_AT_BOOT .. option:: CONFIG_WDOG_ENABLE_AT_BOOT *Keep watchdog timer enabled at boot* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/arm/nxp_kinetis/ke1xf/Kconfig.soc:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config WDOG_ENABLE_AT_BOOT bool "Keep watchdog timer enabled at boot" depends on WDOG_INIT && SOC_SERIES_KINETIS_KE1XF && 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.)*