diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-01-25 13:36:37 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-03 15:47:47 +0200 |
commit | a75b180f415a7d95754364b2a584d69b16bd141b (patch) | |
tree | 15f3ab3736d95ca53c72f954b1b10c3e7cb57f79 /hw | |
parent | 9f6ece49d5a1e79e9d6c8f3308c12fad66c481c0 (diff) | |
download | qemu-a75b180f415a7d95754364b2a584d69b16bd141b.zip qemu-a75b180f415a7d95754364b2a584d69b16bd141b.tar.gz qemu-a75b180f415a7d95754364b2a584d69b16bd141b.tar.bz2 |
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>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/microblaze/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/microblaze/Kconfig b/hw/microblaze/Kconfig index e2697ce..d78ba84 100644 --- a/hw/microblaze/Kconfig +++ b/hw/microblaze/Kconfig @@ -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 |