[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PATCH v4 28/29] hw/arm: Express dependencies of the musca ma
From: |
Thomas Huth |
Subject: |
[Qemu-arm] [PATCH v4 28/29] hw/arm: Express dependencies of the musca machines with Kconfig |
Date: |
Thu, 7 Mar 2019 15:18:53 +0100 |
Dependencies have been determined with trial-and-error and by
looking at the musca.c source file.
Signed-off-by: Thomas Huth <address@hidden>
---
hw/arm/Kconfig | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 3a04def..7a0e0ba 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -77,6 +77,12 @@ config MAINSTONE
select PFLASH_CFI01
select SMC91C111
+config MUSCA
+ bool
+ select ARMSSE
+ select PL011
+ select PL031
+
config MUSICPAL
bool
select BITBANG_I2C
@@ -429,6 +435,3 @@ config ARMSSE_CPUID
config ARMSSE_MHU
bool
-
-config MUSCA
- bool
--
1.8.3.1
- Re: [Qemu-arm] [PATCH v4 19/29] hw/arm: Express dependencies of the MPS2 boards with Kconfig, (continued)
- [Qemu-arm] [PATCH v4 20/29] hw/arm: Express dependencies of the raspi machines with Kconfig, Thomas Huth, 2019/03/07
- [Qemu-arm] [PATCH v4 21/29] hw/arm: Express dependencies of canon-a1100 with Kconfig, Thomas Huth, 2019/03/07
- [Qemu-arm] [PATCH v4 22/29] hw/arm: Express dependencies of sabrelite with Kconfig, Thomas Huth, 2019/03/07
- [Qemu-arm] [PATCH v4 23/29] hw/arm: Express dependencies of the MSF2 / EMCRAFT_SF2 machine with Kconfig, Thomas Huth, 2019/03/07
- [Qemu-arm] [PATCH v4 24/29] hw/arm: Express dependencies for remaining IMX boards with Kconfig, Thomas Huth, 2019/03/07
- [Qemu-arm] [PATCH v4 25/29] hw/arm: Express dependencies of the microbit / nrf51 machine with Kconfig, Thomas Huth, 2019/03/07
- [Qemu-arm] [PATCH v4 27/29] hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig, Thomas Huth, 2019/03/07
- [Qemu-arm] [PATCH v4 26/29] hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kconfig, Thomas Huth, 2019/03/07
- [Qemu-arm] [PATCH v4 28/29] hw/arm: Express dependencies of the musca machines with Kconfig,
Thomas Huth <=
- [Qemu-arm] [PATCH v4 29/29] hw/arm: Remove hard-enablement of the remaining PCI devices, Thomas Huth, 2019/03/07
- Re: [Qemu-arm] [Qemu-devel] [PATCH v4 00/29] Kconfig dependencies for ARM machines, no-reply, 2019/03/07
- Re: [Qemu-arm] [Qemu-devel] [PATCH v4 00/29] Kconfig dependencies for ARM machines, no-reply, 2019/03/09