hw/arm/exynos4210: Add missing dependency on OR_IRQ
The Exynos4210 SoC uses an OR gate on the PL330 IRQ lines.
Fixes: dab15fbe2a
("hw/arm/exynos4210: Fix DMA initialization")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20210131184449.382425-3-f4bug@amsat.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
9e39983e5d
commit
5900c7a6d4
|
@ -52,6 +52,7 @@ config EXYNOS4
|
|||
select PTIMER
|
||||
select SDHCI
|
||||
select USB_EHCI_SYSBUS
|
||||
select OR_IRQ
|
||||
|
||||
config HIGHBANK
|
||||
bool
|
||||
|
|
Loading…
Reference in New Issue