:orphan: .. title:: CONFIG_WDOG_INITIAL_TIMEOUT .. kconfig:: CONFIG_WDOG_INITIAL_TIMEOUT CONFIG_WDOG_INITIAL_TIMEOUT ########################### *Initial timeout for the watchdog timer in milliseconds* *Initial timeout for the watchdog timer in milliseconds* Type: ``int`` Help ==== .. code-block:: none Initial timeout value for the watchdog timer in milliseconds. Help ==== .. code-block:: none Initial timeout value for the watchdog timer in milliseconds. Direct dependencies =================== (\ :kconfig:`WDOG_ENABLE_AT_BOOT ` && \ :kconfig:`SOC_SERIES_KINETIS_KE1XF ` && \ :kconfig:`SOC_FAMILY_KINETIS `) || (\ :kconfig:`WDOG_ENABLE_AT_BOOT ` && \ :kconfig:`SOC_SERIES_KINETIS_KE1XF ` && \ :kconfig:`SOC_FAMILY_KINETIS `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 2048 - 2048 Kconfig definitions =================== At ``/arm/nxp_kinetis/ke1xf/Kconfig.soc:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration → Keep watchdog timer enabled at boot .. code-block:: kconfig config WDOG_INITIAL_TIMEOUT int "Initial timeout for the watchdog timer in milliseconds" range 2 131070 default 2048 depends on WDOG_ENABLE_AT_BOOT && SOC_SERIES_KINETIS_KE1XF && SOC_FAMILY_KINETIS help Initial timeout value for the watchdog timer in milliseconds. ---- At ``/arm/nxp_kinetis/ke1xf/Kconfig.soc:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration → Keep watchdog timer enabled at boot .. code-block:: kconfig config WDOG_INITIAL_TIMEOUT int "Initial timeout for the watchdog timer in milliseconds" range 2 131070 default 2048 depends on WDOG_ENABLE_AT_BOOT && SOC_SERIES_KINETIS_KE1XF && SOC_FAMILY_KINETIS help Initial timeout value for the watchdog timer in milliseconds. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*