All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: Enable kernel XZ compression option on PPC_85xx
@ 2019-06-03 16:41 ` Pawel Dembicki
  0 siblings, 0 replies; 10+ messages in thread
From: Pawel Dembicki @ 2019-06-03 16:41 UTC (permalink / raw)
  Cc: Pawel Dembicki, Christian Lamparter, Benjamin Herrenschmidt,
	Paul Mackerras, Michael Ellerman, linuxppc-dev, linux-kernel

Enable kernel XZ compression option on PPC_85xx. Tested with
simpleImage on TP-Link TL-WDR4900 (Freescale P1014 processor).

Suggested-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
---
 arch/powerpc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 8c1c636308c8..daf4cb968922 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -196,7 +196,7 @@ config PPC
 	select HAVE_IOREMAP_PROT
 	select HAVE_IRQ_EXIT_ON_IRQ_STACK
 	select HAVE_KERNEL_GZIP
-	select HAVE_KERNEL_XZ			if PPC_BOOK3S || 44x
+	select HAVE_KERNEL_XZ			if PPC_BOOK3S || 44x || PPC_85xx
 	select HAVE_KPROBES
 	select HAVE_KPROBES_ON_FTRACE
 	select HAVE_KRETPROBES
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-06-14 19:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-03 16:41 [PATCH] powerpc: Enable kernel XZ compression option on PPC_85xx Pawel Dembicki
2019-06-03 16:41 ` Pawel Dembicki
2019-06-13  3:25 ` Daniel Axtens
2019-06-13  3:25   ` Daniel Axtens
2019-06-13 11:42   ` Michael Ellerman
2019-06-13 11:42     ` Michael Ellerman
2019-06-14 10:06     ` Christophe Leroy
2019-06-14 10:06       ` Christophe Leroy
2019-06-14 19:56       ` Christian Lamparter
2019-06-14 19:56         ` Christian Lamparter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.