[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PULL 20/28] hw/arm: Express dependencies of canon-a1100 with
From: |
Thomas Huth |
Subject: |
[Qemu-arm] [PULL 20/28] hw/arm: Express dependencies of canon-a1100 with Kconfig |
Date: |
Sun, 5 May 2019 15:57:06 +0200 |
Add Kconfig dependencies for the DIGIC / canon-a1100 machine.
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
---
default-configs/arm-softmmu.mak | 2 +-
hw/arm/Kconfig | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index 22bff20b32..76508e3910 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -32,12 +32,12 @@ CONFIG_ASPEED_SOC=y
CONFIG_NETDUINO2=y
CONFIG_MPS2=y
CONFIG_RASPI=y
+CONFIG_DIGIC=y
CONFIG_VGA=y
CONFIG_SSI_M25P80=y
CONFIG_IMX_FEC=y
-CONFIG_DIGIC=y
CONFIG_NRF51_SOC=y
CONFIG_FSL_IMX6=y
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 40be78303c..abf2af0967 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -32,6 +32,7 @@ config CUBIEBOARD
config DIGIC
bool
select PTIMER
+ select PFLASH_CFI02
config EXYNOS4
bool
--
2.21.0
- [Qemu-arm] [PULL 10/28] hw/arm: Express dependencies of realview, versatile and vexpress with Kconfig, (continued)
- [Qemu-arm] [PULL 10/28] hw/arm: Express dependencies of realview, versatile and vexpress with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 11/28] hw/arm: Express dependencies of the PXA2xx machines with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 14/28] hw/arm: Express dependencies of the aspeed boards with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 12/28] hw/arm: Express dependencies of xilinx-zynq with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 16/28] hw/arm: Express dependencies of netduino / stm32f2xx with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 13/28] hw/arm: Express dependencies of collie with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 15/28] hw/arm: Express dependencies of the virt machine with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 17/28] hw/arm: Express dependencies of allwinner / cubieboard with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 18/28] hw/arm: Express dependencies of the MPS2 boards with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 19/28] hw/arm: Express dependencies of the raspi machines with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 20/28] hw/arm: Express dependencies of canon-a1100 with Kconfig,
Thomas Huth <=
- [Qemu-arm] [PULL 21/28] hw/arm: Express dependencies of sabrelite with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 24/28] hw/arm: Express dependencies of the microbit / nrf51 machine with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 22/28] hw/arm: Express dependencies of the MSF2 / EMCRAFT_SF2 machine with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 23/28] hw/arm: Express dependencies of the remaining IMX boards with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 25/28] hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 26/28] hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 27/28] hw/arm: Express dependencies of the musca machines with Kconfig, Thomas Huth, 2019/05/05
- [Qemu-arm] [PULL 28/28] hw/arm: Remove hard-enablement of the remaining PCI devices, Thomas Huth, 2019/05/05
- Re: [Qemu-arm] [PULL 00/28] Kconfig for Arm machines, Peter Maydell, 2019/05/07