diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2018-06-19 22:52:30 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-04 14:41:10 +0200 |
commit | 26064848efbca49c643d1237dc1f8215515d52ee (patch) | |
tree | a07165162a8fc950763e6a7d65d901368b912f50 /arch/powerpc/Kconfig | |
parent | powerpc/msi: Remove VLA usage (diff) | |
download | linux-26064848efbca49c643d1237dc1f8215515d52ee.tar.xz linux-26064848efbca49c643d1237dc1f8215515d52ee.zip |
powerpc: Enable kernel XZ compression option on BOOK3S_32
Enable kernel XZ compression option on BOOK3S_32. Tested on G4
PowerBook.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
[mpe: Use one select under the PPC symbol guarded by if PPC_BOOK3S]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 9f2b75fe2c2d..5eb4d969afbf 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -197,6 +197,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 select HAVE_KPROBES select HAVE_KPROBES_ON_FTRACE select HAVE_KRETPROBES |