Skip to content

Commit

Permalink
[PATCH] AX88796 parallel port driver
Browse files Browse the repository at this point in the history
Driver for the simple parallel port interface on the Asix AX88796 chip on
an platform_bus.

[akpm@osdl.org: x86_64 build fix]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed Jun 25, 2006
1 parent 11e6475 commit ad4063b
Show file tree
Hide file tree
Showing 4 changed files with 462 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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 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 ad4063b

Please sign in to comment.