[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PATCH 15/25] hw/arm: Express dependencies of allwinner / cub
From: |
Thomas Huth |
Subject: |
[Qemu-arm] [PATCH 15/25] hw/arm: Express dependencies of allwinner / cubieboard with Kconfig |
Date: |
Sat, 9 Feb 2019 07:39:16 +0100 |
Add dependencies for the Cubitech Cubieboard.
Signed-off-by: Thomas Huth <address@hidden>
---
default-configs/arm-softmmu.mak | 6 +-----
hw/arm/Kconfig | 10 ++++++++++
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index 3279fb5..28bb37f 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -4,6 +4,7 @@
CONFIG_ARM_V7M=y
CONFIG_ARM_VIRT=y
+CONFIG_CUBIEBOARD=y
CONFIG_EXYNOS4=y
CONFIG_HIGHBANK=y
CONFIG_INTEGRATOR=y
@@ -28,7 +29,6 @@ CONFIG_NETDUINO2=y
CONFIG_VGA=y
CONFIG_SSI_M25P80=y
-CONFIG_ALLWINNER_EMAC=y
CONFIG_IMX_FEC=y
CONFIG_FRAMEBUFFER=y
@@ -55,10 +55,6 @@ CONFIG_IOTKIT_SYSCTL=y
CONFIG_IOTKIT_SYSINFO=y
CONFIG_ARMSSE_CPUID=y
-CONFIG_ALLWINNER_A10_PIT=y
-CONFIG_ALLWINNER_A10_PIC=y
-CONFIG_ALLWINNER_A10=y
-
CONFIG_FSL_IMX6=y
CONFIG_FSL_IMX25=y
CONFIG_FSL_IMX7=y
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 5d7dafb..3621d44 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -24,6 +24,10 @@ config CHEETAH
select OMAP
select TSC210X
+config CUBIEBOARD
+ bool
+ select ALLWINNER_A10
+
config DIGIC
bool
select PTIMER
@@ -257,6 +261,12 @@ config EXYNOS4
config ALLWINNER_A10
bool
+ select AHCI
+ select PCI # TODO: Currently required for AHCI, remove this later
+ select ALLWINNER_A10_PIT
+ select ALLWINNER_A10_PIC
+ select ALLWINNER_EMAC
+ select SERIAL
config RASPI
bool
--
1.8.3.1
- [Qemu-arm] [PATCH 04/25] hw/arm: Express dependencies of the fsl-imx31 machine with Kconfig, (continued)
- [Qemu-arm] [PATCH 04/25] hw/arm: Express dependencies of the fsl-imx31 machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 02/25] hw/arm: Express dependencies of the highbank machines with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 07/25] hw/arm: Express dependencies of stellaris with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 09/25] hw/arm: Express dependencies of the PXA2xx machines with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 03/25] hw/arm: Express dependencies of integratorcp with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 08/25] hw/arm: Express dependencies of realview, versatile and vexpress with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 13/25] hw/arm: Express dependencies of the virt machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 14/25] hw/arm: Express dependencies of netduino / stm32f2xx with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 11/25] hw/arm: Express dependencies of collie with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 16/25] hw/arm: Express dependencies of the MPS2 boards with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 15/25] hw/arm: Express dependencies of allwinner / cubieboard with Kconfig,
Thomas Huth <=
- [Qemu-arm] [PATCH 17/25] hw/arm: Express dependencies of the raspi machines with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 20/25] hw/arm: Express dependencies of the MSF2 machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 23/25] hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 18/25] hw/arm: Express dependencies of canon-a1100 with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 24/25] hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 19/25] hw/arm: Express dependencies of sabrelite with Kconfig, Thomas Huth, 2019/02/09