Skip to content

Commit

Permalink
hw/arm/stm32f405_soc: Add missing dependency on OR_IRQ
Browse files Browse the repository at this point in the history
The STM32F405 SoC uses an OR gate on its ADC IRQs.

Fixes: 529fc5f ("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>
  • Loading branch information
philmd authored and pm215 committed Feb 2, 2021
1 parent 9c44b9c commit dae955d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/arm/Kconfig
Expand Up @@ -336,6 +336,7 @@ config STM32F205_SOC
config STM32F405_SOC
bool
select ARM_V7M
select OR_IRQ
select STM32F4XX_SYSCFG
select STM32F4XX_EXTI

Expand Down

0 comments on commit dae955d

Please sign in to comment.