CONFIG_WDT_MCUX_WDOG32
MCUX WDOG32 driver
Type: bool
Help
Enable the mcux wdog32 driver.
Direct dependencies
(WATCHDOG
&& SOC_SERIES_KINETIS_KE1XF
) || (WATCHDOG
&& SOC_SERIES_KINETIS_KE1XF
) || (HAS_MCUX_WDOG32
&& CLOCK_CONTROL
&& WATCHDOG
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Kconfig definitions
At <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:45
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:11
Menu path: (Top)
config WDT_MCUX_WDOG32
bool
default y
depends on WATCHDOG && SOC_SERIES_KINETIS_KE1XF
At <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:45
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:11
Menu path: (Top)
config WDT_MCUX_WDOG32
bool
default y
depends on WATCHDOG && SOC_SERIES_KINETIS_KE1XF
At <Zephyr>/drivers/watchdog/Kconfig.mcux:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:54
→ <Zephyr>/drivers/watchdog/Kconfig:71
Menu path: (Top) → Device Drivers → Watchdog Support
config WDT_MCUX_WDOG32
bool "MCUX WDOG32 driver"
depends on HAS_MCUX_WDOG32 && CLOCK_CONTROL && WATCHDOG
help
Enable the mcux wdog32 driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)