summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom/Makefile
diff options
context:
space:
mode:
authorAdrian McMenamin2008-01-21 10:52:48 +0100
committerPaul Mundt2008-01-28 05:19:04 +0100
commit74ee1a7590b782a6df01d00ae38093cbfbee5ca9 (patch)
tree974a50eed6d99a6fc31a08b136489bb566e49101 /drivers/cdrom/Makefile
parentsh: Kill off hs7751rvoip reference from arch/sh/Kconfig. (diff)
downloadkernel-qcow2-linux-74ee1a7590b782a6df01d00ae38093cbfbee5ca9.tar.gz
kernel-qcow2-linux-74ee1a7590b782a6df01d00ae38093cbfbee5ca9.tar.xz
kernel-qcow2-linux-74ee1a7590b782a6df01d00ae38093cbfbee5ca9.zip
cdrom: Add support for Sega Dreamcast GD-ROM.
This patch adds support for the GD-Rom drive, SEGA's proprietary implementation of an IDE CD Rom for the SEGA Dreamcast. This driver implements Sega's Packet Interface (SPI) - at least partially. It will also read disks in SEGA's propreitary GD format. Unlike previous drivers (which were never in mainline) this uses DMA and not PIO to read disks. It is a new driver, not a refactoring of old drivers. Signed-off by: Adrian McMenamin <adrian@mcmen.demon.co.uk> Acked-by: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/cdrom/Makefile')
-rw-r--r--drivers/cdrom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cdrom/Makefile b/drivers/cdrom/Makefile
index 774c180a4e11..ecf85fda0fc1 100644
--- a/drivers/cdrom/Makefile
+++ b/drivers/cdrom/Makefile
@@ -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