CONFIG_WDT_MCUX_WWDT

MCUX WWDT driver

Type: bool

Help

Enable the mcux wwdt driver.

Direct dependencies

(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

Kconfig definitions

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

Included via Kconfig:8Kconfig.zephyr:19<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr 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 <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:28

Included via Kconfig:8Kconfig.zephyr:19<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr 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 <Zephyr Driver>/watchdog/Kconfig.mcux:18

Included via Kconfig:8Kconfig.zephyr:32<Zephyr Driver>/Kconfig:52<Zephyr Driver>/watchdog/Kconfig:45

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