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