17b9730f98
This patch adds basic support for Allwinner WDT. Both sun4i and sun6i variants are supported. However, interrupt generation is not supported, so WDT can be used only to trigger system reset. Signed-off-by: Strahinja Jankovic <strahinja.p.jankovic@gmail.com> Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com> Tested-by: Niek Linnenbank <nieklinnenbank@gmail.com> Message-id: 20230326202256.22980-2-strahinja.p.jankovic@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
27 lines
326 B
Plaintext
27 lines
326 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
|
|
|
|
config ALLWINNER_WDT
|
|
bool
|
|
select PTIMER
|