blob: dc82ef096f3ba61267484057b083caed92748d5b [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"
Heiko Carstens075aa0c2013-01-30 16:34:39 +010038 depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && !S390 && \
Geert Uytterhoevencb1ff5f2013-05-15 22:51:15 +020039 (!M68K || ISA) && !MN10300 && !AVR32 && !BLACKFIN && \
40 !XTENSA && !CRIS
41
Linus Torvalds1da177e2005-04-16 15:20:36 -070042 ---help---
43 You should say Y here if you have a PC-style parallel port. All
44 IBM PC compatible computers and some Alphas have PC-style
45 parallel ports. PA-RISC owners should only say Y here if they
46 have a SuperIO parallel port.
47
48 To compile this driver as a module, choose M here: the
49 module will be called parport_pc.
50
51 If unsure, say Y.
52
53config PARPORT_SERIAL
54 tristate "Multi-IO cards (parallel and serial)"
Russell King14228a42006-06-18 13:00:48 +010055 depends on SERIAL_8250_PCI && PARPORT_PC && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070056 help
57 This adds support for multi-IO PCI cards that have parallel and
58 serial ports. You should say Y or M here. If you say M, the module
59 will be called parport_serial.
60
61config PARPORT_PC_FIFO
Kees Cook6e8bd6e2012-11-05 15:04:23 -080062 bool "Use FIFO/DMA if available"
63 depends on PARPORT_PC
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 help
65 Many parallel port chipsets provide hardware that can speed up
66 printing. Say Y here if you want to take advantage of that.
67
68 As well as actually having a FIFO, or DMA capability, the kernel
69 will need to know which IRQ the parallel port has. By default,
70 parallel port interrupts will not be used, and so neither will the
71 FIFO. See <file:Documentation/parport.txt> to find out how to
72 specify which IRQ/DMA to use.
73
74config PARPORT_PC_SUPERIO
Kees Cook6e8bd6e2012-11-05 15:04:23 -080075 bool "SuperIO chipset support"
Helge Dellerc218c712013-05-30 16:24:46 +000076 depends on PARPORT_PC && !PARISC
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 help
78 Saying Y here enables some probes for Super-IO chipsets in order to
79 find out things like base addresses, IRQ lines and DMA channels. It
80 is safe to say N.
81
82config PARPORT_PC_PCMCIA
83 tristate "Support for PCMCIA management for PC-style ports"
Adrian Bunka1b91682006-01-06 00:19:52 -080084 depends on PCMCIA && PARPORT_PC
Linus Torvalds1da177e2005-04-16 15:20:36 -070085 help
86 Say Y here if you need PCMCIA support for your PC-style parallel
87 ports. If unsure, say N.
88
Arnaud Giersch8e75f742006-02-03 03:04:16 -080089config PARPORT_IP32
Kees Cook6e8bd6e2012-11-05 15:04:23 -080090 tristate "SGI IP32 builtin port"
91 depends on SGI_IP32
Arnaud Giersch8e75f742006-02-03 03:04:16 -080092 select PARPORT_NOT_PC
93 help
94 Say Y here if you need support for the parallel port on
95 SGI O2 machines. This code is also available as a module (say M),
96 called parport_ip32. If in doubt, saying N is the safe plan.
97
Linus Torvalds1da177e2005-04-16 15:20:36 -070098config PARPORT_AMIGA
99 tristate "Amiga builtin port"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700100 depends on AMIGA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101 select PARPORT_NOT_PC
102 help
103 Say Y here if you need support for the parallel port hardware on
104 Amiga machines. This code is also available as a module (say M),
105 called parport_amiga. If in doubt, saying N is the safe plan.
106
107config PARPORT_MFC3
108 tristate "Multiface III parallel port"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700109 depends on ZORRO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 select PARPORT_NOT_PC
111 help
112 Say Y here if you need parallel port support for the MFC3 card.
113 This code is also available as a module (say M), called
114 parport_mfc3. If in doubt, saying N is the safe plan.
115
116config PARPORT_ATARI
117 tristate "Atari hardware"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700118 depends on ATARI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119 select PARPORT_NOT_PC
120 help
121 Say Y here if you need support for the parallel port hardware on
122 Atari machines. This code is also available as a module (say M),
123 called parport_atari. If in doubt, saying N is the safe plan.
124
125config PARPORT_GSC
126 tristate
127 default GSC
Guy Martin7c0b67e2006-01-10 20:47:59 -0500128 select PARPORT_NOT_PC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129
130config PARPORT_SUNBPP
Kees Cook6e8bd6e2012-11-05 15:04:23 -0800131 tristate "Sparc hardware"
132 depends on SBUS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133 select PARPORT_NOT_PC
134 help
135 This driver provides support for the bidirectional parallel port
136 found on many Sun machines. Note that many of the newer Ultras
137 actually have pc style hardware instead.
138
Ben Dooksad4063b2006-06-25 05:48:03 -0700139config PARPORT_AX88796
140 tristate "AX88796 Parallel Port"
Ben Dooksad4063b2006-06-25 05:48:03 -0700141 select PARPORT_NOT_PC
142 help
143 Say Y here if you need support for the parallel port hardware on
144 the AX88796 network controller chip. This code is also available
145 as a module (say M), called parport_ax88796.
146
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300147 The driver is not dependent on the AX88796 network driver, and
Ben Dooksad4063b2006-06-25 05:48:03 -0700148 should not interfere with the networking functions of the chip.
149
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150config PARPORT_1284
151 bool "IEEE 1284 transfer modes"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152 help
153 If you have a printer that supports status readback or device ID, or
154 want to use a device that uses enhanced parallel port transfer modes
155 such as EPP and ECP, say Y here to enable advanced IEEE 1284
156 transfer modes. Also say Y if you want device ID information to
157 appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
158
Don Mullisbf4735a2006-12-10 02:18:37 -0800159config PARPORT_NOT_PC
160 bool
161
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700162endif # PARPORT