summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorPeter Maydell2018-03-02 11:45:40 +0100
committerPeter Maydell2018-03-02 12:03:45 +0100
commit9e5e54d1af26c4b0a4a32259a465b77db21900a0 (patch)
treef6ee427697e6f13f32cdccec493be9d2fdb6e239 /default-configs
parenthw/misc/iotkit-secctl: Add remaining simple registers (diff)
downloadqemu-9e5e54d1af26c4b0a4a32259a465b77db21900a0.tar.gz
qemu-9e5e54d1af26c4b0a4a32259a465b77db21900a0.tar.xz
qemu-9e5e54d1af26c4b0a4a32259a465b77db21900a0.zip
hw/arm/iotkit: Model Arm IOT Kit
Model the Arm IoT Kit documented in http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html The Arm IoT Kit is a subsystem which includes a CPU and some devices, and is intended be extended by adding extra devices to form a complete system. It is used in the MPS2 board's AN505 image for the Cortex-M33. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20180220180325.29818-19-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 f914a7486e..d724106bd3 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -106,6 +106,7 @@ CONFIG_MPS2_FPGAIO=y
CONFIG_MPS2_SCC=y
CONFIG_TZ_PPC=y
+CONFIG_IOTKIT=y
CONFIG_IOTKIT_SECCTL=y
CONFIG_VERSATILE_PCI=y