aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport/Makefile
diff options
context:
space:
mode:
authorArnaud Giersch <arnaud.giersch@free.fr>2006-02-03 03:04:16 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-02-03 08:32:05 -0800
commit8e75f744289f0a1c38b669e39a489af460640881 (patch)
treea9e7e67187d6076698dfc466752e161f7cbb0031 /drivers/parport/Makefile
parent[PATCH] fs/jffs/intrep.c: 255 is unsigned char (diff)
downloadlinux-dev-8e75f744289f0a1c38b669e39a489af460640881.tar.xz
linux-dev-8e75f744289f0a1c38b669e39a489af460640881.zip
[PATCH] parport: add parallel port support for SGI O2
Add support for the built-in parallel port on SGI O2 (a.k.a. IP32). Define a new configuration option: PARPORT_IP32. The module is named parport_ip32. Hardware support for SPP, EPP and ECP modes along with DMA support when available are currently implemented. Signed-off-by: Arnaud Giersch <arnaud.giersch@free.fr> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/parport/Makefile')
-rw-r--r--drivers/parport/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/parport/Makefile b/drivers/parport/Makefile
index 5372212bb9d9..a19de35f8de2 100644
--- a/drivers/parport/Makefile
+++ b/drivers/parport/Makefile
@@ -17,3 +17,4 @@ obj-$(CONFIG_PARPORT_MFC3) += parport_mfc3.o
obj-$(CONFIG_PARPORT_ATARI) += parport_atari.o
obj-$(CONFIG_PARPORT_SUNBPP) += parport_sunbpp.o
obj-$(CONFIG_PARPORT_GSC) += parport_gsc.o
+obj-$(CONFIG_PARPORT_IP32) += parport_ip32.o