aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
diff options
context:
space:
mode:
authorAlistair Francis <alistair@alistair23.me>2020-01-17 14:09:29 +0000
committerPeter Maydell <peter.maydell@linaro.org>2020-01-17 14:09:29 +0000
commite64d8c83f929d4a0b077b7c460d09c429c6fca57 (patch)
treea85888ff589f4cf0447afa4f70c01006402688e7 /hw/arm
parent870c034da0be2207e1b535cb6897958556fa0380 (diff)
downloadqemu-e64d8c83f929d4a0b077b7c460d09c429c6fca57.zip
qemu-e64d8c83f929d4a0b077b7c460d09c429c6fca57.tar.gz
qemu-e64d8c83f929d4a0b077b7c460d09c429c6fca57.tar.bz2
hw/misc: Add the STM32F4xx EXTI device
Signed-off-by: Alistair Francis <alistair@alistair23.me> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: ef941d59fd8658589d34ed432e1d6dfdcf7fb1d0.1576658572.git.alistair@alistair23.me Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm')
-rw-r--r--hw/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 4660d14..3d86691 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -315,6 +315,7 @@ config STM32F405_SOC
bool
select ARM_V7M
select STM32F4XX_SYSCFG
+ select STM32F4XX_EXTI
config XLNX_ZYNQMP_ARM
bool