237b34ef2d
Add watchdog driver for the RT1050/60 Signed-off-by: Crist Xu <crist.xu@nxp.com>
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
# Watchdog configuration options
|
|
|
|
# Copyright (c) 2020, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config WDT_MCUX_IMX_WDOG
|
|
bool "MCUX IMX WDOG driver"
|
|
depends on HAS_MCUX
|
|
help
|
|
Enable the mcux imx wdog driver.
|