Config.in
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # FC4 device configuration
  3. #
  4. mainmenu_option next_comment
  5. comment 'Fibre Channel support'
  6. tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4
  7. if [ ! "$CONFIG_FC4" = "n" ]; then
  8.    comment 'FC4 drivers'
  9.    if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then
  10.       tristate 'Sun SOC/Sbus' CONFIG_FC4_SOC
  11.       tristate 'Sun SOC+ (aka SOCAL)' CONFIG_FC4_SOCAL
  12.    fi
  13.    comment 'FC4 targets'
  14.    dep_tristate 'SparcSTORAGE Array 100 and 200 series' CONFIG_SCSI_PLUTO $CONFIG_SCSI
  15.    if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then
  16.       dep_tristate 'Sun Enterprise Network Array (A5000 and EX500)' CONFIG_SCSI_FCAL $CONFIG_SCSI
  17.    else
  18.       dep_tristate 'Generic FC-AL disk driver' CONFIG_SCSI_FCAL $CONFIG_SCSI
  19.    fi
  20. else
  21.    define_tristate CONFIG_FC4_SOC n
  22.    define_tristate CONFIG_FC4_SOCAL n
  23.    define_tristate CONFIG_SCSI_PLUTO n
  24.    define_tristate CONFIG_SCSI_FCAL n
  25. fi
  26. endmenu