X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fblock%2FKconfig;fp=drivers%2Fblock%2FKconfig;h=74f83148de217c6f478cc75c06e5d776217ca24f;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=2254b38da19f7ec466f044448fed2c203f78ce7e;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 2254b38da..74f83148d 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -407,8 +407,19 @@ config BLK_DEV_RAM_SIZE what are you doing. If you are using IBM S/390, then set this to 8192. +config BLK_DEV_RAM_BLOCKSIZE + int "Default RAM disk block size (bytes)" + depends on BLK_DEV_RAM + default "1024" + help + The default value is 1024 kilobytes. PAGE_SIZE is a much more + efficient choice however. The default is kept to ensure initrd + setups function - apparently needed by the rd_load_image routine + that supposes the filesystem in the image uses a 1024 blocksize. + config BLK_DEV_INITRD bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" + depends on BROKEN || !FRV help The initial RAM filesystem is a ramfs which is loaded by the boot loader (loadlin or lilo) and that is mounted as root