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

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # MPC8xx Communication options
  3. #
  4. mainmenu_option next_comment
  5. comment 'MPC8xx CPM Options'
  6. if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
  7.   bool 'CPM SCC Ethernet' CONFIG_SCC_ENET
  8.   if [ "$CONFIG_SCC_ENET" = "y" ]; then
  9.     choice 'SCC used for Ethernet'
  10.    "SCC1 CONFIG_SCC1_ENET
  11.  SCC2 CONFIG_SCC2_ENET
  12.  SCC3 CONFIG_SCC3_ENET" SCC1
  13.   fi
  14.   bool '860T FEC Ethernet' CONFIG_FEC_ENET
  15.   if [ "$CONFIG_FEC_ENET" = "y" ]; then
  16.     bool 'Use MDIO for PHY configuration' CONFIG_USE_MDIO
  17.   fi
  18.   bool 'Use Big CPM Ethernet Buffers' CONFIG_ENET_BIG_BUFFERS
  19. fi
  20. bool 'Use SMC2 for UART' CONFIG_SMC2_UART
  21. if [ "$CONFIG_SMC2_UART" = "y" ]; then
  22.   bool 'Use Alternate SMC2 I/O (823/850)' CONFIG_ALTSMC2
  23.   bool 'Use SMC2 for Console' CONFIG_CONS_SMC2
  24. fi
  25. bool 'Enable SCC2 and SCC3 for UART' CONFIG_USE_SCC_IO
  26. # This doesn't really belong here, but it is convenient to ask
  27. # 8xx specific questions.
  28. comment 'Generic MPC8xx Options'
  29. bool 'Copy-Back Data Cache (else Writethrough)' CONFIG_8xx_COPYBACK
  30. bool 'CPU6 Silicon Errata (860 Pre Rev. C)' CONFIG_8xx_CPU6
  31. bool 'I2C/SPI Microcode Patch' CONFIG_UCODE_PATCH
  32. endmenu