summaryrefslogtreecommitdiffstats
path: root/hw/arm
diff options
context:
space:
mode:
authorShashi Mallela2020-10-27 02:59:26 +0100
committerPeter Maydell2020-10-27 12:10:44 +0100
commit4204c5f70360dc1e527e65eb225d0688993fdcef (patch)
treee62695d7d8ccf2f4426c842655a28e5884f06b01 /hw/arm
parenthw/arm/bcm2835_peripherals: connect the UART clock (diff)
downloadqemu-4204c5f70360dc1e527e65eb225d0688993fdcef.tar.gz
qemu-4204c5f70360dc1e527e65eb225d0688993fdcef.tar.xz
qemu-4204c5f70360dc1e527e65eb225d0688993fdcef.zip
hw/watchdog: Implement SBSA watchdog device
Generic watchdog device model implementation as per ARM SBSA v6.0 Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> Message-id: 20201027015927.29495-2-shashi.mallela@linaro.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm')
-rw-r--r--hw/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 7d040827af..0ef9e3c1d5 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