zephyr/drivers/watchdog/Kconfig.mcux_imx
Benjamin Lemouzy a7135a6c3a drivers: watchdog: wdt_mcux_imx_wdog: add pinctrl support
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>
2023-08-31 20:19:33 +02:00

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.