]> git.baikalelectronics.ru Git - kernel.git/commit
decompressors: fix typo "POWERPC"
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 13 Mar 2013 21:59:44 +0000 (14:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Mar 2013 22:21:48 +0000 (15:21 -0700)
commitaed6efb3f303d3b98cea3561ca1f2b6e96b66f56
treebcd5b654013262a7c21e35edb1c37fc92f9730f9
parent82c243ee30c502ef3f27534c04171a0d9aa8b36d
decompressors: fix typo "POWERPC"

Commit 61b644f0d6d3 ("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>
lib/xz/Kconfig