The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_WDOG_INIT

(No prompt – not directly user assignable.)

Type: bool

Help

This processor enables the watchdog timer with a short timeout upon reset. Therefore, this requires that the watchdog be configured during reset handling.

Help

This processor enables the watchdog timer with a short timeout upon reset. Therefore, this requires that the watchdog be configured during reset handling.

Direct dependencies

SOC_OPENISA_RV32M1_RISCV32 || (SOC_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS) || ((SOC_MKW24D5 || SOC_MKW22D5) && SOC_SERIES_KINETIS_KWX && SOC_FAMILY_KINETIS)

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:45

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config WDOG_INIT
    bool
    default "y" if SOC_OPENISA_RV32M1_RISCV32
    depends on SOC_OPENISA_RV32M1_RISCV32

At soc/arm/nxp_kinetis/k6x/Kconfig.soc:100

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/arm/nxp_kinetis/Kconfig:18

Menu path: (top menu) → Hardware Configuration

config WDOG_INIT
    bool
    default "y" if SOC_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS
    depends on SOC_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS
    help
      This processor enables the watchdog timer with a short timeout
      upon reset. Therefore, this requires that the watchdog be configured
      during reset handling.

At soc/arm/nxp_kinetis/kwx/Kconfig.soc:114

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/arm/nxp_kinetis/Kconfig:18

Menu path: (top menu) → Hardware Configuration

config WDOG_INIT
    bool
    default "y" if (SOC_MKW24D5 || SOC_MKW22D5) && SOC_SERIES_KINETIS_KWX && SOC_FAMILY_KINETIS
    depends on (SOC_MKW24D5 || SOC_MKW22D5) && SOC_SERIES_KINETIS_KWX && SOC_FAMILY_KINETIS
    help
      This processor enables the watchdog timer with a short timeout
      upon reset. Therefore, this requires that the watchdog be configured
      during reset handling.

(Definitions include propagated dependencies, including from if’s and menus.)