aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/Kconfig
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/misc/Kconfig
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/misc/Kconfig')
-rw-r--r--hw/misc/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig
index 7260965..bdd77d8 100644
--- a/hw/misc/Kconfig
+++ b/hw/misc/Kconfig
@@ -85,6 +85,9 @@ config STM32F2XX_SYSCFG
config STM32F4XX_SYSCFG
bool
+config STM32F4XX_EXTI
+ bool
+
config MIPS_ITU
bool