diff options
author | Arnaud Giersch <arnaud.giersch@free.fr> | 2006-02-03 03:04:16 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-03 08:32:05 -0800 |
commit | 8e75f744289f0a1c38b669e39a489af460640881 (patch) | |
tree | a9e7e67187d6076698dfc466752e161f7cbb0031 /drivers/parport/Makefile | |
parent | bd3bfeb58aeddb660dc600ded2fa9243e0c2d12b (diff) |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/parport/Makefile b/drivers/parport/Makefile index 5372212bb9d..a19de35f8de 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 |