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 USE_GD32_FWDGT
9	help
10	  Enable the Free watchdog timer (FWDGT) driver for GD32 SoCs.
11
12config WWDGT_GD32
13	bool "GD32 Window watchdog timer (WWDGT) Driver"
14	default y
15	depends on DT_HAS_GD_GD32_WWDGT_ENABLED
16	select USE_GD32_WWDGT
17	help
18	  Enable the Window watchdog timer (WWDGT) driver for GD32 SoCs.
19