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
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
19 if [ "$CONFIG_ARM" = "y" ]; then
20 dep_tristate ' Archimedes hardware' CONFIG_PARPORT_ARC $CONFIG_PARPORT
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
28 define_bool CONFIG_PARPORT_AMIGA n
29 define_bool CONFIG_PARPORT_MFC3 n
31 if [ "$CONFIG_ATARI" = "y" ]; then
32 dep_tristate ' Atari hardware' CONFIG_PARPORT_ATARI $CONFIG_PARPORT
34 define_bool CONFIG_PARPORT_ATARI n
36 if [ "$CONFIG_SBUS" = "y" ]; then
37 dep_tristate ' Sparc hardware (EXPERIMENTAL)' CONFIG_PARPORT_SUNBPP $CONFIG_PARPORT
39 define_bool CONFIG_PARPORT_SUNBPP n
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