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

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # Character device configuration
  3. #
  4. mainmenu_option next_comment
  5. comment 'SGI devices'
  6. bool 'SGI Zilog85C30 serial support' CONFIG_SGI_SERIAL
  7. if [ "$CONFIG_SGI_SERIAL" = "y" ]; then
  8.    bool '  Support for console on serial port' CONFIG_SERIAL_CONSOLE
  9. fi
  10. bool 'SGI DS1286  RTC support' CONFIG_SGI_DS1286
  11. if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then  
  12.    tristate 'SGI Newport Graphics support' CONFIG_SGI_NEWPORT_GFX
  13. fi
  14. endmenu