Re: [PATCH 2.6] -- Fixes KCONFIG for initrd

From: Adrian Bunk
Date: Sun Feb 15 2004 - 08:13:03 EST


On Sat, Feb 14, 2004 at 12:56:44AM -0800, Jim Gifford wrote:
> Description: Prevents initrd from being built if ram device is built
> as a module.
>
> --- linux-2.6.2/drivers/block/Kconfig.orig 2004-02-14 08:47:03.911807371
> +0000
> +++ linux-2.6.2/drivers/block/Kconfig 2004-02-14 08:49:37.739118285 +0000
> @@ -313,6 +313,7 @@
>
> config BLK_DEV_INITRD
> bool "Initial RAM disk (initrd) support"
> + depends on BLK_DEV_RAM && BLK_DEV_RAM!=m
>...

depends on BLK_DEV_RAM=y


> Jim Gifford

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
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/