]> Git Repo - qemu.git/commitdiff
hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig
authorPhilippe Mathieu-Daudé <[email protected]>
Sat, 27 Apr 2019 14:14:57 +0000 (16:14 +0200)
committerThomas Huth <[email protected]>
Mon, 19 Aug 2019 19:28:25 +0000 (21:28 +0200)
The XLNX_ZYNQMP config is used in multiple subdirectories
(timer, intc). Move it to the root hw/Kconfig.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20190427141459[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
hw/Kconfig
hw/timer/Kconfig

index 195f541e50cd2f9599665d33e2b633a8df6ae502..dbae1c08526361fc790b9e20e6e0c8c9a32fab34 100644 (file)
@@ -73,3 +73,6 @@ config XILINX
 config XILINX_AXI
     bool
     select PTIMER # for hw/dma/xilinx_axidma.c
+
+config XLNX_ZYNQMP
+    bool
index 51921eb63f1856ac3265cc72e1aa0a4adee6bb41..eefc95f35ecc0a95b7bfcedb55f6995731f32338 100644 (file)
@@ -34,9 +34,6 @@ config TWL92230
     bool
     depends on I2C
 
-config XLNX_ZYNQMP
-    bool
-
 config ALTERA_TIMER
     bool
     select PTIMER
This page took 0.026931 seconds and 4 git commands to generate.