menuconfig WATCHDOG
bool
prompt "Watchdog Support"
default n
help
Include support for watchdogs.
if WATCHDOG
config WDT_DW
bool "Enable DesignWare Watchdog"
Enable watchdog timer.
endif