* added 0.99 linux version
[mascara-docs.git] / i386 / linux / linux-2.3.21 / drivers / parport / Config.in
blob16a7099c79031c578721376b4e9d170b9390d6e4
2 # For a description of the syntax of this configuration file,
3 # see the Configure script.
5 # Parport configuration.
8 tristate 'Parallel port support' CONFIG_PARPORT
9 if [ "$CONFIG_PARPORT" != "n" ]; then
10   dep_tristate '   PC-style hardware' CONFIG_PARPORT_PC $CONFIG_PARPORT
11   if [ "$CONFIG_PARPORT_PC" != "n" ]; then
12     bool '   Use FIFO/DMA if available' CONFIG_PARPORT_PC_FIFO
13   fi
14   if [ "$CONFIG_PARPORT_PC" = "y" ]; then
15     # Don't bother with this if parport_pc is a module; it only affects
16     # the presence or not of some __init's, which are no-ops for modules.
17     bool '   Support for PCMCIA management for PC-style ports' CONFIG_PARPORT_PC_PCMCIA
18   fi
19   if [ "$CONFIG_ARM" = "y" ]; then
20     dep_tristate '   Archimedes hardware' CONFIG_PARPORT_ARC $CONFIG_PARPORT
21   fi
22   if [ "$CONFIG_AMIGA" = "y" ]; then
23     dep_tristate '   Amiga builtin port' CONFIG_PARPORT_AMIGA $CONFIG_PARPORT
24     if [ "$CONFIG_ZORRO" != "n" ]; then
25       dep_tristate '   Multiface III parallel port' CONFIG_PARPORT_MFC3 $CONFIG_PARPORT
26     fi
27   else
28     define_bool CONFIG_PARPORT_AMIGA n
29     define_bool CONFIG_PARPORT_MFC3 n
30   fi
31   if [ "$CONFIG_ATARI" = "y" ]; then
32     dep_tristate '   Atari hardware' CONFIG_PARPORT_ATARI $CONFIG_PARPORT
33   else
34     define_bool CONFIG_PARPORT_ATARI n
35   fi
36   if [ "$CONFIG_SBUS" = "y" ]; then
37     dep_tristate '   Sparc hardware (EXPERIMENTAL)' CONFIG_PARPORT_SUNBPP $CONFIG_PARPORT
38   else
39     define_bool CONFIG_PARPORT_SUNBPP n
40   fi
42   # If exactly one hardware type is selected then parport will optimise away
43   # support for loading any others.  Defeat this if the user is keen.
44   bool '   Support foreign hardware' CONFIG_PARPORT_OTHER
46   bool '   IEEE 1284 transfer modes' CONFIG_PARPORT_1284