[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 1/8] hw/Kconfig: Move the generic XLNX_ZYNQMP to the
From: |
Thomas Huth |
Subject: |
[Qemu-devel] [PULL 1/8] hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig |
Date: |
Tue, 20 Aug 2019 09:47:42 +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] [PULL 0/8] Improvements for the Kconfig switches and Makefiles, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 2/8] hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 1/8] hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig,
Thomas Huth <=
- [Qemu-devel] [PULL 3/8] hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 4/8] hw/core: Add a config switch for the "register" device, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 5/8] hw/core: Add a config switch for the "or-irq" device, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 6/8] hw/core: Add a config switch for the "split-irq" device, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 7/8] hw/misc: Add a config switch for the "unimplemented" device, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 8/8] hw/core: Add a config switch for the generic loader device, Thomas Huth, 2019/08/20
- Re: [Qemu-devel] [PULL 0/8] Improvements for the Kconfig switches and Makefiles, Peter Maydell, 2019/08/20