aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/block/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index ca4d7f0d09b7..38a085ea7758 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -351,7 +351,7 @@ config BLK_DEV_RAM_COUNT
351 default "16" 351 default "16"
352 depends on BLK_DEV_RAM 352 depends on BLK_DEV_RAM
353 help 353 help
354 The default value is 16 RAM disks. Change this if you know what 354 The default value is 16 RAM disks. Change this if you know what you
355 are doing. If you boot from a filesystem that needs to be extracted 355 are doing. If you boot from a filesystem that needs to be extracted
356 in memory, you will need at least one RAM disk (e.g. root on cramfs). 356 in memory, you will need at least one RAM disk (e.g. root on cramfs).
357 357
@@ -361,7 +361,7 @@ config BLK_DEV_RAM_SIZE
361 default "4096" 361 default "4096"
362 help 362 help
363 The default value is 4096 kilobytes. Only change this if you know 363 The default value is 4096 kilobytes. Only change this if you know
364 what are you doing. 364 what you are doing.
365 365
366config BLK_DEV_RAM_BLOCKSIZE 366config BLK_DEV_RAM_BLOCKSIZE
367 int "Default RAM disk block size (bytes)" 367 int "Default RAM disk block size (bytes)"