X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FKconfig;h=0ee67e08ad3ec2486e4d2c7d11681bee406d61e3;hb=7921127e297ea203b794c4a1c3ef3eb0ee52acbf;hp=3116aa631af6247845ab78849bfe5684c7614314;hpb=bbba75606963c82febf7bd2761ea848ac5d1a1bb;p=pandora-kernel.git diff --git a/lib/Kconfig b/lib/Kconfig index 3116aa631af6..0ee67e08ad3e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -106,6 +106,8 @@ config LZO_COMPRESS config LZO_DECOMPRESS tristate +source "lib/xz/Kconfig" + # # These all provide a common interface (hence the apparent duplication with # ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.) @@ -120,6 +122,10 @@ config DECOMPRESS_BZIP2 config DECOMPRESS_LZMA tristate +config DECOMPRESS_XZ + select XZ_DEC + tristate + config DECOMPRESS_LZO select LZO_DECOMPRESS tristate