Kconfig (b22364c8eec89e6b0c081a237f3b6348df87796f) | Kconfig (c33df4eaaf41fd3e34837a6ae9a5f9970c393d9f) |
---|---|
1# 2# Block device driver configuration 3# 4 5if BLOCK 6 7menu "Block devices" 8 --- 403 unchanged lines hidden (view full) --- 412 help 413 The initial RAM filesystem is a ramfs which is loaded by the 414 boot loader (loadlin or lilo) and that is mounted as root 415 before the normal boot procedure. It is typically used to 416 load modules needed to mount the "real" root file system, 417 etc. See <file:Documentation/initrd.txt> for details. 418 419 If RAM disk support (BLK_DEV_RAM) is also included, this | 1# 2# Block device driver configuration 3# 4 5if BLOCK 6 7menu "Block devices" 8 --- 403 unchanged lines hidden (view full) --- 412 help 413 The initial RAM filesystem is a ramfs which is loaded by the 414 boot loader (loadlin or lilo) and that is mounted as root 415 before the normal boot procedure. It is typically used to 416 load modules needed to mount the "real" root file system, 417 etc. See <file:Documentation/initrd.txt> for details. 418 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 423config CDROM_PKTCDVD 424 tristate "Packet writing on CD/DVD media" 425 depends on !UML 426 help 427 If you have a CDROM/DVD drive that supports packet writing, say 428 Y to include support. It should work with any MMC/Mt Fuji 429 compliant ATAPI or SCSI drive, which is just about any newer --- 43 unchanged lines hidden --- | 424 425config CDROM_PKTCDVD 426 tristate "Packet writing on CD/DVD media" 427 depends on !UML 428 help 429 If you have a CDROM/DVD drive that supports packet writing, say 430 Y to include support. It should work with any MMC/Mt Fuji 431 compliant ATAPI or SCSI drive, which is just about any newer --- 43 unchanged lines hidden --- |