aboutsummaryrefslogtreecommitdiff
path: root/hw/watchdog/Kconfig
diff options
context:
space:
mode:
authorShashi Mallela <shashi.mallela@linaro.org>2020-10-26 21:59:26 -0400
committerPeter Maydell <peter.maydell@linaro.org>2020-10-27 11:10:44 +0000
commit4204c5f70360dc1e527e65eb225d0688993fdcef (patch)
treee62695d7d8ccf2f4426c842655a28e5884f06b01 /hw/watchdog/Kconfig
parent581bb849f749b6c51864989094399c77283b3d6c (diff)
downloadqemu-4204c5f70360dc1e527e65eb225d0688993fdcef.zip
qemu-4204c5f70360dc1e527e65eb225d0688993fdcef.tar.gz
qemu-4204c5f70360dc1e527e65eb225d0688993fdcef.tar.bz2
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/watchdog/Kconfig')
-rw-r--r--hw/watchdog/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/watchdog/Kconfig b/hw/watchdog/Kconfig
index 293209b..66e1d02 100644
--- a/hw/watchdog/Kconfig
+++ b/hw/watchdog/Kconfig
@@ -17,3 +17,6 @@ config WDT_DIAG288
config WDT_IMX2
bool
+
+config WDT_SBSA
+ bool