projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edfe2eb
)
hw/arm/stm32f405_soc: Add missing dependency on OR_IRQ
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Sun, 31 Jan 2021 18:44:44 +0000
(19:44 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Wed, 3 Feb 2021 10:15:50 +0000
(10:15 +0000)
The STM32F405 SoC uses an OR gate on its ADC IRQs.
Fixes: 529fc5fd3e1 ("hw/arm: Add the STM32F4xx SoC")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id:
20210131184449
.382425-2-f4bug@amsat.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 13cc42dcc84ffece87e562319d2ccec278a53014..a320a124855e89d97409bf8800d8f5f1bb401f88 100644
(file)
--- a/
hw/arm/Kconfig
+++ b/
hw/arm/Kconfig
@@
-336,6
+336,7
@@
config STM32F205_SOC
config STM32F405_SOC
bool
select ARM_V7M
+ select OR_IRQ
select STM32F4XX_SYSCFG
select STM32F4XX_EXTI