-
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.)
Defaults¶
- “y” if
SOC_SERIES_KINETIS_K6X
&&SOC_FAMILY_KINETIS
&&ARM
- “y” if (
SOC_MKW24D5
||SOC_MKW22D5
) &&SOC_SERIES_KINETIS_KWX
&&SOC_FAMILY_KINETIS
&&ARM
Kconfig definitions¶
At arch/arm/soc/nxp_kinetis/k6x/Kconfig.soc:98
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:23
→ arch/arm/soc/nxp_kinetis/Kconfig:18
Menu path: (top menu) → ARM Options → SoC Configuration
config WDOG_INIT bool default "y" ifSOC_SERIES_KINETIS_K6X
&&SOC_FAMILY_KINETIS
&&ARM
depends onSOC_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:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:23
→ arch/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.)