|
@@ -69,6 +69,7 @@ config AMIGA_Z2RAM
|
|
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 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
|
|
"GD-ROM" by SEGA to signify it is capable of reading special disks
|
|
"GD-ROM" by SEGA to signify it is capable of reading special disks
|
|
@@ -114,6 +115,7 @@ config BLK_CPQ_CISS_DA
|
|
tristate "Compaq Smart Array 5xxx support"
|
|
tristate "Compaq Smart Array 5xxx support"
|
|
depends on PCI
|
|
depends on PCI
|
|
select CHECK_SIGNATURE
|
|
select CHECK_SIGNATURE
|
|
|
|
+ select BLK_SCSI_REQUEST
|
|
help
|
|
help
|
|
This is the driver for Compaq Smart Array 5xxx controllers.
|
|
This is the driver for Compaq Smart Array 5xxx controllers.
|
|
Everyone using these boards should say Y here.
|
|
Everyone using these boards should say Y here.
|
|
@@ -386,6 +388,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 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
|
|
kernel in the near future!
|
|
kernel in the near future!
|
|
@@ -497,6 +500,7 @@ config XEN_BLKDEV_BACKEND
|
|
config VIRTIO_BLK
|
|
config VIRTIO_BLK
|
|
tristate "Virtio block driver"
|
|
tristate "Virtio block driver"
|
|
depends on VIRTIO
|
|
depends on VIRTIO
|
|
|
|
+ select BLK_SCSI_REQUEST
|
|
---help---
|
|
---help---
|
|
This is the virtual block driver for virtio. It can be used with
|
|
This is the virtual block driver for virtio. It can be used with
|
|
lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
|
|
lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
|