mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
microblaze-softmmu.mak: express dependencies with Kconfig
%-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
5617378c1c
commit
a22b2ce579
2 changed files with 14 additions and 8 deletions
|
@ -1,8 +1,20 @@
|
|||
config PETALOGIX_S3ADSP1800
|
||||
bool
|
||||
select PFLASH_CFI01
|
||||
select XILINX
|
||||
select XILINX_AXI
|
||||
select XILINX_ETHLITE
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue