1# Watchdog configuration options
2
3# Copyright (c) 2020, NXP
4# SPDX-License-Identifier: Apache-2.0
5
6config WDT_MCUX_IMX_WDOG
7 bool "MCUX IMX WDOG driver"
8 default y
9 depends on DT_HAS_NXP_IMX_WDOG_ENABLED
10 select PINCTRL
11 help
12 Enable the mcux imx wdog driver.
13