diff options
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 422e31d5f8e5..17dc22282e14 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -207,8 +207,7 @@ config BLK_DEV_UMEM | |||
207 | module will be called umem. | 207 | module will be called umem. |
208 | 208 | ||
209 | The umem driver has not yet been allocated a MAJOR number, so | 209 | The umem driver has not yet been allocated a MAJOR number, so |
210 | one is chosen dynamically. Use "devfs" or look in /proc/devices | 210 | one is chosen dynamically. |
211 | for the device number | ||
212 | 211 | ||
213 | config BLK_DEV_UBD | 212 | config BLK_DEV_UBD |
214 | bool "Virtual block device" | 213 | bool "Virtual block device" |
@@ -407,7 +406,7 @@ config BLK_DEV_RAM_BLOCKSIZE | |||
407 | depends on BLK_DEV_RAM | 406 | depends on BLK_DEV_RAM |
408 | default "1024" | 407 | default "1024" |
409 | help | 408 | help |
410 | The default value is 1024 kilobytes. PAGE_SIZE is a much more | 409 | The default value is 1024 bytes. PAGE_SIZE is a much more |
411 | efficient choice however. The default is kept to ensure initrd | 410 | efficient choice however. The default is kept to ensure initrd |
412 | setups function - apparently needed by the rd_load_image routine | 411 | setups function - apparently needed by the rd_load_image routine |
413 | that supposes the filesystem in the image uses a 1024 blocksize. | 412 | that supposes the filesystem in the image uses a 1024 blocksize. |