decompressors: make the default XZ_DEC_* config match the selected architecture
authorFlorian Fainelli <florian@openwrt.org>
Fri, 22 Feb 2013 00:44:12 +0000 (16:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:26 +0000 (17:22 -0800)
commit5dc49c75a26b99e86a18441e0b64c1f7c7c6a500
treec3c142d3c43785a753ab987a92961fa0fbf7e188
parent64dbfb444c150f5b64979323a197dedc2ec3e02c
decompressors: make the default XZ_DEC_* config match the selected architecture

Change the defautl XZ_DEC_* config symbol to match the configured
architecture.  It is perfectly legitimate to support multiple XZ BCJ
filters for different architectures (e.g.: to mount foreign squashfs/xz
compressed filesystems), it is however more natural not to select them all
by default, but only the one matching the configured architecture.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Acked-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/xz/Kconfig