Config.in
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  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. #dep_tristate 'CardBus support' CONFIG_PCMCIA $CONFIG_PCI
  10. #if [ "$CONFIG_PCMCIA" != "n" ]; then
  11. #  define_bool CONFIG_CARDBUS y
  12. #fi
  13. tristate 'PCMCIA/CardBus support' CONFIG_PCMCIA
  14. if [ "$CONFIG_PCMCIA" != "n" ]; then
  15.    if [ "$CONFIG_PCI" != "n" ]; then
  16.       bool '  CardBus support' CONFIG_CARDBUS
  17.    fi
  18.    bool '  Databook TCIC host bridge support' CONFIG_TCIC
  19.    if [ "$CONFIG_HD64465" = "y" ]; then
  20.       dep_tristate '  HD64465 host bridge support' CONFIG_HD64465_PCMCIA $CONFIG_PCMCIA
  21.    fi
  22.    dep_bool '  i82092 compatible bridge support' CONFIG_I82092 $CONFIG_PCI
  23.    bool '  i82365 compatible bridge support' CONFIG_I82365
  24.    if [ "$CONFIG_ARCH_SA1100" = "y" ]; then
  25.       dep_tristate '  SA1100 support' CONFIG_PCMCIA_SA1100 $CONFIG_PCMCIA
  26.    fi
  27.    if [ "$CONFIG_8xx" = "y" ]; then
  28.       dep_tristate '  M8xx support' CONFIG_PCMCIA_M8XX $CONFIG_PCMCIA
  29.    fi
  30. fi
  31. endmenu