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>
This commit is contained in:
Philippe Mathieu-Daudé 2019-04-27 16:14:57 +02:00 committed by Thomas Huth
parent 50d69ee0d8
commit 193d78a19a
2 changed files with 3 additions and 3 deletions

View File

@ -73,3 +73,6 @@ config XILINX
config XILINX_AXI
bool
select PTIMER # for hw/dma/xilinx_axidma.c
config XLNX_ZYNQMP
bool

View File

@ -34,9 +34,6 @@ config TWL92230
bool
depends on I2C
config XLNX_ZYNQMP
bool
config ALTERA_TIMER
bool
select PTIMER