--- linux-2.6.9/drivers/block/Kconfig 2004-10-18 23:53:43.000000000 +0200 +++ linux-2.6.9.barco/drivers/block/Kconfig 2004-11-25 09:00:56.000000000 +0100 @@ -329,6 +329,15 @@ config BLK_DEV_RAM Most normal users won't need the RAM disk functionality, and can thus say N here. +config BLK_DEV_RAM_COUNT + int "Default number of RAM disks" + depends on BLK_DEV_RAM + default "16" + help + The default value is 16 RAM disks. Change this if you know what + are doing. If you boot from a filesystem that needs to be extracted + in memory, you will need at least one RAM disk (e.g. root on cramfs). + config BLK_DEV_RAM_SIZE int "Default RAM disk size (kbytes)" depends on BLK_DEV_RAM