[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <46656395.30400@gmail.com>
Date: Tue, 05 Jun 2007 14:22:29 +0100
From: Michael-Luke Jones <mike.luke.jones@...il.com>
To: Richard Purdie <rpurdie@...nedhand.com>
CC: akpm <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
David Woodhouse <dwmw2@...radead.org>,
Nitin Gupta <nitingupta910@...il.com>
Subject: Re: [PATCH -mm 1/5] Add LZO1X compression support to the kernel
Richard Purdie wrote:
> Index: linux-2.6.21/lib/Kconfig
> ===================================================================
> --- linux-2.6.21.orig/lib/Kconfig 2007-06-04 12:19:37.000000000 +0100
> +++ linux-2.6.21/lib/Kconfig 2007-06-04 12:19:46.000000000 +0100
> @@ -71,6 +71,11 @@ config AUDIT_GENERIC
> depends on AUDIT && !AUDIT_ARCH
> default y
>
> +config LZO
> + tristate "LZO compressor/decompressor"
> + help
> + minilzo implementation in kernelspace.
> +
> #
> # compression support is select'ed if needed
> #
Can this support option be hidden please, with decompression and
compression support Kconfig options separated out to support minimal
compilation of just the decompressor for read-only filesystems.
Michael-Luke
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists