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

Linux/Unix编程

开发平台:

Unix_Linux

  1. # $Id: config.in,v 1.111 2001/06/01 08:12:10 davem Exp $
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/config-language.txt.
  4. #
  5. mainmenu_name "Linux/SPARC Kernel Configuration"
  6. define_bool CONFIG_UID16 y
  7. define_bool CONFIG_HIGHMEM y
  8. mainmenu_option next_comment
  9. comment 'Code maturity level options'
  10. bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
  11. endmenu
  12. mainmenu_option next_comment
  13. comment 'Loadable module support'
  14. bool 'Enable loadable module support' CONFIG_MODULES
  15. if [ "$CONFIG_MODULES" = "y" ]; then
  16.    bool '  Set version information on all symbols for modules' CONFIG_MODVERSIONS
  17.    bool '  Kernel module loader' CONFIG_KMOD
  18. fi
  19. endmenu
  20. mainmenu_option next_comment
  21. comment 'General setup'
  22. define_bool CONFIG_VT y
  23. define_bool CONFIG_VT_CONSOLE y
  24. bool 'Symmetric multi-processing support (does not work on sun4/sun4c)' CONFIG_SMP
  25. # Identify this as a Sparc32 build
  26. define_bool CONFIG_SPARC32 y
  27. # Global things across all Sun machines.
  28. define_bool CONFIG_ISA n
  29. define_bool CONFIG_EISA n
  30. define_bool CONFIG_MCA n
  31. define_bool CONFIG_PCMCIA n
  32. define_bool CONFIG_SBUS y
  33. define_bool CONFIG_SBUSCHAR y
  34. define_bool CONFIG_BUSMOUSE y
  35. define_bool CONFIG_SUN_MOUSE y
  36. define_bool CONFIG_SERIAL y
  37. define_bool CONFIG_SUN_SERIAL y
  38. define_bool CONFIG_SERIAL_CONSOLE y
  39. define_bool CONFIG_SUN_KEYBOARD y
  40. define_bool CONFIG_SUN_CONSOLE y
  41. define_bool CONFIG_SUN_AUXIO y
  42. define_bool CONFIG_SUN_IO y
  43. define_bool CONFIG_RWSEM_GENERIC_SPINLOCK y
  44. define_bool CONFIG_RWSEM_XCHGADD_ALGORITHM n
  45. define_bool CONFIG_SUN_PM y
  46. bool 'Support for SUN4 machines (disables SUN4[CDM] support)' CONFIG_SUN4
  47. if [ "$CONFIG_SUN4" != "y" ]; then
  48.    bool 'Support for PCI and PS/2 keyboard/mouse' CONFIG_PCI
  49.    source drivers/pci/Config.in
  50. else
  51.    define_bool CONFIG_PCI n
  52. fi
  53. tristate 'Openprom tree appears in /proc/openprom' CONFIG_SUN_OPENPROMFS
  54. bool 'Networking support' CONFIG_NET
  55. bool 'System V IPC' CONFIG_SYSVIPC
  56. bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
  57. bool 'Sysctl support' CONFIG_SYSCTL
  58. if [ "$CONFIG_PROC_FS" = "y" ]; then
  59.    define_bool CONFIG_KCORE_ELF y
  60. fi
  61. tristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUT
  62. tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
  63. tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
  64. bool 'SunOS binary emulation' CONFIG_SUNOS_EMUL
  65. source drivers/parport/Config.in
  66. dep_tristate '  Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
  67. endmenu
  68. mainmenu_option next_comment
  69. comment 'Console drivers'
  70. bool 'PROM console' CONFIG_PROM_CONSOLE
  71. source drivers/video/Config.in
  72. endmenu
  73. source drivers/mtd/Config.in
  74. if [ "$CONFIG_SUN4" != "y" ]; then
  75.    source drivers/sbus/char/Config.in
  76.    source drivers/sbus/audio/Config.in
  77. fi
  78. mainmenu_option next_comment
  79. comment 'Block devices'
  80. bool 'Normal floppy disk support' CONFIG_BLK_DEV_FD
  81. tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
  82. dep_tristate 'Network block device support' CONFIG_BLK_DEV_NBD $CONFIG_NET
  83. source drivers/md/Config.in
  84. tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
  85. if [ "$CONFIG_BLK_DEV_RAM" = "y" -o "$CONFIG_BLK_DEV_RAM" = "m" ]; then
  86. int '   Default RAM disk size' CONFIG_BLK_DEV_RAM_SIZE 4096
  87. fi
  88. dep_bool '  Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD $CONFIG_BLK_DEV_RAM
  89. endmenu
  90. if [ "$CONFIG_NET" = "y" ]; then
  91.    source net/Config.in
  92. fi
  93. # Don't frighten a common SBus user
  94. if [ "$CONFIG_PCI" = "y" ]; then
  95.   mainmenu_option next_comment
  96.   comment 'ATA/IDE/MFM/RLL support'
  97.   tristate 'ATA/IDE/MFM/RLL support' CONFIG_IDE
  98.   if [ "$CONFIG_IDE" != "n" ]; then
  99.     source drivers/ide/Config.in
  100.   else
  101.     define_bool CONFIG_BLK_DEV_IDE_MODES n
  102.     define_bool CONFIG_BLK_DEV_HD n
  103.   fi
  104.   endmenu
  105. else
  106.   define_bool CONFIG_IDE n
  107.   define_bool CONFIG_BLK_DEV_IDE_MODES n
  108.   define_bool CONFIG_BLK_DEV_HD n
  109. fi
  110. mainmenu_option next_comment
  111. comment 'ISDN subsystem'
  112. tristate 'ISDN support' CONFIG_ISDN
  113. if [ "$CONFIG_ISDN" != "n" ]; then
  114.    source drivers/isdn/Config.in
  115. fi
  116. endmenu
  117. mainmenu_option next_comment
  118. comment 'SCSI support'
  119. tristate 'SCSI support' CONFIG_SCSI
  120. if [ "$CONFIG_SCSI" != "n" ]; then
  121.    comment 'SCSI support type (disk, tape, CDrom)'
  122.    dep_tristate '  SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
  123.    if [ "$CONFIG_BLK_DEV_SD" != "n" ]; then
  124.       int  'Maximum number of SCSI disks that can be loaded as modules' CONFIG_SD_EXTRA_DEVS 40
  125.    fi
  126.    dep_tristate '  SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
  127.    dep_tristate '  SCSI OnStream SC-x0 tape support' CONFIG_CHR_DEV_OSST $CONFIG_SCSI
  128.    dep_tristate '  SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
  129.    if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
  130.       bool '    Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
  131.       int  'Maximum number of CDROM devices that can be loaded as modules' CONFIG_SR_EXTRA_DEVS 2
  132.    fi
  133.    dep_tristate '  SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
  134.    comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
  135.    bool '  Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
  136.    bool '  Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
  137.    bool '  SCSI logging facility' CONFIG_SCSI_LOGGING
  138.    mainmenu_option next_comment
  139.    comment 'SCSI low-level drivers'
  140.    dep_tristate 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
  141.    dep_tristate 'PTI Qlogic,ISP Driver' CONFIG_SCSI_QLOGICPTI $CONFIG_SCSI
  142.    endmenu
  143. fi
  144. endmenu
  145. source drivers/fc4/Config.in
  146. if [ "$CONFIG_NET" = "y" ]; then
  147.    mainmenu_option next_comment
  148.    comment 'Network device support'
  149.    bool 'Network device support' CONFIG_NETDEVICES
  150.    if [ "$CONFIG_NETDEVICES" = "y" ]; then
  151.       tristate '  Dummy net driver support' CONFIG_DUMMY
  152.       tristate '  Bonding driver support' CONFIG_BONDING
  153.       tristate '  Universal TUN/TAP device driver support' CONFIG_TUN
  154.       if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
  155.         if [ "$CONFIG_NETLINK" = "y" ]; then
  156.           tristate '  Ethertap network tap (OBSOLETE)' CONFIG_ETHERTAP
  157.         fi
  158.       fi
  159.       tristate '  PPP (point-to-point protocol) support' CONFIG_PPP
  160.       if [ ! "$CONFIG_PPP" = "n" ]; then
  161.         dep_tristate '  PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP
  162.         dep_tristate '  PPP support for sync tty ports' CONFIG_PPP_SYNC_TTY $CONFIG_PPP
  163.         dep_tristate '  PPP Deflate compression' CONFIG_PPP_DEFLATE $CONFIG_PPP
  164.         dep_tristate '  PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP m
  165. if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
  166.   dep_tristate '  PPP over Ethernet (EXPERIMENTAL)' CONFIG_PPPOE $CONFIG_PPP
  167.   if [ "$CONFIG_ATM" = "y" ]; then
  168.     dep_tristate '  PPP over ATM (EXPERIMENTAL)' CONFIG_PPPOATM $CONFIG_PPP
  169.   fi
  170. fi
  171.       fi
  172.       tristate '  SLIP (serial line) support' CONFIG_SLIP
  173.       if [ "$CONFIG_SLIP" != "n" ]; then
  174.  bool '    CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
  175.  bool '    Keepalive and linefill' CONFIG_SLIP_SMART
  176.  bool '    Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
  177.       fi
  178.       tristate '  Sun LANCE support' CONFIG_SUNLANCE
  179.       tristate '  Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL
  180.       if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
  181.  tristate '  Sun BigMAC 10/100baseT support (EXPERIMENTAL)' CONFIG_SUNBMAC
  182.       fi
  183.       tristate '  Sun QuadEthernet support' CONFIG_SUNQE
  184.       tristate '  MyriCOM Gigabit Ethernet support' CONFIG_MYRI_SBUS
  185.       if [ "$CONFIG_PCI" = "y" ]; then
  186.          tristate '3c590/3c900 series (592/595/597) "Vortex/Boomerang" support' CONFIG_VORTEX
  187.       fi
  188. #      bool '  FDDI driver support' CONFIG_FDDI
  189. #      if [ "$CONFIG_FDDI" = "y" ]; then
  190. #      fi
  191.       if [ "$CONFIG_ATM" = "y" ]; then
  192.  source drivers/atm/Config.in
  193.       fi
  194.    fi
  195.    endmenu
  196. fi
  197. # This one must be before the filesystem configs. -DaveM
  198. mainmenu_option next_comment
  199. comment 'Unix98 PTY support'
  200. bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
  201. if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
  202.    int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
  203. fi
  204. endmenu
  205. source fs/Config.in
  206. source net/bluetooth/Config.in
  207. mainmenu_option next_comment
  208. comment 'Watchdog'
  209. tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
  210. endmenu
  211. mainmenu_option next_comment
  212. comment 'Kernel hacking'
  213. bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
  214. endmenu
  215. source lib/Config.in