[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 1/8] hw/Kconfig: Move the generic XLNX_ZYNQMP to
From: |
Thomas Huth |
Subject: |
[Qemu-devel] [PATCH v3 1/8] hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig |
Date: |
Sat, 17 Aug 2019 12:19:24 +0200 |
From: Philippe Mathieu-Daudé <address@hidden>
The XLNX_ZYNQMP config is used in multiple subdirectories
(timer, intc). Move it to the root hw/Kconfig.
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
---
hw/Kconfig | 3 +++
hw/timer/Kconfig | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/hw/Kconfig b/hw/Kconfig
index 195f541e50..dbae1c0852 100644
--- a/hw/Kconfig
+++ b/hw/Kconfig
@@ -73,3 +73,6 @@ config XILINX
config XILINX_AXI
bool
select PTIMER # for hw/dma/xilinx_axidma.c
+
+config XLNX_ZYNQMP
+ bool
diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig
index 51921eb63f..eefc95f35e 100644
--- a/hw/timer/Kconfig
+++ b/hw/timer/Kconfig
@@ -34,9 +34,6 @@ config TWL92230
bool
depends on I2C
-config XLNX_ZYNQMP
- bool
-
config ALTERA_TIMER
bool
select PTIMER
--
2.18.1
- [Qemu-devel] [PATCH v3 0/8] Kconfig switches, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 1/8] hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig,
Thomas Huth <=
- [Qemu-devel] [PATCH v3 3/8] hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 2/8] hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 4/8] hw/core: Add a config switch for the "register" device, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 5/8] hw/core: Add a config switch for the "or-irq" device, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 6/8] hw/core: Add a config switch for the "split-irq" device, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 7/8] hw/misc: Add a config switch for the "unimplemented" device, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 8/8] hw/core: Add a config switch for the generic loader device, Thomas Huth, 2019/08/17