zephyr/drivers/watchdog/Kconfig.numaker
cyliang tw 7cb3f47ae9 drivers: watchdog: support Nuvoton numaker WWDT
Add Nuvoton numaker series window watchdog feature.

Signed-off-by: cyliang tw <cyliang@nuvoton.com>
2024-03-03 18:58:46 +01:00

14 lines
410 B
Plaintext

# NUMAKER Watchdog Driver configuration options
# Copyright (c) 2024 Nuvoton Technology Corporation.
# SPDX-License-Identifier: Apache-2.0
config WWDT_NUMAKER
bool "Nuvoton NUMAKER MCU Window Watchdog driver"
default y
depends on DT_HAS_NUVOTON_NUMAKER_WWDT_ENABLED
help
This option enables the Watchdog driver for Nuvoton NuMaker family of
processors.
Say y if you wish to enable NuMaker WWDT.