:orphan: .. title:: WDOG_INITIAL_TIMEOUT .. option:: CONFIG_WDOG_INITIAL_TIMEOUT *Initial timeout for the watchdog timer in milliseconds* Type: ``int`` Help ==== Initial timeout value for the watchdog timer in milliseconds. Direct dependencies =================== \ :option:`WDOG_ENABLE_AT_BOOT ` && \ :option:`SOC_SERIES_KINETIS_KE1XF ` && \ :option:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2048 Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/ke1xf/Kconfig.soc:91`` 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 → Keep watchdog timer enabled at boot .. parsed-literal:: config WDOG_INITIAL_TIMEOUT int "Initial timeout for the watchdog timer in milliseconds" range 2 131070 default 2048 depends on \ :option:`WDOG_ENABLE_AT_BOOT ` && \ :option:`SOC_SERIES_KINETIS_KE1XF ` && \ :option:`SOC_FAMILY_KINETIS ` help Initial timeout value for the watchdog timer in milliseconds. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*