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 | bf616ce47be6802bbe7d6c7bae212e5b57da57eb (patch) | |
tree | b9b407bd072b063a8d9ff4da77c2250e07f26ec1 /target/ppc | |
parent | c8b39c9b5b901b173fbbb0ec3f147e9694ece48c (diff) | |
download | qemu-bf616ce47be6802bbe7d6c7bae212e5b57da57eb.zip qemu-bf616ce47be6802bbe7d6c7bae212e5b57da57eb.tar.gz qemu-bf616ce47be6802bbe7d6c7bae212e5b57da57eb.tar.bz2 |
ppc: 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 PowerPC/POWER.
No changes to generated config-devices.mak files, other than
adding CONFIG_PPC to the ppc64-softmmu target.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/ppc/Kconfig b/target/ppc/Kconfig index 3ff1520..0283711 100644 --- a/target/ppc/Kconfig +++ b/target/ppc/Kconfig @@ -3,3 +3,4 @@ config PPC config PPC64 bool + select PPC |