diff mbox series

powerpc: enable kernel XZ compression option on BOOK3S_32

Message ID 20180619205230.19290-1-aaro.koskinen@iki.fi (mailing list archive)
State Accepted
Commit 26064848efbca49c643d1237dc1f8215515d52ee
Headers show
Series powerpc: enable kernel XZ compression option on BOOK3S_32 | expand

Commit Message

Aaro Koskinen June 19, 2018, 8:52 p.m. UTC
Enable kernel XZ compression option on BOOK3S_32. Tested on G4 PowerBook.

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

Comments

Michael Ellerman July 19, 2018, 6:07 a.m. UTC | #1
On Tue, 2018-06-19 at 20:52:30 UTC, Aaro Koskinen wrote:
> Enable kernel XZ compression option on BOOK3S_32. Tested on G4 PowerBook.
> 
> Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/26064848efbca49c643d1237dc1f82

cheers
diff mbox series

Patch

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"