|
@@ -67,9 +67,20 @@ config AMIGA_Z2RAM
|
|
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 z2ram.
|
|
module will be called z2ram.
|
|
|
|
|
|
|
|
+config CDROM
|
|
|
|
+ tristate "CD-ROM driver"
|
|
|
|
+ help
|
|
|
|
+ A CD-ROM is a pre-pressed optical compact disc which contains
|
|
|
|
+ data. The name is an acronym which stands for "Compact Disc
|
|
|
|
+ Read-Only Memory". This driver implements functionality that is
|
|
|
|
+ shared by all CD-ROM drivers, e.g. the IDE CD-ROM driver and the
|
|
|
|
+ SCSI CD-ROM driver. For a list of the ioctls implemented by this
|
|
|
|
+ driver, see also Documentation/ioctl/cdrom.txt.
|
|
|
|
+
|
|
config GDROM
|
|
config GDROM
|
|
tristate "SEGA Dreamcast GD-ROM drive"
|
|
tristate "SEGA Dreamcast GD-ROM drive"
|
|
depends on SH_DREAMCAST
|
|
depends on SH_DREAMCAST
|
|
|
|
+ select CDROM
|
|
select BLK_SCSI_REQUEST # only for the generic cdrom code
|
|
select BLK_SCSI_REQUEST # only for the generic cdrom code
|
|
help
|
|
help
|
|
A standard SEGA Dreamcast comes with a modified CD ROM drive called a
|
|
A standard SEGA Dreamcast comes with a modified CD ROM drive called a
|
|
@@ -347,6 +358,7 @@ config BLK_DEV_RAM_DAX
|
|
config CDROM_PKTCDVD
|
|
config CDROM_PKTCDVD
|
|
tristate "Packet writing on CD/DVD media (DEPRECATED)"
|
|
tristate "Packet writing on CD/DVD media (DEPRECATED)"
|
|
depends on !UML
|
|
depends on !UML
|
|
|
|
+ select CDROM
|
|
select BLK_SCSI_REQUEST
|
|
select BLK_SCSI_REQUEST
|
|
help
|
|
help
|
|
Note: This driver is deprecated and will be removed from the
|
|
Note: This driver is deprecated and will be removed from the
|