diff options
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 4d0119ea9e35..f2122855d4ec 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -105,6 +105,17 @@ config PARIDE | |||
105 | "MicroSolutions backpack protocol", "DataStor Commuter protocol" | 105 | "MicroSolutions backpack protocol", "DataStor Commuter protocol" |
106 | etc.). | 106 | etc.). |
107 | 107 | ||
108 | config GDROM | ||
109 | tristate "SEGA Dreamcast GD-ROM drive" | ||
110 | depends on SH_DREAMCAST | ||
111 | help | ||
112 | A standard SEGA Dreamcast comes with a modified CD ROM drive called a | ||
113 | "GD-ROM" by SEGA to signify it is capable of reading special disks | ||
114 | with up to 1 GB of data. This drive will also read standard CD ROM | ||
115 | disks. Select this option to access any disks in your GD ROM drive. | ||
116 | Most users will want to say "Y" here. | ||
117 | You can also build this as a module which will be called gdrom.ko | ||
118 | |||
108 | source "drivers/block/paride/Kconfig" | 119 | source "drivers/block/paride/Kconfig" |
109 | 120 | ||
110 | config BLK_CPQ_DA | 121 | config BLK_CPQ_DA |