projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e39983
)
hw/arm/exynos4210: Add missing dependency on OR_IRQ
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Sun, 31 Jan 2021 18:44:45 +0000
(19:44 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Wed, 3 Feb 2021 10:15:50 +0000
(10:15 +0000)
The Exynos4210 SoC uses an OR gate on the PL330 IRQ lines.
Fixes: dab15fbe2ab ("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>
hw/arm/Kconfig
patch
|
blob
|
history
diff --git
a/hw/arm/Kconfig
b/hw/arm/Kconfig
index a320a124855e89d97409bf8800d8f5f1bb401f88..223016bb4e86d47b917c05a269bbb27d72eb8a95 100644
(file)
--- a/
hw/arm/Kconfig
+++ b/
hw/arm/Kconfig
@@
-52,6
+52,7
@@
config EXYNOS4
select PTIMER
select SDHCI
select USB_EHCI_SYSBUS
+ select OR_IRQ
config HIGHBANK
bool