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

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

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

  1 #
  2 # PCMCIA bus subsystem configuration
  3 #
  4 # Right now the non-CardBus choices are not supported
  5 # by the integrated kernel driver.
  6 #
  7 mainmenu_option next_comment
  8 comment 'PCMCIA/CardBus support'
  9 
 10 #dep_tristate 'CardBus support' CONFIG_PCMCIA $CONFIG_PCI
 11 #if [ "$CONFIG_PCMCIA" != "n" ]; then
 12 #  define_bool CONFIG_CARDBUS y
 13 #fi
 14 
 15 tristate 'PCMCIA/CardBus support' CONFIG_PCMCIA
 16 if [ "$CONFIG_PCMCIA" != "n" ]; then
 17    if [ "$CONFIG_PCI" != "n" ]; then
 18       bool '  CardBus support' CONFIG_CARDBUS
 19    fi
 20    bool '  i82365 compatible bridge support' CONFIG_I82365
 21    bool '  Databook TCIC host bridge support' CONFIG_TCIC
 22 fi
 23 
 24 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.