:orphan: .. title:: CONFIG_WDT_MCUX_WWDT .. kconfig:: CONFIG_WDT_MCUX_WWDT CONFIG_WDT_MCUX_WWDT #################### *MCUX WWDT driver* Type: ``bool`` Help ==== .. code-block:: none Enable the mcux wwdt driver. Direct dependencies =================== (\ :kconfig:`WATCHDOG ` && \ :kconfig:`SOC_MIMXRT685S_CM33 ` && \ :kconfig:`SOC_SERIES_IMX_RT6XX `) || (\ :kconfig:`WATCHDOG ` && \ :kconfig:`SOC_LPC55S28 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`WATCHDOG ` && \ :kconfig:`SOC_LPC55S69_CPU0 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`WATCHDOG ` && \ :kconfig:`SOC_MIMXRT685S_CM33 ` && \ :kconfig:`SOC_SERIES_IMX_RT6XX `) || (\ :kconfig:`WATCHDOG ` && \ :kconfig:`SOC_LPC55S28 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`WATCHDOG ` && \ :kconfig:`SOC_LPC55S69_CPU0 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`HAS_MCUX_WWDT ` && \ :kconfig:`WATCHDOG `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y - y Kconfig definitions =================== At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:66`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65`` Menu path: (Top) .. code-block:: kconfig config WDT_MCUX_WWDT bool default y depends on WATCHDOG && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config WDT_MCUX_WWDT bool default y depends on WATCHDOG && SOC_LPC55S28 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config WDT_MCUX_WWDT bool default y depends on WATCHDOG && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:66`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65`` Menu path: (Top) .. code-block:: kconfig config WDT_MCUX_WWDT bool default y depends on WATCHDOG && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config WDT_MCUX_WWDT bool default y depends on WATCHDOG && SOC_LPC55S28 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config WDT_MCUX_WWDT bool default y depends on WATCHDOG && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX ---- At ``/watchdog/Kconfig.mcux:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:54`` → ``/watchdog/Kconfig:45`` Menu path: (Top) → Device Drivers → Watchdog Support .. code-block:: kconfig config WDT_MCUX_WWDT bool "MCUX WWDT driver" depends on HAS_MCUX_WWDT && WATCHDOG help Enable the mcux wwdt driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*