aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2006-06-25 08:48:03 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 13:01:09 -0400
commitad4063b0b2ffd7c8359b62c830e88152fc39ab20 (patch)
tree8bfc0132bd7bf851dbc495b4f9a7460904d332b8 /drivers/parport/Kconfig
parent11e64757f9fb32f13f51596bbf01988f42fca764 (diff)
[PATCH] AX88796 parallel port driver
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>
Diffstat (limited to 'drivers/parport/Kconfig')
-rw-r--r--drivers/parport/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig
index 4d8dc27ea9d1..c7fa28a28b9f 100644
--- a/drivers/parport/Kconfig
+++ b/drivers/parport/Kconfig
@@ -136,6 +136,18 @@ config PARPORT_SUNBPP
136 found on many Sun machines. Note that many of the newer Ultras 136 found on many Sun machines. Note that many of the newer Ultras
137 actually have pc style hardware instead. 137 actually have pc style hardware instead.
138 138
139config PARPORT_AX88796
140 tristate "AX88796 Parallel Port"
141 depends on PARPORT
142 select PARPORT_NOT_PC
143 help
144 Say Y here if you need support for the parallel port hardware on
145 the AX88796 network controller chip. This code is also available
146 as a module (say M), called parport_ax88796.
147
148 The driver is not dependant on the AX88796 network driver, and
149 should not interfere with the networking functions of the chip.
150
139config PARPORT_1284 151config PARPORT_1284
140 bool "IEEE 1284 transfer modes" 152 bool "IEEE 1284 transfer modes"
141 depends on PARPORT 153 depends on PARPORT