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

Linux/Unix编程

开发平台:

Unix_Linux

  1. # $Id: config.in,v 1.156.2.2 2002/03/14 01:26:21 kanoj Exp $
  2. # For a description of the syntax of this configuration file,
  3. # see the Configure script.
  4. #
  5. mainmenu_name "Linux/UltraSPARC Kernel Configuration"
  6. mainmenu_option next_comment
  7. comment 'Code maturity level options'
  8. bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
  9. endmenu
  10. mainmenu_option next_comment
  11. comment 'Loadable module support'
  12. bool 'Enable loadable module support' CONFIG_MODULES
  13. if [ "$CONFIG_MODULES" = "y" ]; then
  14.    bool '  Set version information on all symbols for modules' CONFIG_MODVERSIONS
  15.    bool '  Kernel module loader' CONFIG_KMOD
  16. fi
  17. endmenu
  18. mainmenu_option next_comment
  19. comment 'General setup'
  20. tristate 'UltraSPARC-III bootbus i2c controller driver' CONFIG_BBC_I2C
  21. define_bool CONFIG_VT y
  22. define_bool CONFIG_VT_CONSOLE y
  23. bool 'Symmetric multi-processing support' CONFIG_SMP
  24. # Identify this as a Sparc64 build
  25. define_bool CONFIG_SPARC64 y
  26. bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
  27. # Global things across all Sun machines.
  28. define_bool CONFIG_HAVE_DEC_LOCK y
  29. define_bool CONFIG_RWSEM_GENERIC_SPINLOCK n
  30. define_bool CONFIG_RWSEM_XCHGADD_ALGORITHM y
  31. define_bool CONFIG_ISA n
  32. define_bool CONFIG_ISAPNP n
  33. define_bool CONFIG_EISA n
  34. define_bool CONFIG_MCA n
  35. define_bool CONFIG_PCMCIA n
  36. define_bool CONFIG_SBUS y
  37. define_bool CONFIG_SBUSCHAR y
  38. define_bool CONFIG_BUSMOUSE y
  39. define_bool CONFIG_SUN_MOUSE y
  40. define_bool CONFIG_SERIAL y
  41. define_bool CONFIG_SUN_SERIAL y
  42. define_bool CONFIG_SERIAL_CONSOLE y
  43. define_bool CONFIG_SUN_KEYBOARD y
  44. define_bool CONFIG_SUN_CONSOLE y
  45. define_bool CONFIG_SUN_AUXIO y
  46. define_bool CONFIG_SUN_IO y
  47. bool 'PCI support' CONFIG_PCI
  48. if [ "$CONFIG_PCI" = "y" ] ; then
  49.    define_bool CONFIG_RTC y
  50. fi
  51. source drivers/pci/Config.in
  52. tristate 'Openprom tree appears in /proc/openprom' CONFIG_SUN_OPENPROMFS
  53. bool 'Networking support' CONFIG_NET
  54. bool 'System V IPC' CONFIG_SYSVIPC
  55. bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
  56. bool 'Sysctl support' CONFIG_SYSCTL
  57. if [ "$CONFIG_PROC_FS" = "y" ]; then
  58.    define_bool CONFIG_KCORE_ELF y
  59. fi
  60. bool 'Kernel support for Linux/Sparc 32bit binary compatibility' CONFIG_SPARC32_COMPAT
  61. if [ "$CONFIG_SPARC32_COMPAT" != "n" ]; then
  62.    tristate '  Kernel support for 32-bit ELF binaries' CONFIG_BINFMT_ELF32
  63.    bool '  Kernel support for 32-bit (ie. SunOS) a.out binaries' CONFIG_BINFMT_AOUT32
  64. fi
  65. tristate 'Kernel support for 64-bit ELF binaries' CONFIG_BINFMT_ELF
  66. tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
  67. bool 'SunOS binary emulation' CONFIG_SUNOS_EMUL
  68. if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
  69.    tristate 'Solaris binary emulation (EXPERIMENTAL)' CONFIG_SOLARIS_EMUL
  70. fi
  71. source drivers/parport/Config.in
  72. dep_tristate '  Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
  73. if [ "$CONFIG_PCI" = "y" ]; then
  74.    tristate 'SUNW, envctrl support' CONFIG_ENVCTRL
  75.    tristate '7-Segment Display support' CONFIG_DISPLAY7SEG
  76.    tristate 'CP1XXX Hardware Watchdog support' CONFIG_WATCHDOG_CP1XXX
  77.    tristate 'RIO Hardware Watchdog support' CONFIG_WATCHDOG_RIO
  78. fi
  79. endmenu
  80. mainmenu_option next_comment
  81. comment 'Console drivers'
  82. bool 'PROM console' CONFIG_PROM_CONSOLE
  83. source drivers/video/Config.in
  84. endmenu
  85. source drivers/sbus/char/Config.in
  86. source drivers/sbus/audio/Config.in
  87. source drivers/mtd/Config.in
  88. mainmenu_option next_comment
  89. comment 'Block devices'
  90. bool 'Normal floppy disk support' CONFIG_BLK_DEV_FD
  91. tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
  92. dep_tristate 'Network block device support' CONFIG_BLK_DEV_NBD $CONFIG_NET
  93. source drivers/md/Config.in
  94. tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
  95. if [ "$CONFIG_BLK_DEV_RAM" = "y" -o "$CONFIG_BLK_DEV_RAM" = "m" ]; then
  96. int '   Default RAM disk size' CONFIG_BLK_DEV_RAM_SIZE 4096
  97. fi
  98. dep_bool '  Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD $CONFIG_BLK_DEV_RAM
  99. endmenu
  100. if [ "$CONFIG_NET" = "y" ]; then
  101.    source net/Config.in
  102. fi
  103. mainmenu_option next_comment
  104. comment 'ATA/IDE/MFM/RLL support'
  105. tristate 'ATA/IDE/MFM/RLL support' CONFIG_IDE
  106. if [ "$CONFIG_IDE" != "n" ]; then
  107.   source drivers/ide/Config.in
  108. else
  109.   define_bool CONFIG_BLK_DEV_IDE_MODES n
  110.   define_bool CONFIG_BLK_DEV_HD n
  111. fi
  112. endmenu
  113. mainmenu_option next_comment
  114. comment 'SCSI support'
  115. tristate 'SCSI support' CONFIG_SCSI
  116. if [ "$CONFIG_SCSI" != "n" ]; then
  117.    comment 'SCSI support type (disk, tape, CDrom)'
  118.    dep_tristate '  SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
  119.    if [ "$CONFIG_BLK_DEV_SD" != "n" ]; then
  120.       int  'Maximum number of SCSI disks that can be loaded as modules' CONFIG_SD_EXTRA_DEVS 40
  121.    fi
  122.    dep_tristate '  SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
  123.    dep_tristate '  SCSI OnStream SC-x0 tape support' CONFIG_CHR_DEV_OSST $CONFIG_SCSI
  124.    dep_tristate '  SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
  125.    if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
  126.       bool '    Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
  127.       int  'Maximum number of CDROM devices that can be loaded as modules' CONFIG_SR_EXTRA_DEVS 2
  128.    fi
  129.    dep_tristate '  SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
  130.    comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
  131.    bool '  Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
  132.    bool '  Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
  133.    bool '  SCSI logging facility' CONFIG_SCSI_LOGGING
  134.    mainmenu_option next_comment
  135.    comment 'SCSI low-level drivers'
  136.    dep_tristate 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
  137.    dep_tristate 'PTI Qlogic, ISP Driver' CONFIG_SCSI_QLOGICPTI $CONFIG_SCSI
  138.    if [ "$CONFIG_PCI" != "n" ]; then
  139.       source drivers/scsi/aic7xxx/Config.in
  140.       if [ "$CONFIG_SCSI_AIC7XXX" != "y" ]; then
  141.          dep_tristate 'Old Adaptec AIC7xxx support' CONFIG_SCSI_AIC7XXX_OLD $CONFIG_SCSI
  142.          if [ "$CONFIG_SCSI_AIC7XXX_OLD" != "n" ]; then
  143.             bool '  Enable Tagged Command Queueing (TCQ) by default' CONFIG_AIC7XXX_OLD_TCQ_ON_BY_DEFAULT
  144.             int  '  Maximum number of TCQ commands per device' CONFIG_AIC7XXX_OLD_CMDS_PER_DEVICE 8
  145.             bool '  Collect statistics to report in /proc' CONFIG_AIC7XXX_OLD_PROC_STATS
  146.          fi
  147.       fi
  148.       dep_tristate 'SYM53C8XX Version 2 SCSI support' CONFIG_SCSI_SYM53C8XX_2 $CONFIG_SCSI
  149.       if [ "$CONFIG_SCSI_SYM53C8XX_2" != "n" ]; then
  150.          int  '  DMA addressing mode' CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE 1
  151.          int  '  default tagged command queue depth' CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS 16
  152.          int  '  maximum number of queued commands' CONFIG_SCSI_SYM53C8XX_MAX_TAGS 64
  153.          bool '  use normal IO' CONFIG_SCSI_SYM53C8XX_IOMAPPED
  154.       fi
  155.       if [ "$CONFIG_SCSI_SYM53C8XX_2" != "y" ]; then
  156.          dep_tristate 'NCR53C8XX SCSI support' CONFIG_SCSI_NCR53C8XX $CONFIG_SCSI
  157.          dep_tristate 'SYM53C8XX SCSI support' CONFIG_SCSI_SYM53C8XX $CONFIG_SCSI
  158.          if [ "$CONFIG_SCSI_NCR53C8XX" != "n" -o "$CONFIG_SCSI_SYM53C8XX" != "n" ]; then
  159.             int 'default tagged command queue depth' CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS 8
  160.             int 'maximum number of queued commands' CONFIG_SCSI_NCR53C8XX_MAX_TAGS 32
  161.             int 'synchronous transfers frequency in MHz' CONFIG_SCSI_NCR53C8XX_SYNC 10
  162.             bool '  enable profiling' CONFIG_SCSI_NCR53C8XX_PROFILE
  163.             if [ "$CONFIG_SCSI_SYM53C8XX" != "n" ]; then
  164.        bool '  include support for the NCR PQS/PDS SCSI card' CONFIG_SCSI_NCR53C8XX_PQS_PDS
  165.             fi
  166.             if [ "$CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS" = "0" ]; then
  167.                bool '  not allow targets to disconnect' CONFIG_SCSI_NCR53C8XX_NO_DISCONNECT
  168.             fi
  169.             if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
  170.                bool '  assume boards are SYMBIOS compatible (EXPERIMENTAL)' CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT
  171.             fi
  172.          fi
  173.       fi
  174.       dep_tristate 'Qlogic ISP SCSI support' CONFIG_SCSI_QLOGIC_ISP $CONFIG_SCSI
  175.       dep_tristate 'Qlogic ISP FC SCSI support' CONFIG_SCSI_QLOGIC_FC $CONFIG_SCSI
  176.       if [ "$CONFIG_SCSI_QLOGIC_FC" != "n" ]; then
  177.          define_bool CONFIG_SCSI_QLOGIC_FC_FIRMWARE y
  178.       fi
  179.    fi
  180.    endmenu
  181. fi
  182. endmenu
  183. source drivers/fc4/Config.in
  184. if [ "$CONFIG_PCI" = "y" ]; then
  185.    source drivers/message/fusion/Config.in
  186. fi
  187. source drivers/ieee1394/Config.in
  188. if [ "$CONFIG_NET" = "y" ]; then
  189.    mainmenu_option next_comment
  190.    comment 'Network device support'
  191.    bool 'Network device support' CONFIG_NETDEVICES
  192.    if [ "$CONFIG_NETDEVICES" = "y" ]; then
  193.       source drivers/net/Config.in
  194.       if [ "$CONFIG_ATM" = "y" ]; then
  195. source drivers/atm/Config.in
  196.       fi
  197.    fi
  198.    endmenu
  199. fi
  200. # This one must be before the filesystem configs. -DaveM
  201. mainmenu_option next_comment
  202. comment 'Unix 98 PTY support'
  203. bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
  204. if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
  205.    int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
  206. fi
  207. endmenu
  208. mainmenu_option next_comment
  209. comment 'Video For Linux'
  210. tristate 'Video For Linux' CONFIG_VIDEO_DEV
  211. if [ "$CONFIG_VIDEO_DEV" != "n" ]; then
  212.    if [ "$CONFIG_PCI" != "n" ]; then
  213.       dep_tristate '  BT848 Video For Linux' CONFIG_VIDEO_BT848 $CONFIG_VIDEO_DEV
  214.    fi
  215. fi
  216. endmenu
  217. mainmenu_option next_comment
  218. comment 'XFree86 DRI support'
  219. bool 'Direct Rendering Manager (XFree86 DRI support)' CONFIG_DRM_NEW
  220. dep_tristate '  Creator/Creator3D' CONFIG_DRM_FFB $CONFIG_DRM_NEW
  221. dep_tristate '  3dfx Banshee/Voodoo3+' CONFIG_DRM_TDFX $CONFIG_DRM_NEW
  222. dep_tristate '  ATI Rage 128' CONFIG_DRM_R128 $CONFIG_DRM_NEW
  223. endmenu
  224. source drivers/input/Config.in
  225. source fs/Config.in
  226. mainmenu_option next_comment
  227. comment 'Sound'
  228. tristate 'Sound card support' CONFIG_SOUND
  229. if [ "$CONFIG_SOUND" != "n" ]; then
  230.    source drivers/sound/Config.in
  231. fi
  232. endmenu
  233. source drivers/usb/Config.in
  234. source net/bluetooth/Config.in
  235. mainmenu_option next_comment
  236. comment 'Watchdog'
  237. tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
  238. endmenu
  239. mainmenu_option next_comment
  240. comment 'Kernel hacking'
  241. bool 'Kernel debugging' CONFIG_DEBUG_KERNEL
  242. if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then
  243.    bool '  Debug memory allocations' CONFIG_DEBUG_SLAB
  244.    bool '  Magic SysRq key' CONFIG_MAGIC_SYSRQ
  245.    bool '  Spinlock debugging' CONFIG_DEBUG_SPINLOCK
  246.    bool '  Verbose BUG() reporting (adds 70K)' CONFIG_DEBUG_BUGVERBOSE
  247.    bool '  D-cache flush debugging' CONFIG_DEBUG_DCFLUSH
  248. fi
  249. bool 'Stack Overflow Detection Support' CONFIG_STACK_DEBUG
  250. if [ "$CONFIG_STACK_DEBUG" = "y" ] ; then
  251.    define_bool CONFIG_MCOUNT y
  252. fi
  253. endmenu
  254. source lib/Config.in