[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PATCH v2 02/25] hw/arm: Express dependencies of the highbank
From: |
Thomas Huth |
Subject: |
[Qemu-arm] [PATCH v2 02/25] hw/arm: Express dependencies of the highbank machines with Kconfig |
Date: |
Wed, 13 Feb 2019 09:37:55 +0100 |
Add Kconfig dependencies for the highbank machine (and the midway
machine).
This patch is slightly based on earlier work by Ákos Kovács (i.e.
his "hw/arm/Kconfig: Add ARM Kconfig" patch).
Signed-off-by: Thomas Huth <address@hidden>
---
default-configs/arm-softmmu.mak | 4 +---
hw/arm/Kconfig | 12 ++++++++++++
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index 3baafc4..59734ee 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -6,6 +6,7 @@ CONFIG_ARM_V7M=y
CONFIG_PCI_DEVICES=y
CONFIG_EXYNOS4=y
+CONFIG_HIGHBANK=y
CONFIG_VGA=y
CONFIG_NAND=y
@@ -54,14 +55,12 @@ CONFIG_PL022=y
CONFIG_PL031=y
CONFIG_PL041=y
CONFIG_PL050=y
-CONFIG_PL061=y
CONFIG_PL080=y
CONFIG_PL110=y
CONFIG_PL181=y
CONFIG_PL190=y
CONFIG_PL330=y
CONFIG_CADENCE=y
-CONFIG_XGMAC=y
CONFIG_PXA2XX=y
CONFIG_BITBANG_I2C=y
CONFIG_FRAMEBUFFER=y
@@ -151,7 +150,6 @@ CONFIG_XILINX_AXI=y
CONFIG_PCI_EXPRESS_DESIGNWARE=y
CONFIG_STRONGARM=y
-CONFIG_HIGHBANK=y
CONFIG_MUSICPAL=y
# for realview and versatilepb
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 2850000..984de8a 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -18,6 +18,18 @@ config EXYNOS4
config HIGHBANK
bool
+ select A9MPCORE
+ select A15MPCORE
+ select AHCI
+ select ARM_TIMER # sp804
+ select ARM_V7M
+ select PCI
+ select PL011 # UART
+ select PL022 # Serial port
+ select PL031 # RTC
+ select PL061 # GPIO
+ select PL310 # cache controller
+ select XGMAC # ethernet
config INTEGRATOR
bool
--
1.8.3.1
- [Qemu-arm] [PATCH v2 15/25] hw/arm: Express dependencies of allwinner / cubieboard with Kconfig, (continued)
- [Qemu-arm] [PATCH v2 15/25] hw/arm: Express dependencies of allwinner / cubieboard with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 19/25] hw/arm: Express dependencies of sabrelite with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 16/25] hw/arm: Express dependencies of the MPS2 boards with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 08/25] hw/arm: Express dependencies of realview, versatile and vexpress with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 04/25] hw/arm: Express dependencies of the fsl-imx31 machine with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 10/25] hw/arm: Express dependencies of xilinx-zynq with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 11/25] hw/arm: Express dependencies of collie with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 07/25] hw/arm: Express dependencies of stellaris with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 06/25] hw/arm: Express dependencies of the OMAP machines with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 05/25] hw/arm: Express dependencies of musicpal with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 02/25] hw/arm: Express dependencies of the highbank machines with Kconfig,
Thomas Huth <=
- [Qemu-arm] [PATCH v2 01/25] hw/arm: Express dependencies of the exynos machines with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 03/25] hw/arm: Express dependencies of integratorcp with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 09/25] hw/arm: Express dependencies of the PXA2xx machines with Kconfig, Thomas Huth, 2019/02/13