Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29722
b: refs/heads/master
c: ad4063b
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed Jun 25, 2006
1 parent 5f5d5d5 commit 8cca178
Show file tree
Hide file tree
Showing 5 changed files with 463 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11e64757f9fb32f13f51596bbf01988f42fca764
refs/heads/master: ad4063b0b2ffd7c8359b62c830e88152fc39ab20
12 changes: 12 additions & 0 deletions trunk/drivers/parport/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,18 @@ config PARPORT_SUNBPP
found on many Sun machines. Note that many of the newer Ultras
actually have pc style hardware instead.

config PARPORT_AX88796
tristate "AX88796 Parallel Port"
depends on PARPORT
select PARPORT_NOT_PC
help
Say Y here if you need support for the parallel port hardware on
the AX88796 network controller chip. This code is also available
as a module (say M), called parport_ax88796.

The driver is not dependant on the AX88796 network driver, and
should not interfere with the networking functions of the chip.

config PARPORT_1284
bool "IEEE 1284 transfer modes"
depends on PARPORT
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/parport/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ 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
obj-$(CONFIG_PARPORT_AX88796) += parport_ax88796.o
obj-$(CONFIG_PARPORT_IP32) += parport_ip32.o
Loading

0 comments on commit 8cca178

Please sign in to comment.