Blame view

drivers/parport/Kconfig 5.44 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
  #
  # For a description of the syntax of this configuration file,
  # see Documentation/kbuild/kconfig-language.txt.
  #
  # Parport configuration.
  #
edffe1b62   Randy Dunlap   parport: fix menu...
7
8
9
10
11
  config ARCH_MIGHT_HAVE_PC_PARPORT
  	bool
  	help
  	  Select this config option from the architecture Kconfig if
  	  the architecture might have PC parallel port hardware.
9f5096c56   Jan Engelhardt   Use menuconfig ob...
12
  menuconfig PARPORT
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
13
  	tristate "Parallel port support"
9f5096c56   Jan Engelhardt   Use menuconfig ob...
14
  	depends on HAS_IOMEM
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  	---help---
  	  If you want to use devices connected to your machine's parallel port
  	  (the connector at the computer with 25 holes), e.g. printer, ZIP
  	  drive, PLIP link (Parallel Line Internet Protocol is mainly used to
  	  create a mini network by connecting the parallel ports of two local
  	  machines) etc., then you need to say Y here; please read
  	  <file:Documentation/parport.txt> and
  	  <file:drivers/parport/BUGS-parport>.
  
  	  For extensive information about drivers for many devices attaching
  	  to the parallel port see <http://www.torque.net/linux-pp.html> on
  	  the WWW.
  
  	  It is possible to share a single parallel port among several devices
  	  and it is safe to compile all the corresponding drivers into the
  	  kernel. To compile parallel port support as a module, choose M here:
  	  the module will be called parport.
  	  If you have more than one parallel port and want to specify which
  	  port and IRQ to be used by this driver at module load time, take a
  	  look at <file:Documentation/parport.txt>.
  
  	  If unsure, say Y.
9f5096c56   Jan Engelhardt   Use menuconfig ob...
37
  if PARPORT
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
38
39
  config PARPORT_PC
  	tristate "PC-style hardware"
d90c3eb31   Mark Salter   Kconfig cleanup (...
40
  	depends on ARCH_MIGHT_HAVE_PC_PARPORT
f13399f03   Linus Torvalds   Merge tag 'for-li...
41
  	help
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
42
43
44
45
46
47
48
49
50
51
52
53
  	  You should say Y here if you have a PC-style parallel port. All
  	  IBM PC compatible computers and some Alphas have PC-style
  	  parallel ports.  PA-RISC owners should only say Y here if they
  	  have a SuperIO parallel port.
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called parport_pc.
  
  	  If unsure, say Y.
  
  config PARPORT_SERIAL
  	tristate "Multi-IO cards (parallel and serial)"
14228a499   Russell King   [SERIAL] PARPORT_...
54
  	depends on SERIAL_8250_PCI && PARPORT_PC && PCI
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
55
56
57
58
59
60
  	help
  	  This adds support for multi-IO PCI cards that have parallel and
  	  serial ports.  You should say Y or M here.  If you say M, the module
  	  will be called parport_serial.
  
  config PARPORT_PC_FIFO
6e8bd6e72   Kees Cook   drivers/parport: ...
61
62
  	bool "Use FIFO/DMA if available"
  	depends on PARPORT_PC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
63
64
65
66
67
68
69
70
71
72
73
  	help
  	  Many parallel port chipsets provide hardware that can speed up
  	  printing. Say Y here if you want to take advantage of that.
  
  	  As well as actually having a FIFO, or DMA capability, the kernel
  	  will need to know which IRQ the parallel port has.  By default,
  	  parallel port interrupts will not be used, and so neither will the
  	  FIFO.  See <file:Documentation/parport.txt> to find out how to
  	  specify which IRQ/DMA to use.
  
  config PARPORT_PC_SUPERIO
6e8bd6e72   Kees Cook   drivers/parport: ...
74
  	bool "SuperIO chipset support"
c218c713c   Helge Deller   parport_pc: disab...
75
  	depends on PARPORT_PC && !PARISC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
76
77
78
79
80
81
82
  	help
  	  Saying Y here enables some probes for Super-IO chipsets in order to
  	  find out things like base addresses, IRQ lines and DMA channels.  It
  	  is safe to say N.
  
  config PARPORT_PC_PCMCIA
  	tristate "Support for PCMCIA management for PC-style ports"
a1b9168d8   Adrian Bunk   [PATCH] simplify ...
83
  	depends on PCMCIA && PARPORT_PC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
84
85
86
  	help
  	  Say Y here if you need PCMCIA support for your PC-style parallel
  	  ports. If unsure, say N.
8e75f7442   Arnaud Giersch   [PATCH] parport: ...
87
  config PARPORT_IP32
6e8bd6e72   Kees Cook   drivers/parport: ...
88
89
  	tristate "SGI IP32 builtin port"
  	depends on SGI_IP32
8e75f7442   Arnaud Giersch   [PATCH] parport: ...
90
91
92
93
94
  	select PARPORT_NOT_PC
  	help
  	  Say Y here if you need support for the parallel port on
  	  SGI O2 machines. This code is also available as a module (say M),
  	  called parport_ip32.  If in doubt, saying N is the safe plan.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
95
96
  config PARPORT_AMIGA
  	tristate "Amiga builtin port"
9f5096c56   Jan Engelhardt   Use menuconfig ob...
97
  	depends on AMIGA
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
98
99
100
101
102
103
104
105
  	select PARPORT_NOT_PC
  	help
  	  Say Y here if you need support for the parallel port hardware on
  	  Amiga machines. This code is also available as a module (say M),
  	  called parport_amiga. If in doubt, saying N is the safe plan.
  
  config PARPORT_MFC3
  	tristate "Multiface III parallel port"
9f5096c56   Jan Engelhardt   Use menuconfig ob...
106
  	depends on ZORRO
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
107
108
109
110
111
112
113
114
  	select PARPORT_NOT_PC
  	help
  	  Say Y here if you need parallel port support for the MFC3 card.
  	  This code is also available as a module (say M), called
  	  parport_mfc3. If in doubt, saying N is the safe plan.
  
  config PARPORT_ATARI
  	tristate "Atari hardware"
9f5096c56   Jan Engelhardt   Use menuconfig ob...
115
  	depends on ATARI
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
116
117
118
119
120
121
122
123
124
  	select PARPORT_NOT_PC
  	help
  	  Say Y here if you need support for the parallel port hardware on
  	  Atari machines. This code is also available as a module (say M),
  	  called parport_atari. If in doubt, saying N is the safe plan.
  
  config PARPORT_GSC
  	tristate
  	default GSC
7c0b67efe   Guy Martin   [PARISC] Fix parp...
125
  	select PARPORT_NOT_PC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
126
127
  
  config PARPORT_SUNBPP
6e8bd6e72   Kees Cook   drivers/parport: ...
128
129
  	tristate "Sparc hardware"
  	depends on SBUS
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
130
131
132
133
134
  	select PARPORT_NOT_PC
  	help
  	  This driver provides support for the bidirectional parallel port
  	  found on many Sun machines. Note that many of the newer Ultras
  	  actually have pc style hardware instead.
ad4063b0b   Ben Dooks   [PATCH] AX88796 p...
135
136
  config PARPORT_AX88796
  	tristate "AX88796 Parallel Port"
ad4063b0b   Ben Dooks   [PATCH] AX88796 p...
137
138
139
140
141
  	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.
25985edce   Lucas De Marchi   Fix common misspe...
142
  	  The driver is not dependent on the AX88796 network driver, and
ad4063b0b   Ben Dooks   [PATCH] AX88796 p...
143
  	  should not interfere with the networking functions of the chip.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
144
145
  config PARPORT_1284
  	bool "IEEE 1284 transfer modes"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
146
147
148
149
150
151
  	help
  	  If you have a printer that supports status readback or device ID, or
  	  want to use a device that uses enhanced parallel port transfer modes
  	  such as EPP and ECP, say Y here to enable advanced IEEE 1284
  	  transfer modes. Also say Y if you want device ID information to
  	  appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
bf4735a46   Don Mullis   [PATCH] Kconfig r...
152
153
  config PARPORT_NOT_PC
  	bool
9f5096c56   Jan Engelhardt   Use menuconfig ob...
154
  endif # PARPORT