summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorPeter Maydell2017-07-17 14:36:08 +0200
committerPeter Maydell2017-07-17 14:36:08 +0200
commit5dd85b4b48653993335ca20d6e4d7b80129cca97 (patch)
treeef9895ad18b54fdb7c5dcf4024cd54e7d622e5c5 /default-configs
parenthw/arm/mps2: Add UARTs (diff)
downloadqemu-5dd85b4b48653993335ca20d6e4d7b80129cca97.tar.gz
qemu-5dd85b4b48653993335ca20d6e4d7b80129cca97.tar.xz
qemu-5dd85b4b48653993335ca20d6e4d7b80129cca97.zip
hw/char/cmsdk-apb-timer: Implement CMSDK APB timer device
Implement a model of the simple timer device found in the CMSDK. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 1500029487-14822-5-git-send-email-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 d128e9d46c..c75f52c1bd 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -96,6 +96,7 @@ CONFIG_STM32F2XX_ADC=y
CONFIG_STM32F2XX_SPI=y
CONFIG_STM32F205_SOC=y
+CONFIG_CMSDK_APB_TIMER=y
CONFIG_CMSDK_APB_UART=y
CONFIG_VERSATILE_PCI=y