blob: 34e1c902a0e9ccca61111dfe78cb8eea61b9b7a4 [file] [log] [blame]
# Watchdog configuration options
# Copyright (c) 2018, NXP
# SPDX-License-Identifier: Apache-2.0
config WDT_MCUX_WDOG
bool "MCUX WDOG driver"
depends on HAS_MCUX && !HAS_MCUX_WDOG32 && CLOCK_CONTROL
help
Enable the mcux wdog driver.
config WDT_MCUX_WDOG32
bool "MCUX WDOG32 driver"
depends on HAS_MCUX_WDOG32 && CLOCK_CONTROL
help
Enable the mcux wdog32 driver.
config WDT_MCUX_WWDT
bool "MCUX WWDT driver"
depends on HAS_MCUX_WWDT
help
Enable the mcux wwdt driver.