X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=lib%2FKconfig;h=8ade0a7a91e09ae11e4921338d5363ee74803d05;hp=97d62cf091a7253aa960442e585f747273e3d937;hb=38a6ed3ed8e108b662f4016a1ebf068dcf4c1ef4;hpb=f2d28a2ebcb525a6ec7e2152106ddb385ef52b73 diff --git a/lib/Kconfig b/lib/Kconfig index 97d62cf091a..8ade0a7a91e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -100,6 +100,20 @@ config LZO_COMPRESS 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 # @@ -139,12 +153,6 @@ config TEXTSEARCH_BM config TEXTSEARCH_FSM tristate -# -# plist support is select#ed if needed -# -config PLIST - boolean - config HAS_IOMEM boolean depends on !NO_IOMEM @@ -177,4 +185,10 @@ config DISABLE_OBSOLETE_CPUMASK_FUNCTIONS bool "Disable obsolete cpumask functions" if DEBUG_PER_CPU_MAPS depends on EXPERIMENTAL && BROKEN +# +# Netlink attribute parsing support is select'ed if needed +# +config NLATTR + bool + endmenu