CONFIG_WDT_MCUX_WWDT

MCUX WWDT driver

Type: bool

Help

Enable the mcux wwdt driver.

Direct dependencies

(WATCHDOG && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX) || (WATCHDOG && SOC_LPC55S28 && SOC_SERIES_LPC55XXX) || (WATCHDOG && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || (HAS_MCUX_WWDT && WATCHDOG)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

Kconfig definitions

At <SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:66

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_imx/Kconfig.defconfig:8<SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:67

Menu path: (Top)

config WDT_MCUX_WWDT
    bool
    default y
    depends on WATCHDOG && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX

At <SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:27

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_lpc/Kconfig.defconfig:4<SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config WDT_MCUX_WWDT
    bool
    default y
    depends on WATCHDOG && SOC_LPC55S28 && SOC_SERIES_LPC55XXX

At <SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:28

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_lpc/Kconfig.defconfig:4<SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config WDT_MCUX_WWDT
    bool
    default y
    depends on WATCHDOG && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX

At <Driver>/watchdog/Kconfig.mcux:18

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:54<Driver>/watchdog/Kconfig:71

Menu path: (Top) → Device Drivers → Watchdog Support

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.)