summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorOliver O'Halloran2016-09-22 08:54:30 +0200
committerMichael Ellerman2016-09-28 06:25:55 +0200
commit22750d98b00bd704694224d6df69a1a6f29ea22c (patch)
treeec75424ae2835dcef26033cfe2d8953f47c598ef /arch/powerpc/Kconfig
parentpowerpc/boot: Add sed script (diff)
downloadkernel-qcow2-linux-22750d98b00bd704694224d6df69a1a6f29ea22c.tar.gz
kernel-qcow2-linux-22750d98b00bd704694224d6df69a1a6f29ea22c.tar.xz
kernel-qcow2-linux-22750d98b00bd704694224d6df69a1a6f29ea22c.zip
powerpc/boot: Use CONFIG_KERNEL_GZIP
Most architectures allow the compression algorithm used to produced the vmlinuz image to be selected as a kernel config option. In preperation for supporting algorithms other than gzip in the powerpc boot wrapper the makefile needs to be modified to use these config options. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 0a70c86855d9..243252a8ae04 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -162,6 +162,7 @@ config PPC
select GENERIC_CPU_AUTOPROBE
select HAVE_VIRT_CPU_ACCOUNTING
select HAVE_ARCH_HARDENED_USERCOPY
+ select HAVE_KERNEL_GZIP
config GENERIC_CSUM
def_bool CPU_LITTLE_ENDIAN