qemu-patch-raspberry4/hw/watchdog/Kconfig
Shashi Mallela 4204c5f703 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>
2020-10-27 11:10:44 +00:00

23 lines
277 B
Plaintext

config CMSDK_APB_WATCHDOG
bool
select PTIMER
config WDT_IB6300ESB
bool
default y if PCI_DEVICES
depends on PCI
config WDT_IB700
bool
default y
depends on ISA_BUS
config WDT_DIAG288
bool
config WDT_IMX2
bool
config WDT_SBSA
bool