qemu-patch-raspberry4/hw/microblaze/Kconfig
Thomas Huth 5aa78a8957 hw/misc: Add a config switch for the "unimplemented" device
The device is only used by some few boards. Let's use a proper Kconfig
switch so that we only compile this code if we really need it.

Message-Id: <20190817101931.28386-8-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2019-08-20 09:11:17 +02:00

22 lines
385 B
Plaintext

config PETALOGIX_S3ADSP1800
bool
select PFLASH_CFI01
select XILINX
select XILINX_AXI
select XILINX_ETHLITE
select UNIMP
config PETALOGIX_ML605
bool
select PFLASH_CFI01
select SERIAL
select SSI_M25P80
select XILINX
select XILINX_AXI
select XILINX_ETHLITE
select XILINX_SPI
config XLNX_ZYNQMP_PMU
bool
select XLNX_ZYNQMP