Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19647
b: refs/heads/master
c: 8e75f74
h: refs/heads/master
i:
  19645: d42ce86
  19643: 13210ab
  19639: 6e1789a
  19631: eb19ce3
  19615: 4bb7e32
  19583: f695cbe
v: v3
  • Loading branch information
Arnaud Giersch authored and Linus Torvalds committed Feb 3, 2006
1 parent a6a603b commit 83e5cae
Show file tree
Hide file tree
Showing 5 changed files with 2,270 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: bd3bfeb58aeddb660dc600ded2fa9243e0c2d12b
refs/heads/master: 8e75f744289f0a1c38b669e39a489af460640881
9 changes: 9 additions & 0 deletions trunk/drivers/parport/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ config PARPORT_ARC
depends on ARM && PARPORT
select PARPORT_NOT_PC

config PARPORT_IP32
tristate "SGI IP32 builtin port (EXPERIMENTAL)"
depends on SGI_IP32 && PARPORT && EXPERIMENTAL
select PARPORT_NOT_PC
help
Say Y here if you need support for the parallel port on
SGI O2 machines. This code is also available as a module (say M),
called parport_ip32. If in doubt, saying N is the safe plan.

config PARPORT_AMIGA
tristate "Amiga builtin port"
depends on AMIGA && PARPORT
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/parport/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 83e5cae

Please sign in to comment.