summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorAlistair Francis2015-03-11 14:21:05 +0100
committerPeter Maydell2015-03-11 14:21:05 +0100
commitbbbbd9002ffe9d03851bc87ab326b01378f93faf (patch)
tree5e9a7bb1609b52b14a349f2a103c65b63c199156 /default-configs
parentstm32f2xx_USART: Add the stm32f2xx USART Controller (diff)
downloadqemu-bbbbd9002ffe9d03851bc87ab326b01378f93faf.tar.gz
qemu-bbbbd9002ffe9d03851bc87ab326b01378f93faf.tar.xz
qemu-bbbbd9002ffe9d03851bc87ab326b01378f93faf.zip
stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFG
This patch adds the stm32f2xx System Configuration Controller. This is used to configure what memory is mapped at address 0 (although that is not supported) as well as configure how the EXTI interrupts work (also not supported at the moment). This device is not required for basic examples, but more complex systems will require it (as well as the EXTI device) Signed-off-by: Alistair Francis <alistair@alistair23.me> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: 5d499d7b60b61d5d6dcb310b2e55411b1f53794e.1424175342.git.alistair@alistair23.me Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/arm-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index e2100b7a39..669dc59358 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -82,6 +82,7 @@ CONFIG_ZAURUS=y
CONFIG_ZYNQ=y
CONFIG_STM32F2XX_TIMER=y
CONFIG_STM32F2XX_USART=y
+CONFIG_STM32F2XX_SYSCFG=y
CONFIG_VERSATILE_PCI=y
CONFIG_VERSATILE_I2C=y