aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
authorThomas Maier <balagi@justmail.de>2006-12-08 05:36:10 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-08 11:28:38 -0500
commit2d4eeec563a0472b68de3597c17f2d3b11c49c00 (patch)
treef316305c49cda049b22ad82629c34517793fc337 /drivers/block/Kconfig
parentadb9250a07edb7d41a17ba3b96fcb84c4d8e4260 (diff)
[PATCH] pktcdvd: make procfs interface optional
pktcdvd: Update Kconfig help text. Signed-off-by: Thomas Maier <balagi@justmail.de> Signed-off-by: Peter Osterlund <petero2@telia.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r--drivers/block/Kconfig14
1 files changed, 9 insertions, 5 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 85072446d772..ce9cfcb6071c 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -431,14 +431,18 @@ config CDROM_PKTCDVD
431 tristate "Packet writing on CD/DVD media" 431 tristate "Packet writing on CD/DVD media"
432 depends on !UML 432 depends on !UML
433 help 433 help
434 If you have a CDROM drive that supports packet writing, say Y to 434 If you have a CDROM/DVD drive that supports packet writing, say
435 include preliminary support. It should work with any MMC/Mt Fuji 435 Y to include support. It should work with any MMC/Mt Fuji
436 compliant ATAPI or SCSI drive, which is just about any newer CD 436 compliant ATAPI or SCSI drive, which is just about any newer
437 writer. 437 DVD/CD writer.
438 438
439 Currently only writing to CD-RW, DVD-RW and DVD+RW discs is possible. 439 Currently only writing to CD-RW, DVD-RW, DVD+RW and DVDRAM discs
440 is possible.
440 DVD-RW disks must be in restricted overwrite mode. 441 DVD-RW disks must be in restricted overwrite mode.
441 442
443 See the file <file:Documentation/cdrom/packet-writing.txt>
444 for further information on the use of this driver.
445
442 To compile this driver as a module, choose M here: the 446 To compile this driver as a module, choose M here: the
443 module will be called pktcdvd. 447 module will be called pktcdvd.
444 448