050c2ea07b
The Arm Cortex-M System Design Kit includes a simple watchdog module based on a 32-bit down-counter. Implement this. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
7 lines
288 B
Makefile
7 lines
288 B
Makefile
common-obj-y += watchdog.o
|
|
common-obj-$(CONFIG_CMSDK_APB_WATCHDOG) += cmsdk-apb-watchdog.o
|
|
common-obj-$(CONFIG_WDT_IB6300ESB) += wdt_i6300esb.o
|
|
common-obj-$(CONFIG_WDT_IB700) += wdt_ib700.o
|
|
common-obj-$(CONFIG_WDT_DIAG288) += wdt_diag288.o
|
|
common-obj-$(CONFIG_ASPEED_SOC) += wdt_aspeed.o
|