1# Copyright (c) 2021 TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config FWDGT_GD32
5	bool "GD32 Free watchdog timer (FWDGT) driver"
6	default y
7	depends on DT_HAS_GD_GD32_FWDGT_ENABLED
8	select HAS_WDT_DISABLE_AT_BOOT
9	select USE_GD32_FWDGT
10	help
11	  Enable the Free watchdog timer (FWDGT) driver for GD32 SoCs.
12
13config WWDGT_GD32
14	bool "GD32 Window watchdog timer (WWDGT) Driver"
15	default y
16	depends on DT_HAS_GD_GD32_WWDGT_ENABLED
17	select USE_GD32_WWDGT
18	help
19	  Enable the Window watchdog timer (WWDGT) driver for GD32 SoCs.
20