X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=lib%2FKconfig;h=2a9c69f3448216e8ce3f6a0f5488a947dfa55060;hp=54aaf4feaf6c01e05b436866af7522301890eaa2;hb=6e15cf04860074ad032e88c306bea656bbdd0f22;hpb=be0ea69674ed95e1e98cb3687a241badc756d228 diff --git a/lib/Kconfig b/lib/Kconfig index 54aaf4f..2a9c69f 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -98,6 +98,20 @@ config LZO_DECOMPRESS tristate # +# These all provide a common interface (hence the apparent duplication with +# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.) +# +config DECOMPRESS_GZIP + select ZLIB_INFLATE + tristate + +config DECOMPRESS_BZIP2 + tristate + +config DECOMPRESS_LZMA + tristate + +# # Generic allocator support is selected if needed # config GENERIC_ALLOCATOR