-
CONFIG_WDT_MCUX_IMX_WDOG
¶
MCUX IMX WDOG driver
Type: bool
Help¶
Enable the mcux imx wdog driver.
Direct dependencies¶
(WATCHDOG
&& SOC_SERIES_IMX_RT
) || (HAS_MCUX
&& WATCHDOG
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:65
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:4
Menu path: (Top)
config WDT_MCUX_IMX_WDOG bool default y depends onWATCHDOG
&&SOC_SERIES_IMX_RT
At <Zephyr>/drivers/watchdog/Kconfig.mcux_imx:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:52
→ <Zephyr>/drivers/watchdog/Kconfig:47
Menu path: (Top) → Device Drivers → Watchdog Support
config WDT_MCUX_IMX_WDOG bool "MCUX IMX WDOG driver" depends onHAS_MCUX
&&WATCHDOG
help Enable the mcux imx wdog driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)