linux/lib/xz
Paul Bolle 97da55fcec decompressors: fix typo "POWERPC"
Commit 5dc49c75a2 ("decompressors: make the default XZ_DEC_* config
match the selected architecture") added

	default y if POWERPC

to lib/xz/Kconfig.  But there is no Kconfig symbol POWERPC.  The most
general Kconfig symbol for the powerpc architecture is PPC.  So let's
use that.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Cc: Florian Fainelli <florian@openwrt.org>
Cc: Lasse Collin <lasse.collin@tukaani.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-03-13 15:21:48 -07:00
..
Kconfig decompressors: fix typo "POWERPC" 2013-03-13 15:21:48 -07:00
Makefile
xz_crc32.c
xz_dec_bcj.c XZ: Fix incorrect XZ_BUF_ERROR 2011-09-21 13:39:59 -07:00
xz_dec_lzma2.c XZ decompressor: Fix decoding of empty LZMA2 streams 2011-05-02 08:46:12 -07:00
xz_dec_stream.c
xz_dec_syms.c
xz_dec_test.c
xz_lzma2.h
xz_private.h XZ: Fix missing <linux/kernel.h> include 2011-07-24 10:00:08 -07:00
xz_stream.h