a7135a6c3a
i.MX RT SoC have some pins related to the watchdog. For example, iomuxc_gpio_ad_b0_15_wdog1_rst_b_deb allows WDOG1_RST_B_DEB signal to be used as reset source for i.MX RT10xx boards. Signed-off-by: Benjamin Lemouzy <blemouzy@centralp.fr>
13 lines
262 B
Plaintext
13 lines
262 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"
|
|
default y
|
|
depends on DT_HAS_NXP_IMX_WDOG_ENABLED
|
|
select PINCTRL
|
|
help
|
|
Enable the mcux imx wdog driver.
|