:orphan: .. title:: WDT_MCUX_IMX_WDOG .. option:: CONFIG_WDT_MCUX_IMX_WDOG *MCUX IMX WDOG driver* Type: ``bool`` Help ==== Enable the mcux imx wdog driver. Direct dependencies =================== (\ :option:`WATCHDOG ` && \ :option:`SOC_SERIES_IMX_RT `) || (\ :option:`HAS_MCUX ` && \ :option:`WATCHDOG `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config WDT_MCUX_IMX_WDOG bool default y depends on \ :option:`WATCHDOG ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``drivers/watchdog/Kconfig.mcux_imx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` → ``drivers/watchdog/Kconfig:47`` Menu path: (Top) → Device Drivers → Watchdog Support .. parsed-literal:: config WDT_MCUX_IMX_WDOG bool "MCUX IMX WDOG driver" depends on \ :option:`HAS_MCUX ` && \ :option:`WATCHDOG ` help Enable the mcux imx wdog driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*