]> Git Repo - linux.git/commit
decompressors: make the default XZ_DEC_* config match the selected architecture
authorFlorian Fainelli <[email protected]>
Fri, 22 Feb 2013 00:44:12 +0000 (16:44 -0800)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Acked-by: Lasse Collin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/xz/Kconfig
This page took 0.052783 seconds and 4 git commands to generate.