:orphan: .. title:: CONFIG_WDOG_INIT .. kconfig:: CONFIG_WDOG_INIT CONFIG_WDOG_INIT ################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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. Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` || \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` || \ :kconfig:`SOC_FAMILY_KINETIS ` || \ :kconfig:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - !\ :kconfig:`BOOTLOADER_MCUBOOT ` - !\ :kconfig:`BOOTLOADER_MCUBOOT ` Kconfig definitions =================== At ``/riscv/openisa_rv32m1/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config WDOG_INIT bool default y depends on SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config WDOG_INIT bool default y depends on SOC_OPENISA_RV32M1_RISCV32 ---- At ``/arm/nxp_kinetis/Kconfig:154`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config WDOG_INIT bool default !BOOTLOADER_MCUBOOT depends on 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. ---- At ``/arm/nxp_kinetis/Kconfig:154`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config WDOG_INIT bool default !BOOTLOADER_MCUBOOT depends on 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.)*