ath79: fix incorrect identation in qca9557.dtsi
[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 --- a/arch/powerpc/Kconfig
16 +++ b/arch/powerpc/Kconfig
17 @@ -197,7 +197,7 @@ config PPC
18         select HAVE_IOREMAP_PROT
19         select HAVE_IRQ_EXIT_ON_IRQ_STACK
20         select HAVE_KERNEL_GZIP
21 -       select HAVE_KERNEL_XZ                   if PPC_BOOK3S
22 +       select HAVE_KERNEL_XZ                   if PPC_BOOK3S || PPC_85xx
23         select HAVE_KPROBES
24         select HAVE_KPROBES_ON_FTRACE
25         select HAVE_KRETPROBES