blob: 209b4a464bcfe24c129a9d703a43a728998fc0bf [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5# Parport configuration.
6#
7
Jan Engelhardt9f5096c2007-07-15 23:39:37 -07008menuconfig PARPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 tristate "Parallel port support"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -070010 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 ---help---
12 If you want to use devices connected to your machine's parallel port
13 (the connector at the computer with 25 holes), e.g. printer, ZIP
14 drive, PLIP link (Parallel Line Internet Protocol is mainly used to
15 create a mini network by connecting the parallel ports of two local
16 machines) etc., then you need to say Y here; please read
17 <file:Documentation/parport.txt> and
18 <file:drivers/parport/BUGS-parport>.
19
20 For extensive information about drivers for many devices attaching
21 to the parallel port see <http://www.torque.net/linux-pp.html> on
22 the WWW.
23
24 It is possible to share a single parallel port among several devices
25 and it is safe to compile all the corresponding drivers into the
26 kernel. To compile parallel port support as a module, choose M here:
27 the module will be called parport.
28 If you have more than one parallel port and want to specify which
29 port and IRQ to be used by this driver at module load time, take a
30 look at <file:Documentation/parport.txt>.
31
32 If unsure, say Y.
33
Jan Engelhardt9f5096c2007-07-15 23:39:37 -070034if PARPORT
35
Linus Torvalds1da177e2005-04-16 15:20:36 -070036config PARPORT_PC
37 tristate "PC-style hardware"
David Howellsb920de12008-02-08 04:19:31 -080038 depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && \
Adrian Bunkcf2d3ff2008-04-14 17:16:53 +030039 (!M68K || ISA) && !MN10300 && !AVR32
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 ---help---
41 You should say Y here if you have a PC-style parallel port. All
42 IBM PC compatible computers and some Alphas have PC-style
43 parallel ports. PA-RISC owners should only say Y here if they
44 have a SuperIO parallel port.
45
46 To compile this driver as a module, choose M here: the
47 module will be called parport_pc.
48
49 If unsure, say Y.
50
51config PARPORT_SERIAL
52 tristate "Multi-IO cards (parallel and serial)"
Russell King14228a42006-06-18 13:00:48 +010053 depends on SERIAL_8250_PCI && PARPORT_PC && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 help
55 This adds support for multi-IO PCI cards that have parallel and
56 serial ports. You should say Y or M here. If you say M, the module
57 will be called parport_serial.
58
59config PARPORT_PC_FIFO
60 bool "Use FIFO/DMA if available (EXPERIMENTAL)"
61 depends on PARPORT_PC && EXPERIMENTAL
62 help
63 Many parallel port chipsets provide hardware that can speed up
64 printing. Say Y here if you want to take advantage of that.
65
66 As well as actually having a FIFO, or DMA capability, the kernel
67 will need to know which IRQ the parallel port has. By default,
68 parallel port interrupts will not be used, and so neither will the
69 FIFO. See <file:Documentation/parport.txt> to find out how to
70 specify which IRQ/DMA to use.
71
72config PARPORT_PC_SUPERIO
73 bool "SuperIO chipset support (EXPERIMENTAL)"
74 depends on PARPORT_PC && EXPERIMENTAL
75 help
76 Saying Y here enables some probes for Super-IO chipsets in order to
77 find out things like base addresses, IRQ lines and DMA channels. It
78 is safe to say N.
79
80config PARPORT_PC_PCMCIA
81 tristate "Support for PCMCIA management for PC-style ports"
Adrian Bunka1b91682006-01-06 00:19:52 -080082 depends on PCMCIA && PARPORT_PC
Linus Torvalds1da177e2005-04-16 15:20:36 -070083 help
84 Say Y here if you need PCMCIA support for your PC-style parallel
85 ports. If unsure, say N.
86
Arnaud Giersch8e75f742006-02-03 03:04:16 -080087config PARPORT_IP32
88 tristate "SGI IP32 builtin port (EXPERIMENTAL)"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -070089 depends on SGI_IP32 && EXPERIMENTAL
Arnaud Giersch8e75f742006-02-03 03:04:16 -080090 select PARPORT_NOT_PC
91 help
92 Say Y here if you need support for the parallel port on
93 SGI O2 machines. This code is also available as a module (say M),
94 called parport_ip32. If in doubt, saying N is the safe plan.
95
Linus Torvalds1da177e2005-04-16 15:20:36 -070096config PARPORT_AMIGA
97 tristate "Amiga builtin port"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -070098 depends on AMIGA
Linus Torvalds1da177e2005-04-16 15:20:36 -070099 select PARPORT_NOT_PC
100 help
101 Say Y here if you need support for the parallel port hardware on
102 Amiga machines. This code is also available as a module (say M),
103 called parport_amiga. If in doubt, saying N is the safe plan.
104
105config PARPORT_MFC3
106 tristate "Multiface III parallel port"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700107 depends on ZORRO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 select PARPORT_NOT_PC
109 help
110 Say Y here if you need parallel port support for the MFC3 card.
111 This code is also available as a module (say M), called
112 parport_mfc3. If in doubt, saying N is the safe plan.
113
114config PARPORT_ATARI
115 tristate "Atari hardware"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700116 depends on ATARI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117 select PARPORT_NOT_PC
118 help
119 Say Y here if you need support for the parallel port hardware on
120 Atari machines. This code is also available as a module (say M),
121 called parport_atari. If in doubt, saying N is the safe plan.
122
123config PARPORT_GSC
124 tristate
125 default GSC
Guy Martin7c0b67e2006-01-10 20:47:59 -0500126 select PARPORT_NOT_PC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127
128config PARPORT_SUNBPP
129 tristate "Sparc hardware (EXPERIMENTAL)"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700130 depends on SBUS && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131 select PARPORT_NOT_PC
132 help
133 This driver provides support for the bidirectional parallel port
134 found on many Sun machines. Note that many of the newer Ultras
135 actually have pc style hardware instead.
136
Ben Dooksad4063b2006-06-25 05:48:03 -0700137config PARPORT_AX88796
138 tristate "AX88796 Parallel Port"
Ben Dooksad4063b2006-06-25 05:48:03 -0700139 select PARPORT_NOT_PC
140 help
141 Say Y here if you need support for the parallel port hardware on
142 the AX88796 network controller chip. This code is also available
143 as a module (say M), called parport_ax88796.
144
145 The driver is not dependant on the AX88796 network driver, and
146 should not interfere with the networking functions of the chip.
147
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148config PARPORT_1284
149 bool "IEEE 1284 transfer modes"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150 help
151 If you have a printer that supports status readback or device ID, or
152 want to use a device that uses enhanced parallel port transfer modes
153 such as EPP and ECP, say Y here to enable advanced IEEE 1284
154 transfer modes. Also say Y if you want device ID information to
155 appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
156
Don Mullisbf4735a2006-12-10 02:18:37 -0800157config PARPORT_NOT_PC
158 bool
159
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700160endif # PARPORT