blob: f5366850af7abe54ccece332e72853e8338e5cea [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
Mark Salterd90c3eb2013-10-07 22:21:18 -040034config ARCH_MIGHT_HAVE_PC_PARPORT
35 bool
36 help
37 Select this config option from the architecture Kconfig if
38 the architecture might have PC parallel port hardware.
39
Jan Engelhardt9f5096c2007-07-15 23:39:37 -070040if PARPORT
41
Linus Torvalds1da177e2005-04-16 15:20:36 -070042config PARPORT_PC
43 tristate "PC-style hardware"
Mark Salterd90c3eb2013-10-07 22:21:18 -040044 depends on ARCH_MIGHT_HAVE_PC_PARPORT
Geert Uytterhoevencb1ff5f2013-05-15 22:51:15 +020045
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 ---help---
47 You should say Y here if you have a PC-style parallel port. All
48 IBM PC compatible computers and some Alphas have PC-style
49 parallel ports. PA-RISC owners should only say Y here if they
50 have a SuperIO parallel port.
51
52 To compile this driver as a module, choose M here: the
53 module will be called parport_pc.
54
55 If unsure, say Y.
56
57config PARPORT_SERIAL
58 tristate "Multi-IO cards (parallel and serial)"
Russell King14228a42006-06-18 13:00:48 +010059 depends on SERIAL_8250_PCI && PARPORT_PC && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 help
61 This adds support for multi-IO PCI cards that have parallel and
62 serial ports. You should say Y or M here. If you say M, the module
63 will be called parport_serial.
64
65config PARPORT_PC_FIFO
Kees Cook6e8bd6e2012-11-05 15:04:23 -080066 bool "Use FIFO/DMA if available"
67 depends on PARPORT_PC
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 help
69 Many parallel port chipsets provide hardware that can speed up
70 printing. Say Y here if you want to take advantage of that.
71
72 As well as actually having a FIFO, or DMA capability, the kernel
73 will need to know which IRQ the parallel port has. By default,
74 parallel port interrupts will not be used, and so neither will the
75 FIFO. See <file:Documentation/parport.txt> to find out how to
76 specify which IRQ/DMA to use.
77
78config PARPORT_PC_SUPERIO
Kees Cook6e8bd6e2012-11-05 15:04:23 -080079 bool "SuperIO chipset support"
Helge Dellerc218c712013-05-30 16:24:46 +000080 depends on PARPORT_PC && !PARISC
Linus Torvalds1da177e2005-04-16 15:20:36 -070081 help
82 Saying Y here enables some probes for Super-IO chipsets in order to
83 find out things like base addresses, IRQ lines and DMA channels. It
84 is safe to say N.
85
86config PARPORT_PC_PCMCIA
87 tristate "Support for PCMCIA management for PC-style ports"
Adrian Bunka1b91682006-01-06 00:19:52 -080088 depends on PCMCIA && PARPORT_PC
Linus Torvalds1da177e2005-04-16 15:20:36 -070089 help
90 Say Y here if you need PCMCIA support for your PC-style parallel
91 ports. If unsure, say N.
92
Arnaud Giersch8e75f742006-02-03 03:04:16 -080093config PARPORT_IP32
Kees Cook6e8bd6e2012-11-05 15:04:23 -080094 tristate "SGI IP32 builtin port"
95 depends on SGI_IP32
Arnaud Giersch8e75f742006-02-03 03:04:16 -080096 select PARPORT_NOT_PC
97 help
98 Say Y here if you need support for the parallel port on
99 SGI O2 machines. This code is also available as a module (say M),
100 called parport_ip32. If in doubt, saying N is the safe plan.
101
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102config PARPORT_AMIGA
103 tristate "Amiga builtin port"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700104 depends on AMIGA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105 select PARPORT_NOT_PC
106 help
107 Say Y here if you need support for the parallel port hardware on
108 Amiga machines. This code is also available as a module (say M),
109 called parport_amiga. If in doubt, saying N is the safe plan.
110
111config PARPORT_MFC3
112 tristate "Multiface III parallel port"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700113 depends on ZORRO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 select PARPORT_NOT_PC
115 help
116 Say Y here if you need parallel port support for the MFC3 card.
117 This code is also available as a module (say M), called
118 parport_mfc3. If in doubt, saying N is the safe plan.
119
120config PARPORT_ATARI
121 tristate "Atari hardware"
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700122 depends on ATARI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123 select PARPORT_NOT_PC
124 help
125 Say Y here if you need support for the parallel port hardware on
126 Atari machines. This code is also available as a module (say M),
127 called parport_atari. If in doubt, saying N is the safe plan.
128
129config PARPORT_GSC
130 tristate
131 default GSC
Guy Martin7c0b67e2006-01-10 20:47:59 -0500132 select PARPORT_NOT_PC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133
134config PARPORT_SUNBPP
Kees Cook6e8bd6e2012-11-05 15:04:23 -0800135 tristate "Sparc hardware"
136 depends on SBUS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 select PARPORT_NOT_PC
138 help
139 This driver provides support for the bidirectional parallel port
140 found on many Sun machines. Note that many of the newer Ultras
141 actually have pc style hardware instead.
142
Ben Dooksad4063b2006-06-25 05:48:03 -0700143config PARPORT_AX88796
144 tristate "AX88796 Parallel Port"
Ben Dooksad4063b2006-06-25 05:48:03 -0700145 select PARPORT_NOT_PC
146 help
147 Say Y here if you need support for the parallel port hardware on
148 the AX88796 network controller chip. This code is also available
149 as a module (say M), called parport_ax88796.
150
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300151 The driver is not dependent on the AX88796 network driver, and
Ben Dooksad4063b2006-06-25 05:48:03 -0700152 should not interfere with the networking functions of the chip.
153
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154config PARPORT_1284
155 bool "IEEE 1284 transfer modes"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156 help
157 If you have a printer that supports status readback or device ID, or
158 want to use a device that uses enhanced parallel port transfer modes
159 such as EPP and ECP, say Y here to enable advanced IEEE 1284
160 transfer modes. Also say Y if you want device ID information to
161 appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
162
Don Mullisbf4735a2006-12-10 02:18:37 -0800163config PARPORT_NOT_PC
164 bool
165
Jan Engelhardt9f5096c2007-07-15 23:39:37 -0700166endif # PARPORT