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_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS && ARM) || ((SOC_MKW24D5 || SOC_MKW22D5) && SOC_SERIES_KINETIS_KWX && SOC_FAMILY_KINETIS && ARM)

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

Kconfig definitions

At arch/arm/soc/nxp_kinetis/k6x/Kconfig.soc:98

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23arch/arm/soc/nxp_kinetis/Kconfig:18

Menu path: (top menu) → ARM Options → SoC Configuration

config WDOG_INIT
    bool
    default "y" if SOC_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS && ARM
    depends on SOC_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS && ARM
    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 arch/arm/soc/nxp_kinetis/kwx/Kconfig.soc:111

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23arch/arm/soc/nxp_kinetis/Kconfig:18

Menu path: (top menu) → ARM Options → SoC Configuration

config WDOG_INIT
    bool
    default "y" if (SOC_MKW24D5 || SOC_MKW22D5) && SOC_SERIES_KINETIS_KWX && SOC_FAMILY_KINETIS && ARM
    depends on (SOC_MKW24D5 || SOC_MKW22D5) && SOC_SERIES_KINETIS_KWX && SOC_FAMILY_KINETIS && ARM
    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.)