From 4204c5f70360dc1e527e65eb225d0688993fdcef Mon Sep 17 00:00:00 2001 From: Shashi Mallela Date: Mon, 26 Oct 2020 21:59:26 -0400 Subject: hw/watchdog: Implement SBSA watchdog device Generic watchdog device model implementation as per ARM SBSA v6.0 Signed-off-by: Shashi Mallela Message-id: 20201027015927.29495-2-shashi.mallela@linaro.org Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- hw/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/arm/Kconfig') diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 7d04082..0ef9e3c 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -211,6 +211,7 @@ config SBSA_REF select PL031 # RTC select PL061 # GPIO select USB_EHCI_SYSBUS + select WDT_SBSA config SABRELITE bool -- cgit v1.1