Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77854
b: refs/heads/master
c: 74ee1a7
h: refs/heads/master
v: v3
  • Loading branch information
Adrian McMenamin authored and Paul Mundt committed Jan 28, 2008
1 parent b1af831 commit d1f22cd
Show file tree
Hide file tree
Showing 4 changed files with 880 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2439a0890f51dd5f1ca45cf4b0dbe2ce131d533
refs/heads/master: 74ee1a7590b782a6df01d00ae38093cbfbee5ca9
11 changes: 11 additions & 0 deletions trunk/drivers/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ config PARIDE
"MicroSolutions backpack protocol", "DataStor Commuter protocol"
etc.).

config GDROM
tristate "SEGA Dreamcast GD-ROM drive"
depends on SH_DREAMCAST
help
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
with up to 1 GB of data. This drive will also read standard CD ROM
disks. Select this option to access any disks in your GD ROM drive.
Most users will want to say "Y" here.
You can also build this as a module which will be called gdrom.ko

source "drivers/block/paride/Kconfig"

config BLK_CPQ_DA
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/cdrom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ obj-$(CONFIG_PARIDE_PCD) += cdrom.o
obj-$(CONFIG_CDROM_PKTCDVD) += cdrom.o

obj-$(CONFIG_VIOCD) += viocd.o cdrom.o
obj-$(CONFIG_GDROM) += gdrom.o cdrom.o
Loading

0 comments on commit d1f22cd

Please sign in to comment.