Re: [PATCH 1/2] lzma support: decompression lib, initrd support

From: Roman Zippel
Date: Mon Jun 13 2005 - 19:35:19 EST


Hi,

On Sun, 12 Jun 2005, Christian Leber wrote:

> +config BLK_DEV_RAM_GZ
> + bool "Gzip compressed ramdisk support"
> + depends on BLK_DEV_RAM=y || BLK_DEV_RAM=m

"depends on BLK_DEV_RAM" is enough.

> +config BLK_DEV_RAM_LZMA
> + bool "Lzma compressed ramdisk support (EXPERIMENTAL)"
> + depends on BLK_DEV_RAM=y || BLK_DEV_RAM=m && EXPERIMENTAL
> + default n

Same as above and "default n" is useless.

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/