aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r--drivers/block/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 64e5148d82bc..b6d230b3209f 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
324config BLK_DEV_RAM 324config 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,15 +357,15 @@ 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
360config BLK_DEV_RAM_BLOCKSIZE 360config BLK_DEV_XIP
361 int "Default RAM disk block size (bytes)" 361 bool "Support XIP filesystems on RAM block device"
362 depends on BLK_DEV_RAM 362 depends on BLK_DEV_RAM
363 default "1024" 363 default n
364 help 364 help
365 The default value is 1024 bytes. PAGE_SIZE is a much more 365 Support XIP filesystems (such as ext2 with XIP support on) on
366 efficient choice however. The default is kept to ensure initrd 366 top of block ram device. This will slightly enlarge the kernel, and
367 setups function - apparently needed by the rd_load_image routine 367 will prevent RAM block device backing store memory from being
368 that supposes the filesystem in the image uses a 1024 blocksize. 368 allocated from highmem (only a problem for highmem systems).
369 369
370config CDROM_PKTCDVD 370config CDROM_PKTCDVD
371 tristate "Packet writing on CD/DVD media" 371 tristate "Packet writing on CD/DVD media"