diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/block/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 58c1debf86f1..cacb1c816e35 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -417,8 +417,10 @@ config BLK_DEV_INITRD | |||
417 | etc. See <file:Documentation/initrd.txt> for details. | 417 | etc. See <file:Documentation/initrd.txt> for details. |
418 | 418 | ||
419 | If RAM disk support (BLK_DEV_RAM) is also included, this | 419 | If RAM disk support (BLK_DEV_RAM) is also included, this |
420 | also enables initial RAM disk (initrd) support. | 420 | also enables initial RAM disk (initrd) support and adds |
421 | 15 Kbytes (more on some other architectures) to the kernel size. | ||
421 | 422 | ||
423 | If unsure say Y. | ||
422 | 424 | ||
423 | config CDROM_PKTCDVD | 425 | config CDROM_PKTCDVD |
424 | tristate "Packet writing on CD/DVD media" | 426 | tristate "Packet writing on CD/DVD media" |