Kconfig (4e0c1159d83a658d1ffba5bc3442f4ec4cadb436) | Kconfig (3a65dfe8c088143c7155cfd36a72f4b0ad2fc4b2) |
---|---|
1# 2# Block device driver configuration 3# 4 5menu "Block devices" 6 7config BLK_DEV_FD 8 tristate "Normal floppy disk support" --- 395 unchanged lines hidden (view full) --- 404 help 405 The initial RAM disk is a RAM disk that is loaded by the boot loader 406 (loadlin or lilo) and that is mounted as root before the normal boot 407 procedure. It is typically used to load modules needed to mount the 408 "real" root file system, etc. See <file:Documentation/initrd.txt> 409 for details. 410 411 | 1# 2# Block device driver configuration 3# 4 5menu "Block devices" 6 7config BLK_DEV_FD 8 tristate "Normal floppy disk support" --- 395 unchanged lines hidden (view full) --- 404 help 405 The initial RAM disk is a RAM disk that is loaded by the boot loader 406 (loadlin or lilo) and that is mounted as root before the normal boot 407 procedure. It is typically used to load modules needed to mount the 408 "real" root file system, etc. See <file:Documentation/initrd.txt> 409 for details. 410 411 |
412#XXX - it makes sense to enable this only for 32-bit subarch's, not for x86_64 413#for instance. 414config LBD 415 bool "Support for Large Block Devices" 416 depends on X86 || (MIPS && 32BIT) || PPC32 || ARCH_S390_31 || SUPERH || UML 417 help 418 Say Y here if you want to attach large (bigger than 2TB) discs to 419 your machine, or if you want to have a raid or loopback device 420 bigger than 2TB. Otherwise say N. 421 | |
422config CDROM_PKTCDVD 423 tristate "Packet writing on CD/DVD media" 424 depends on !UML 425 help 426 If you have a CDROM drive that supports packet writing, say Y to 427 include preliminary support. It should work with any MMC/Mt Fuji 428 compliant ATAPI or SCSI drive, which is just about any newer CD 429 writer. --- 20 unchanged lines hidden (view full) --- 450 depends on CDROM_PKTCDVD 451 help 452 If enabled, write caching will be set for the CD-R/W device. For now 453 this option is dangerous unless the CD-RW media is known good, as we 454 don't do deferred write error handling yet. 455 456source "drivers/s390/block/Kconfig" 457 | 412config CDROM_PKTCDVD 413 tristate "Packet writing on CD/DVD media" 414 depends on !UML 415 help 416 If you have a CDROM drive that supports packet writing, say Y to 417 include preliminary support. It should work with any MMC/Mt Fuji 418 compliant ATAPI or SCSI drive, which is just about any newer CD 419 writer. --- 20 unchanged lines hidden (view full) --- 440 depends on CDROM_PKTCDVD 441 help 442 If enabled, write caching will be set for the CD-R/W device. For now 443 this option is dangerous unless the CD-RW media is known good, as we 444 don't do deferred write error handling yet. 445 446source "drivers/s390/block/Kconfig" 447 |
458source "drivers/block/Kconfig.iosched" 459 | |
460config ATA_OVER_ETH 461 tristate "ATA over Ethernet support" 462 depends on NET 463 help 464 This driver provides Support for ATA over Ethernet block 465 devices like the Coraid EtherDrive (R) Storage Blade. 466 467endmenu | 448config ATA_OVER_ETH 449 tristate "ATA over Ethernet support" 450 depends on NET 451 help 452 This driver provides Support for ATA over Ethernet block 453 devices like the Coraid EtherDrive (R) Storage Blade. 454 455endmenu |