zephyr/drivers/watchdog/Kconfig.gd32
TOKITA Hiroshi fd1dfceb95 drivers: watchdog: Add GD32 Window watchdog timer driver
Add support for GD32 Window watchdog timer.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2022-10-03 18:07:16 +02:00

19 lines
529 B
Plaintext

# Copyright (c) 2021 TOKITA Hiroshi <tokita.hiroshi@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config FWDGT_GD32
bool "GD32 Free watchdog timer (FWDGT) driver"
default y
depends on DT_HAS_GD_GD32_FWDGT_ENABLED
select USE_GD32_FWDGT
help
Enable the Free watchdog timer (FWDGT) driver for GD32 SoCs.
config WWDGT_GD32
bool "GD32 Window watchdog timer (WWDGT) Driver"
default y
depends on DT_HAS_GD_GD32_WWDGT_ENABLED
select USE_GD32_WWDGT
help
Enable the Window watchdog timer (WWDGT) driver for GD32 SoCs.