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:
parent
50d69ee0d8
commit
193d78a19a
@ -73,3 +73,6 @@ config XILINX
|
||||
config XILINX_AXI
|
||||
bool
|
||||
select PTIMER # for hw/dma/xilinx_axidma.c
|
||||
|
||||
config XLNX_ZYNQMP
|
||||
bool
|
||||
|
@ -34,9 +34,6 @@ config TWL92230
|
||||
bool
|
||||
depends on I2C
|
||||
|
||||
config XLNX_ZYNQMP
|
||||
bool
|
||||
|
||||
config ALTERA_TIMER
|
||||
bool
|
||||
select PTIMER
|
||||
|
Loading…
Reference in New Issue
Block a user