diff options
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 64e5148d82bc..8be67cd3fe01 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -322,7 +322,7 @@ config BLK_DEV_UB | |||
322 | If unsure, say N. | 322 | If unsure, say N. |
323 | 323 | ||
324 | config BLK_DEV_RAM | 324 | config BLK_DEV_RAM |
325 | tristate "RAM disk support" | 325 | tristate "RAM block device support" |
326 | ---help--- | 326 | ---help--- |
327 | Saying Y here will allow you to use a portion of your RAM memory as | 327 | Saying Y here will allow you to use a portion of your RAM memory as |
328 | a block device, so that you can make file systems on it, read and | 328 | a block device, so that you can make file systems on it, read and |
@@ -357,16 +357,6 @@ config BLK_DEV_RAM_SIZE | |||
357 | The default value is 4096 kilobytes. Only change this if you know | 357 | The default value is 4096 kilobytes. Only change this if you know |
358 | what you are doing. | 358 | what you are doing. |
359 | 359 | ||
360 | config BLK_DEV_RAM_BLOCKSIZE | ||
361 | int "Default RAM disk block size (bytes)" | ||
362 | depends on BLK_DEV_RAM | ||
363 | default "1024" | ||
364 | help | ||
365 | The default value is 1024 bytes. PAGE_SIZE is a much more | ||
366 | efficient choice however. The default is kept to ensure initrd | ||
367 | setups function - apparently needed by the rd_load_image routine | ||
368 | that supposes the filesystem in the image uses a 1024 blocksize. | ||
369 | |||
370 | config CDROM_PKTCDVD | 360 | config CDROM_PKTCDVD |
371 | tristate "Packet writing on CD/DVD media" | 361 | tristate "Packet writing on CD/DVD media" |
372 | depends on !UML | 362 | depends on !UML |