summaryrefslogtreecommitdiffstats
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r--drivers/block/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 7b2df7a54d87..923b417eaf4c 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -68,9 +68,13 @@ config AMIGA_Z2RAM
68 To compile this driver as a module, choose M here: the 68 To compile this driver as a module, choose M here: the
69 module will be called z2ram. 69 module will be called z2ram.
70 70
71config CDROM
72 tristate
73
71config GDROM 74config GDROM
72 tristate "SEGA Dreamcast GD-ROM drive" 75 tristate "SEGA Dreamcast GD-ROM drive"
73 depends on SH_DREAMCAST 76 depends on SH_DREAMCAST
77 select CDROM
74 select BLK_SCSI_REQUEST # only for the generic cdrom code 78 select BLK_SCSI_REQUEST # only for the generic cdrom code
75 help 79 help
76 A standard SEGA Dreamcast comes with a modified CD ROM drive called a 80 A standard SEGA Dreamcast comes with a modified CD ROM drive called a
@@ -348,6 +352,7 @@ config BLK_DEV_RAM_DAX
348config CDROM_PKTCDVD 352config CDROM_PKTCDVD
349 tristate "Packet writing on CD/DVD media (DEPRECATED)" 353 tristate "Packet writing on CD/DVD media (DEPRECATED)"
350 depends on !UML 354 depends on !UML
355 select CDROM
351 select BLK_SCSI_REQUEST 356 select BLK_SCSI_REQUEST
352 help 357 help
353 Note: This driver is deprecated and will be removed from the 358 Note: This driver is deprecated and will be removed from the