X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=lib%2FKconfig;h=2a9c69f3448216e8ce3f6a0f5488a947dfa55060;hb=6e15cf04860074ad032e88c306bea656bbdd0f22;hp=fc8ea1ca59d889bb87e4fbb4fc38002c4b323b47;hpb=ceacc2c1c85ac498ca4cf297bdfe5b4aaa9fd0e0;p=safe%2Fjmp%2Flinux-2.6 diff --git a/lib/Kconfig b/lib/Kconfig index fc8ea1c..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 @@ -168,4 +182,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