:orphan: .. title:: WDOG_INIT .. option:: CONFIG_WDOG_INIT *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This processor enables the watchdog timer with a short window for configuration upon reset. Therefore, this requires that the watchdog be configured during reset handling. Direct dependencies =================== \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` || \ :option:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - !\ :option:`BOOTLOADER_MCUBOOT ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config WDOG_INIT bool default y depends on \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``soc/arm/nxp_kinetis/Kconfig:154`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config WDOG_INIT bool default !\ :option:`BOOTLOADER_MCUBOOT ` depends on \ :option:`SOC_FAMILY_KINETIS ` help This processor enables the watchdog timer with a short window for configuration upon reset. Therefore, this requires that the watchdog be configured during reset handling. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*