zephyr/drivers/watchdog/Kconfig.mcux_wdog

14 lines
260 B
Plaintext
Raw Normal View History

# Kconfig - Watchdog configuration options
#
# Copyright (c) 2018, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig WDT_MCUX_WDOG
bool "MCUX WDOG driver"
depends on HAS_MCUX && CLOCK_CONTROL
select HAS_DTS_WDT
help
Enable the mcux wdog driver.