[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PATCH v2 21/25] hw/arm: Express dependencies for remaining I
From: |
Thomas Huth |
Subject: |
[Qemu-arm] [PATCH v2 21/25] hw/arm: Express dependencies for remaining IMX boards with Kconfig |
Date: |
Wed, 13 Feb 2019 09:38:14 +0100 |
IMX25, IMX7 and IMX6UL were still missing the Kconfig dependencies.
Signed-off-by: Thomas Huth <address@hidden>
---
default-configs/arm-softmmu.mak | 2 --
hw/arm/Kconfig | 18 ++++++++++++++++++
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index 5eceeba..ebe5de6 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -33,7 +33,6 @@ CONFIG_SABRELITE=y
CONFIG_EMCRAFT_SF2=y
CONFIG_VGA=y
-CONFIG_IMX_FEC=y
CONFIG_NRF51_SOC=y
@@ -45,4 +44,3 @@ CONFIG_PCIE_PORT=y
CONFIG_XIO3130=y
CONFIG_IOH3420=y
CONFIG_I82801B11=y
-CONFIG_PCI_EXPRESS_DESIGNWARE=y
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index cebb410..c2fba8e 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -295,6 +295,10 @@ config XLNX_VERSAL
config FSL_IMX25
bool
+ select IMX
+ select IMX_FEC
+ select IMX_I2C
+ select DS1338
config FSL_IMX31
bool
@@ -309,6 +313,7 @@ config FSL_IMX6
select A9MPCORE
select IMX
select IMX_I2C
+ select SDHCI
config ASPEED_SOC
bool
@@ -348,12 +353,25 @@ config IOTKIT
config FSL_IMX7
bool
+ imply PCI_DEVICES
+ select A15MPCORE
+ select PCI
+ select IMX
+ select IMX_FEC
+ select IMX_I2C
+ select PCI_EXPRESS_DESIGNWARE
+ select SDHCI
config ARM_SMMUV3
bool
config FSL_IMX6UL
bool
+ select A15MPCORE
+ select IMX
+ select IMX_FEC
+ select IMX_I2C
+ select SDHCI
config NRF51_SOC
bool
--
1.8.3.1
- [Qemu-arm] [PATCH v2 00/25] Kconfig dependencies for ARM machines, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 25/25] hw/arm: Remove hard-enablement of the remaining PCI devices, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 23/25] hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 22/25] hw/arm: Express dependencies of the microbit / nrf51 machine with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 20/25] hw/arm: Express dependencies of the MSF2 machine with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 18/25] hw/arm: Express dependencies of canon-a1100 with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 17/25] hw/arm: Express dependencies of the raspi machines with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 21/25] hw/arm: Express dependencies for remaining IMX boards with Kconfig,
Thomas Huth <=
- [Qemu-arm] [PATCH v2 13/25] hw/arm: Express dependencies of the virt machine with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 24/25] hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 12/25] hw/arm: Express dependencies of the aspeed boards with Kconfig, Thomas Huth, 2019/02/13
- [Qemu-arm] [PATCH v2 14/25] hw/arm: Express dependencies of netduino / stm32f2xx with Kconfig, Thomas Huth, 2019/02/13
- [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