zephyr/drivers/watchdog/Kconfig.mcux
Jiří Keresteš 3a87517c5e drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT
Adds shim driver for LPC 55xxx Windowed Watchdog Timer (WWDT).

Also updates the "Supported features" table in LPCXpresso55S69
board documentation page.

Fixes #22704.

Signed-off-by: Jiří Keresteš <jiri@kerestes.cz>
2020-08-04 15:13:25 -05:00

23 lines
488 B
Plaintext

# Watchdog configuration options
# Copyright (c) 2018, NXP
# SPDX-License-Identifier: Apache-2.0
config WDT_MCUX_WDOG
bool "MCUX WDOG driver"
depends on HAS_MCUX && !HAS_MCUX_WDOG32 && CLOCK_CONTROL
help
Enable the mcux wdog driver.
config WDT_MCUX_WDOG32
bool "MCUX WDOG32 driver"
depends on HAS_MCUX_WDOG32 && CLOCK_CONTROL
help
Enable the mcux wdog32 driver.
config WDT_MCUX_WWDT
bool "MCUX WWDT driver"
depends on HAS_MCUX_WWDT
help
Enable the mcux wwdt driver.