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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to