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

嵌入式Linux

开发平台:

Unix_Linux

  1. mainmenu_option next_comment
  2. comment 'I2O device support'
  3. tristate 'I2O support' CONFIG_I2O
  4. if [ "$CONFIG_PCI" = "y" ]; then
  5.    dep_tristate '  I2O PCI support' CONFIG_I2O_PCI $CONFIG_I2O
  6. fi
  7. dep_tristate '  I2O Block OSM' CONFIG_I2O_BLOCK $CONFIG_I2O
  8. if [ "$CONFIG_NET" = "y" ]; then
  9.    dep_tristate '  I2O LAN OSM' CONFIG_I2O_LAN $CONFIG_I2O
  10. fi
  11. dep_tristate '  I2O SCSI OSM' CONFIG_I2O_SCSI $CONFIG_I2O $CONFIG_SCSI
  12. dep_tristate '  I2O /proc support' CONFIG_I2O_PROC $CONFIG_I2O
  13. endmenu