:orphan: .. title:: CONFIG_WDOG_ENABLE_AT_BOOT .. kconfig:: CONFIG_WDOG_ENABLE_AT_BOOT CONFIG_WDOG_ENABLE_AT_BOOT ########################## *Keep watchdog timer enabled 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. 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 =================== (\ :kconfig:`WDOG_INIT ` && \ :kconfig:`SOC_SERIES_KINETIS_KE1XF ` && \ :kconfig:`SOC_FAMILY_KINETIS `) || (\ :kconfig:`WDOG_INIT ` && \ :kconfig:`SOC_SERIES_KINETIS_KE1XF ` && \ :kconfig:`SOC_FAMILY_KINETIS `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/arm/nxp_kinetis/ke1xf/Kconfig.soc:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/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. ---- At ``/arm/nxp_kinetis/ke1xf/Kconfig.soc:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/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.)*