:orphan: .. title:: CONFIG_USE_GD32_FWDGT .. kconfig:: CONFIG_USE_GD32_FWDGT CONFIG_USE_GD32_FWDGT ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable GD32 Free Watchdog Timer (FWDGT) HAL module driver Direct dependencies =================== \ :kconfig:`HAS_GD32_HAL ` && 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/hal_gigadevice/Kconfig:129`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` Menu path: (Top) → Modules .. code-block:: kconfig config USE_GD32_FWDGT bool depends on HAS_GD32_HAL && 0 help Enable GD32 Free Watchdog Timer (FWDGT) HAL module driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*