aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/Kconfig
diff options
context:
space:
mode:
authorqianfan Zhao <qianfanguijin@163.com>2023-06-06 10:19:31 +0100
committerPeter Maydell <peter.maydell@linaro.org>2023-06-06 10:19:31 +0100
commit8d9006aeca58e4635d58fdd620d52fe77c9eb00d (patch)
tree7759426e3a58113520688c2de626bcc48e38ff1f /hw/arm/Kconfig
parent8976fd2b5e13a2623e0ab36df64dd3ed14624023 (diff)
downloadqemu-8d9006aeca58e4635d58fdd620d52fe77c9eb00d.zip
qemu-8d9006aeca58e4635d58fdd620d52fe77c9eb00d.tar.gz
qemu-8d9006aeca58e4635d58fdd620d52fe77c9eb00d.tar.bz2
hw: arm: Add bananapi M2-Ultra and allwinner-r40 support
Allwinner R40 (sun8i) SoC features a Quad-Core Cortex-A7 ARM CPU, and a Mali400 MP2 GPU from ARM. It's also known as the Allwinner T3 for In-Car Entertainment usage, A40i and A40pro are variants that differ in applicable temperatures range (industrial and military). Signed-off-by: qianfan Zhao <qianfanguijin@163.com> Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r--hw/arm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index acc4371..02b2d81 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -403,6 +403,16 @@ config ALLWINNER_H3
select USB_EHCI_SYSBUS
select SD
+config ALLWINNER_R40
+ bool
+ default y if TCG && ARM
+ select ALLWINNER_A10_PIT
+ select SERIAL
+ select ARM_TIMER
+ select ARM_GIC
+ select UNIMP
+ select SD
+
config RASPI
bool
default y