~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/drivers/parport/Config.in

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 #
  2 # For a description of the syntax of this configuration file,
  3 # see Documentation/kbuild/config-language.txt.
  4 #
  5 # Parport configuration.
  6 #
  7 
  8 mainmenu_option next_comment
  9 comment 'Parallel port support'
 10 
 11 tristate 'Parallel port support' CONFIG_PARPORT
 12 if [ "$CONFIG_PARPORT" != "n" ]; then
 13    dep_tristate '  PC-style hardware' CONFIG_PARPORT_PC $CONFIG_PARPORT
 14    if [ "$CONFIG_PARPORT_PC" != "n" ]; then
 15       bool '    Use FIFO/DMA if available' CONFIG_PARPORT_PC_FIFO
 16       if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
 17          bool '    SuperIO chipset support (EXPERIMENTAL)' CONFIG_PARPORT_PC_SUPERIO
 18       fi
 19    fi
 20    if [ "$CONFIG_PARPORT_PC" = "y" ]; then
 21       # Don't bother with this if parport_pc is a module; it only affects
 22       # the presence or not of some __init's, which are no-ops for modules.
 23       if [ "$CONFIG_HOTPLUG" = "y" -a "$CONFIG_PCMCIA" != "n" ]; then
 24          bool '    Support for PCMCIA management for PC-style ports' CONFIG_PARPORT_PC_PCMCIA
 25       fi
 26    fi
 27    if [ "$CONFIG_ARM" = "y" ]; then
 28       dep_tristate '  Archimedes hardware' CONFIG_PARPORT_ARC $CONFIG_PARPORT
 29    fi
 30    if [ "$CONFIG_AMIGA" = "y" ]; then
 31       dep_tristate '  Amiga builtin port' CONFIG_PARPORT_AMIGA $CONFIG_PARPORT
 32       if [ "$CONFIG_ZORRO" != "n" ]; then
 33          dep_tristate '  Multiface III parallel port' CONFIG_PARPORT_MFC3 $CONFIG_PARPORT
 34       fi
 35    else
 36       define_tristate CONFIG_PARPORT_AMIGA n
 37       define_tristate CONFIG_PARPORT_MFC3 n
 38    fi
 39    if [ "$CONFIG_ATARI" = "y" ]; then
 40       dep_tristate '  Atari hardware' CONFIG_PARPORT_ATARI $CONFIG_PARPORT
 41    else
 42       define_tristate CONFIG_PARPORT_ATARI n
 43    fi
 44    if [ "$CONFIG_SBUS" = "y" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
 45       dep_tristate '  Sparc hardware (EXPERIMENTAL)' CONFIG_PARPORT_SUNBPP $CONFIG_PARPORT
 46    else
 47       define_tristate CONFIG_PARPORT_SUNBPP n
 48    fi
 49 
 50    # If exactly one hardware type is selected then parport will optimise away
 51    # support for loading any others.  Defeat this if the user is keen.
 52    bool '  Support foreign hardware' CONFIG_PARPORT_OTHER
 53 
 54    bool '  IEEE 1284 transfer modes' CONFIG_PARPORT_1284
 55 fi
 56 
 57 endmenu

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.