aboutsummaryrefslogtreecommitdiff
path: root/hw/Kconfig
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-04-27 16:14:57 +0200
committerThomas Huth <thuth@redhat.com>2019-08-19 21:28:25 +0200
commit193d78a19a42e9f1365f1cbfba3b4496538f717f (patch)
tree14e8cc094f28d311a479d3357c423ee4a78420ee /hw/Kconfig
parent50d69ee0d82378c7c21f482492dacfe0916b4863 (diff)
downloadqemu-193d78a19a42e9f1365f1cbfba3b4496538f717f.zip
qemu-193d78a19a42e9f1365f1cbfba3b4496538f717f.tar.gz
qemu-193d78a19a42e9f1365f1cbfba3b4496538f717f.tar.bz2
hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig
The XLNX_ZYNQMP config is used in multiple subdirectories (timer, intc). Move it to the root hw/Kconfig. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190427141459.19728-2-philmd@redhat.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/Kconfig')
-rw-r--r--hw/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/Kconfig b/hw/Kconfig
index 195f541..dbae1c0 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