:orphan: .. title:: CONFIG_WDT_SIFIVE .. kconfig:: CONFIG_WDT_SIFIVE CONFIG_WDT_SIFIVE ################# *SiFive Watchdog (WDT) Driver* Type: ``bool`` Help ==== .. code-block:: none This option enables WDT driver for SiFive Freedom. Direct dependencies =================== \ :kconfig:`SOC_RISCV_SIFIVE_FREEDOM ` && \ :kconfig:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/watchdog/Kconfig.sifive:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:54`` → ``/watchdog/Kconfig:53`` Menu path: (Top) → Device Drivers → Watchdog Support .. code-block:: kconfig config WDT_SIFIVE bool "SiFive Watchdog (WDT) Driver" default y depends on SOC_RISCV_SIFIVE_FREEDOM && WATCHDOG help This option enables WDT driver for SiFive Freedom. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*