[PATCH] powerpc/g5: Enable all windfarms by default

From: Linus Walleij

Date: Fri Dec 05 2025 - 09:02:41 EST


The G5 defconfig is clearly intended for the G5 Powermac
series, and that should enable all the available
windfarm drivers, or the machine will overheat a short
while after booting and shut itself down, which is
annoying.

Signed-off-by: Linus Walleij <linusw@xxxxxxxxxx>
---
arch/powerpc/configs/g5_defconfig | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/powerpc/configs/g5_defconfig b/arch/powerpc/configs/g5_defconfig
index 428f17b45513..2fe8ca266b5f 100644
--- a/arch/powerpc/configs/g5_defconfig
+++ b/arch/powerpc/configs/g5_defconfig
@@ -85,6 +85,8 @@ CONFIG_PMAC_SMU=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_WINDFARM=y
CONFIG_WINDFARM_PM81=y
+CONFIG_WINDFARM_PM72=y
+CONFIG_WINDFARM_RM31=y
CONFIG_WINDFARM_PM91=y
CONFIG_WINDFARM_PM112=y
CONFIG_WINDFARM_PM121=y

---
base-commit: 559e608c46553c107dbba19dae0854af7b219400
change-id: 20251205-powermac-g5-config-69128e93d584

Best regards,
--
Linus Walleij <linusw@xxxxxxxxxx>