mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
microblaze: switch boards to "default y"
Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with Microblaze. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9f6ece49d5
commit
a75b180f41
3 changed files with 12 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
config PETALOGIX_S3ADSP1800
|
||||
bool
|
||||
default y
|
||||
depends on MICROBLAZE
|
||||
select PFLASH_CFI01
|
||||
select XILINX
|
||||
select XILINX_AXI
|
||||
|
@ -8,6 +10,8 @@ config PETALOGIX_S3ADSP1800
|
|||
|
||||
config PETALOGIX_ML605
|
||||
bool
|
||||
default y
|
||||
depends on MICROBLAZE
|
||||
select PFLASH_CFI01
|
||||
select SERIAL
|
||||
select SSI_M25P80
|
||||
|
@ -18,4 +22,6 @@ config PETALOGIX_ML605
|
|||
|
||||
config XLNX_ZYNQMP_PMU
|
||||
bool
|
||||
default y
|
||||
depends on MICROBLAZE
|
||||
select XLNX_ZYNQMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue