mpc85xx: convert TL-WDR4900 v1 to simpleImage
[oweals/openwrt.git] / target / linux / generic / pending-4.19 / 342-powerpc-Enable-kernel-XZ-compression-option-on-PPC_8.patch
1 From 66770a004afe10df11d3902e16eaa0c2c39436bb Mon Sep 17 00:00:00 2001
2 From: Pawel Dembicki <paweldembicki@gmail.com>
3 Date: Fri, 24 May 2019 17:56:19 +0200
4 Subject: [PATCH] powerpc: Enable kernel XZ compression option on PPC_85xx
5
6 Enable kernel XZ compression option on PPC_85xx. Tested with
7 simpleImage on TP-Link TL-WDR4900 (Freescale P1014 processor).
8
9 Suggested-by: Christian Lamparter <chunkeey@gmail.com>
10 Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
11 ---
12  arch/powerpc/Kconfig | 2 +-
13  1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
16 index a80669209155..f1e9f31ee3b0 100644
17 --- a/arch/powerpc/Kconfig
18 +++ b/arch/powerpc/Kconfig
19 @@ -197,7 +197,7 @@ config PPC
20         select HAVE_IOREMAP_PROT
21         select HAVE_IRQ_EXIT_ON_IRQ_STACK
22         select HAVE_KERNEL_GZIP
23 -       select HAVE_KERNEL_XZ                   if PPC_BOOK3S
24 +       select HAVE_KERNEL_XZ                   if PPC_BOOK3S || PPC_85xx
25         select HAVE_KPROBES
26         select HAVE_KPROBES_ON_FTRACE
27         select HAVE_KRETPROBES
28 -- 
29 2.20.1
30