From bf616ce47be6802bbe7d6c7bae212e5b57da57eb Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 25 Jan 2024 13:36:37 +0100 Subject: 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 --- target/ppc/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'target/ppc') 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 -- cgit v1.1