-
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.)
Defaults¶
- “y” if
SOC_OPENISA_RV32M1_RISCV32
- “y” if
SOC_SERIES_KINETIS_K6X
&&SOC_FAMILY_KINETIS
- “y” if (
SOC_MKW24D5
||SOC_MKW22D5
) &&SOC_SERIES_KINETIS_KWX
&&SOC_FAMILY_KINETIS
Kconfig definitions¶
At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:45
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config WDOG_INIT bool default "y" ifSOC_OPENISA_RV32M1_RISCV32
depends onSOC_OPENISA_RV32M1_RISCV32
At soc/arm/nxp_kinetis/k6x/Kconfig.soc:100
Included via Kconfig:10
→ Kconfig.zephyr:27
→ soc/Kconfig:12
→ soc/arm/nxp_kinetis/Kconfig:18
Menu path: (top menu) → Hardware Configuration
config WDOG_INIT bool default "y" ifSOC_SERIES_KINETIS_K6X
&&SOC_FAMILY_KINETIS
depends onSOC_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:10
→ Kconfig.zephyr:27
→ soc/Kconfig:12
→ soc/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.)