mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 05:04:20 +00:00
[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>
This commit is contained in:
parent
adb9250a07
commit
2d4eeec563
1 changed files with 9 additions and 5 deletions
|
@ -431,14 +431,18 @@ config CDROM_PKTCDVD
|
||||||
tristate "Packet writing on CD/DVD media"
|
tristate "Packet writing on CD/DVD media"
|
||||||
depends on !UML
|
depends on !UML
|
||||||
help
|
help
|
||||||
If you have a CDROM drive that supports packet writing, say Y to
|
If you have a CDROM/DVD drive that supports packet writing, say
|
||||||
include preliminary support. It should work with any MMC/Mt Fuji
|
Y to include support. It should work with any MMC/Mt Fuji
|
||||||
compliant ATAPI or SCSI drive, which is just about any newer CD
|
compliant ATAPI or SCSI drive, which is just about any newer
|
||||||
writer.
|
DVD/CD writer.
|
||||||
|
|
||||||
Currently only writing to CD-RW, DVD-RW and DVD+RW discs is possible.
|
Currently only writing to CD-RW, DVD-RW, DVD+RW and DVDRAM discs
|
||||||
|
is possible.
|
||||||
DVD-RW disks must be in restricted overwrite mode.
|
DVD-RW disks must be in restricted overwrite mode.
|
||||||
|
|
||||||
|
See the file <file:Documentation/cdrom/packet-writing.txt>
|
||||||
|
for further information on the use of this driver.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called pktcdvd.
|
module will be called pktcdvd.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue