Commit 193d78a1 authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé Committed by Thomas Huth
Browse files

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: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190427141459.19728-2-philmd@redhat.com>
Reviewed-by: default avatarAlistair Francis <alistair.francis@wdc.com>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent 50d69ee0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -73,3 +73,6 @@ config XILINX
config XILINX_AXI
    bool
    select PTIMER # for hw/dma/xilinx_axidma.c

config XLNX_ZYNQMP
    bool
+0 −3
Original line number Diff line number Diff line
@@ -34,9 +34,6 @@ config TWL92230
    bool
    depends on I2C

config XLNX_ZYNQMP
    bool

config ALTERA_TIMER
    bool
    select PTIMER