[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PATCH v3 19/30] hw/arm: Express dependencies of allwinner /
From: |
Thomas Huth |
Subject: |
[Qemu-arm] [PATCH v3 19/30] hw/arm: Express dependencies of allwinner / cubieboard with Kconfig |
Date: |
Sat, 23 Feb 2019 08:49:11 +0100 |
Add dependencies for the Cubitech Cubieboard.
Signed-off-by: Thomas Huth <address@hidden>
---
default-configs/arm-softmmu.mak | 6 +-----
hw/arm/Kconfig | 9 +++++++++
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index b0c6c99..badb190 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
@@ -29,7 +30,6 @@ CONFIG_NETDUINO2=y
CONFIG_VGA=y
CONFIG_SSI_M25P80=y
-CONFIG_ALLWINNER_EMAC=y
CONFIG_IMX_FEC=y
CONFIG_FRAMEBUFFER=y
@@ -56,10 +56,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 34243b4..73382b6 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,11 @@ config EXYNOS4
config ALLWINNER_A10
bool
+ select AHCI
+ select ALLWINNER_A10_PIT
+ select ALLWINNER_A10_PIC
+ select ALLWINNER_EMAC
+ select SERIAL
config RASPI
bool
--
1.8.3.1
- [Qemu-arm] [PATCH v3 11/30] hw/arm: Express dependencies of stellaris with Kconfig, (continued)
- [Qemu-arm] [PATCH v3 11/30] hw/arm: Express dependencies of stellaris with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 12/30] hw/arm: Express dependencies of realview, versatile and vexpress with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 15/30] hw/arm: Express dependencies of collie with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 16/30] hw/arm: Express dependencies of the aspeed boards with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 17/30] hw/arm: Express dependencies of the virt machine with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 18/30] hw/arm: Express dependencies of netduino / stm32f2xx with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 14/30] hw/arm: Express dependencies of xilinx-zynq with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 13/30] hw/arm: Express dependencies of the PXA2xx machines with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 20/30] hw/arm: Express dependencies of the MPS2 boards with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 19/30] hw/arm: Express dependencies of allwinner / cubieboard with Kconfig,
Thomas Huth <=
- [Qemu-arm] [PATCH v3 21/30] hw/arm: Express dependencies of the raspi machines with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 22/30] hw/arm: Express dependencies of canon-a1100 with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 23/30] hw/arm: Express dependencies of sabrelite with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 25/30] hw/arm: Express dependencies for remaining IMX boards with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 24/30] hw/arm: Express dependencies of the MSF2 / EMCRAFT_SF2 machine with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 29/30] hw/arm: Express dependencies of the musca machines with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 30/30] hw/arm: Remove hard-enablement of the remaining PCI devices, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 28/30] hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 26/30] hw/arm: Express dependencies of the microbit / nrf51 machine with Kconfig, Thomas Huth, 2019/02/23
- [Qemu-arm] [PATCH v3 27/30] hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kconfig, Thomas Huth, 2019/02/23