CONFIG_WDOG_ENABLE_AT_BOOT¶
Keep watchdog timer enabled 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.
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¶
(WDOG_INIT && SOC_SERIES_KINETIS_KE1XF && SOC_FAMILY_KINETIS) || (WDOG_INIT && SOC_SERIES_KINETIS_KE1XF && SOC_FAMILY_KINETIS)
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definitions¶
At <Zephyr SoC>/arm/nxp_kinetis/ke1xf/Kconfig.soc:81
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/kconfig/Kconfig.soc.arch:2 → <Zephyr SoC>/arm/nxp_kinetis/Kconfig:15
Menu path: (Top) → Hardware Configuration
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 <Zephyr SoC>/arm/nxp_kinetis/ke1xf/Kconfig.soc:81
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:18 → <Zephyr SoC>/arm/nxp_kinetis/Kconfig:15
Menu path: (Top) → Hardware Configuration
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.)