[PATCH] powerpc: enable kernel XZ compression option on BOOK3S_32

Aaro Koskinen aaro.koskinen at iki.fi
Wed Jun 20 06:52:30 AEST 2018


Enable kernel XZ compression option on BOOK3S_32. Tested on G4 PowerBook.

Signed-off-by: Aaro Koskinen <aaro.koskinen at iki.fi>
---
 arch/powerpc/platforms/Kconfig.cputype | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index 67d3125d0610..aa8fe7fcc48e 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -25,6 +25,7 @@ choice
 config PPC_BOOK3S_32
 	bool "512x/52xx/6xx/7xx/74xx/82xx/83xx/86xx"
 	select PPC_FPU
+	select HAVE_KERNEL_XZ
 
 config PPC_85xx
 	bool "Freescale 85xx"
-- 
2.17.0



More information about the Linuxppc-dev mailing list