home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / arch / mips / config.in next >
Encoding:
Text File  |  1995-02-15  |  9.2 KB  |  257 lines

  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the Configure script.
  4. #
  5.  
  6. comment 'Machine setup'
  7.  
  8. bool 'Support for Deskstation Tyne' CONFIG_DESKSTATION_TYNE y
  9. bool 'Support for Acer PICA 1 chipset' CONFIG_ACER_PICA_61 y
  10. bool 'Support for DECstation' CONFIG_DECSTATION n
  11.  
  12. bool 'Generate code for R4x00' CONFIG_R4X00 y
  13.  
  14. comment 'General setup'
  15.  
  16. bool 'Normal floppy disk support' CONFIG_BLK_DEV_FD y
  17. bool 'Normal (MFM/RLL) disk and IDE disk/cdrom support' CONFIG_ST506 y
  18. if [ "$CONFIG_ST506" = "y" ]; then
  19.   comment 'Please see block/drivers/README.ide for help/info on IDE drives'
  20.   bool '   Use old (reliable) disk-only driver for primary i/f' CONFIG_BLK_DEV_HD y
  21.   if [ "$CONFIG_BLK_DEV_HD" = "y" ]; then
  22.     bool '   Include new IDE driver for secondary i/f support' CONFIG_BLK_DEV_IDE n
  23.   else
  24.     bool '   Use new IDE driver for primary/secondary i/f' CONFIG_BLK_DEV_IDE n
  25.   fi
  26.   if [ "$CONFIG_BLK_DEV_IDE" = "y" ]; then
  27.     bool '   Include support for IDE CDROM (ATAPI)' CONFIG_BLK_DEV_IDECD n
  28.   fi
  29. fi
  30.  
  31. bool 'XT harddisk support' CONFIG_BLK_DEV_XD n
  32. bool 'Networking support' CONFIG_NET y
  33. bool 'System V IPC' CONFIG_SYSVIPC n
  34. bool 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF n
  35.  
  36. if [ "$CONFIG_NET" = "y" ]; then
  37. comment 'Networking options'
  38. bool 'TCP/IP networking' CONFIG_INET y
  39. if [ "$CONFIG_INET" "=" "y" ]; then
  40. bool 'IP forwarding/gatewaying' CONFIG_IP_FORWARD y
  41. bool 'IP multicasting (ALPHA)' CONFIG_IP_MULTICAST n
  42. bool 'IP firewalling' CONFIG_IP_FIREWALL n
  43. bool 'IP accounting' CONFIG_IP_ACCT n
  44. comment '(it is safe to leave these untouched)'
  45. bool 'PC/TCP compatibility mode' CONFIG_INET_PCTCP n
  46. bool 'Reverse ARP' CONFIG_INET_RARP n
  47. bool 'Assume subnets are local' CONFIG_INET_SNARL y
  48. bool 'Disable NAGLE algorithm (normally enabled)' CONFIG_TCP_NAGLE_OFF n
  49. fi
  50. bool 'The IPX protocol' CONFIG_IPX n
  51. #bool 'Amateur Radio AX.25 Level 2' CONFIG_AX25 n
  52. fi
  53.  
  54. comment 'SCSI support'
  55.  
  56. bool 'SCSI support?' CONFIG_SCSI n
  57.  
  58. if [ "$CONFIG_SCSI" = "n" ]; then
  59.  
  60. comment 'Skipping SCSI configuration options...'
  61.  
  62. else
  63.  
  64. comment 'SCSI support type (disk, tape, CDrom)'
  65.  
  66. bool 'Scsi disk support' CONFIG_BLK_DEV_SD y
  67. bool 'Scsi tape support' CONFIG_CHR_DEV_ST y
  68. bool 'Scsi CDROM support' CONFIG_BLK_DEV_SR y
  69. bool 'Scsi generic support' CONFIG_CHR_DEV_SG y
  70.  
  71. comment 'SCSI low-level drivers'
  72.  
  73. bool 'Adaptec AHA152X support' CONFIG_SCSI_AHA152X n
  74. bool 'Adaptec AHA1542 support' CONFIG_SCSI_AHA1542 y
  75. bool 'Adaptec AHA1740 support' CONFIG_SCSI_AHA1740 n
  76. bool 'BusLogic SCSI support' CONFIG_SCSI_BUSLOGIC n
  77. bool 'EATA-DMA (DPT,NEC&ATT for ISA,EISA,PCI) support' CONFIG_SCSI_EATA_DMA n
  78. bool 'UltraStor 14F/34F support' CONFIG_SCSI_U14_34F n
  79. bool 'Future Domain 16xx SCSI support' CONFIG_SCSI_FUTURE_DOMAIN n
  80. bool 'Generic NCR5380 SCSI support' CONFIG_SCSI_GENERIC_NCR5380 n
  81. if [ "$CONFIG_PCI" = "y" ]; then
  82.   bool 'NCR53c7,8xx SCSI support'  CONFIG_SCSI_NCR53C7xx n
  83. fi
  84. bool 'Always IN2000 SCSI support (test release)' CONFIG_SCSI_IN2000 n
  85. bool 'PAS16 SCSI support' CONFIG_SCSI_PAS16 n
  86. bool 'QLOGIC SCSI support' CONFIG_SCSI_QLOGIC n
  87. bool 'Seagate ST-02 and Future Domain TMC-8xx SCSI support' CONFIG_SCSI_SEAGATE n
  88. bool 'Trantor T128/T128F/T228 SCSI support' CONFIG_SCSI_T128 n
  89. bool 'UltraStor SCSI support' CONFIG_SCSI_ULTRASTOR n
  90. bool '7000FASST SCSI support' CONFIG_SCSI_7000FASST n
  91. #bool 'EATA ISA/EISA (DPT PM2011/021/012/022/122/322) support' CONFIG_SCSI_EATA n
  92. #bool 'SCSI debugging host adapter' CONFIG_SCSI_DEBUG n
  93. fi
  94.  
  95.  
  96. if [ "$CONFIG_NET" = "y" ]; then
  97.  
  98. comment 'Network device support'
  99.  
  100. bool 'Network device support?' CONFIG_NETDEVICES n
  101. if [ "$CONFIG_NETDEVICES" = "n" ]; then
  102.  
  103. comment 'Skipping network driver configuration options...'
  104.  
  105. else
  106. bool 'Dummy net driver support' CONFIG_DUMMY n
  107. bool 'SLIP (serial line) support' CONFIG_SLIP n
  108. if [ "$CONFIG_SLIP" = "y" ]; then
  109.   bool ' CSLIP compressed headers' CONFIG_SLIP_COMPRESSED y
  110.   bool ' 16 channels instead of 4' SL_SLIP_LOTS n
  111. #  bool ' SLIP debugging on' SL_DUMP y
  112. fi
  113. bool 'PPP (point-to-point) support' CONFIG_PPP n
  114. bool 'PLIP (parallel port) support' CONFIG_PLIP n
  115. bool 'Load balancing support (experimental)' CONFIG_SLAVE_BALANCING n
  116. bool 'Do you want to be offered ALPHA test drivers' CONFIG_NET_ALPHA n
  117. bool 'Western Digital/SMC cards' CONFIG_NET_VENDOR_SMC y
  118. if [ "$CONFIG_NET_VENDOR_SMC" = "y" ]; then
  119.     bool 'WD80*3 support' CONFIG_WD80x3 y
  120.     bool 'SMC Ultra support' CONFIG_ULTRA n
  121. fi
  122. bool 'AMD LANCE and PCnet (AT1500 and NE2100) support' CONFIG_LANCE n
  123. bool '3COM cards' CONFIG_NET_VENDOR_3COM y
  124. if [ "$CONFIG_NET_VENDOR_3COM" = "y" ]; then
  125.     bool '3c501 support' CONFIG_EL1 n
  126.     bool '3c503 support' CONFIG_EL2 n
  127.     if [ "$CONFIG_NET_ALPHA" = "y" ]; then
  128.         bool '3c505 support' CONFIG_ELPLUS n
  129.         bool '3c507 support' CONFIG_EL16 n
  130.     fi
  131.     bool '3c509/3c579 support' CONFIG_EL3 n
  132. fi
  133. bool 'Other ISA cards' CONFIG_NET_ISA n
  134. if [ "$CONFIG_NET_ISA" = "y" ]; then
  135.     bool 'Cabletron E21xx support' CONFIG_E2100 n
  136.     bool 'DEPCA support' CONFIG_DEPCA n
  137.     bool 'EtherWorks 3 support' CONFIG_EWRK3 n
  138.     if [ "$CONFIG_NET_ALPHA" = "y" ]; then
  139.         bool 'Arcnet support' CONFIG_ARCNET n
  140.         bool 'AT1700 support' CONFIG_AT1700 n
  141. #        bool 'EtherExpressPro support' CONFIG_EEXPRESS_PRO n
  142.         bool 'EtherExpress support' CONFIG_EEXPRESS n
  143.          bool 'NI5210 support' CONFIG_NI52 n
  144.         bool 'NI6510 support' CONFIG_NI65 n
  145.     fi
  146.     bool 'HP PCLAN+ (27247B and 27252A) support' CONFIG_HPLAN_PLUS n
  147.     bool 'HP PCLAN (27245 and other 27xxx series) support' CONFIG_HPLAN n
  148.     bool 'NE2000/NE1000 support' CONFIG_NE2000 y
  149.     bool 'SK_G16 support' CONFIG_SK_G16 n
  150. fi
  151. bool 'EISA, VLB, PCI and on board controllers' CONFIG_NET_EISA n
  152. if [ "$CONFIG_NET_EISA" = "y" ]; then
  153.     if [ "$CONFIG_NET_ALPHA" = "y" ]; then
  154.         bool 'Ansel Communications EISA 3200 support' CONFIG_AC3200 n
  155.     fi
  156.     bool 'Apricot Xen-II on board ethernet' CONFIG_APRICOT n
  157. #    bool 'DEC 21040 PCI support' CONFIG_DEC_ELCP n
  158. #    bool 'LPL T100V 100Mbs support' CONFIG_LPL_T100 n
  159. #    bool 'PCnet32 (32 bit VLB and PCI LANCE) support' CONFIG_PCNET32 n
  160.     bool 'Zenith Z-Note support' CONFIG_ZNET y
  161. fi
  162. bool 'Pocket and portable adaptors' CONFIG_NET_POCKET n
  163. if [ "$CONFIG_NET_POCKET" = "y" ]; then
  164.     bool 'AT-LAN-TEC/RealTek pocket adaptor support' CONFIG_ATP n
  165.     bool 'D-Link DE600 pocket adaptor support' CONFIG_DE600 n
  166.     bool 'D-Link DE620 pocket adaptor support' CONFIG_DE620 n
  167. #    bool 'Silicom pocket adaptor support' CONFIG_SILICOM_PEA n
  168. #    bool 'WaveLAN PCMCIA support' CONFIG_WaveLAN n
  169. #    bool '3 Com 3c589 PCMCIA support' CONFIG_3C589 n
  170. fi
  171. fi
  172. fi
  173.  
  174. comment 'CD-ROM drivers'
  175.  
  176. bool 'Sony CDU31A/CDU33A CDROM driver support' CONFIG_CDU31A n
  177. bool 'Mitsumi CDROM driver support' CONFIG_MCD n
  178. bool 'Matsushita/Panasonic CDROM driver support' CONFIG_SBPCD n
  179. if [ "$CONFIG_SBPCD" = "y" ]; then
  180.   bool 'Matsushita/Panasonic second CDROM controller support' CONFIG_SBPCD2 n
  181.   if [ "$CONFIG_SBPCD2" = "y" ]; then
  182.     bool 'Matsushita/Panasonic third CDROM controller support' CONFIG_SBPCD3 n
  183.     if [ "$CONFIG_SBPCD3" = "y" ]; then
  184.       bool 'Matsushita/Panasonic fourth CDROM controller support' CONFIG_SBPCD4 n
  185.     fi
  186.   fi
  187. fi
  188.  
  189. comment 'Filesystems'
  190.  
  191. bool 'Standard (minix) fs support' CONFIG_MINIX_FS y
  192. bool 'Extended fs support' CONFIG_EXT_FS n
  193. bool 'Second extended fs support' CONFIG_EXT2_FS n
  194. bool 'xiafs filesystem support' CONFIG_XIA_FS n
  195. bool 'msdos fs support' CONFIG_MSDOS_FS n
  196. if [ "$CONFIG_MSDOS_FS" = "y" ]; then
  197. bool 'umsdos: Unix like fs on top of std MSDOS FAT fs' CONFIG_UMSDOS_FS n
  198. fi
  199. bool '/proc filesystem support' CONFIG_PROC_FS n
  200. if [ "$CONFIG_INET" = "y" ]; then
  201. bool 'NFS filesystem support' CONFIG_NFS_FS y
  202. fi
  203. if [ "$CONFIG_BLK_DEV_SR" = "y" -o "$CONFIG_CDU31A" = "y" -o "$CONFIG_MCD" = "y" -o "$CONFIG_SBPCD" = "y" -o "$CONFIG_BLK_DEV_IDECD" = "y" ]; then
  204.     bool 'ISO9660 cdrom filesystem support' CONFIG_ISO9660_FS y
  205. else
  206.     bool 'ISO9660 cdrom filesystem support' CONFIG_ISO9660_FS n
  207. fi
  208. bool 'OS/2 HPFS filesystem support (read only)' CONFIG_HPFS_FS n
  209. bool 'System V and Coherent filesystem support' CONFIG_SYSV_FS n
  210.  
  211. comment 'character devices'
  212.  
  213. bool 'Cyclades async mux support' CONFIG_CYCLADES n
  214. bool 'Parallel printer support' CONFIG_PRINTER n
  215. bool 'Logitech busmouse support' CONFIG_BUSMOUSE n
  216. bool 'PS/2 mouse (aka "auxiliary device") support' CONFIG_PSMOUSE n
  217. if [ "$CONFIG_PSMOUSE" = "y" ]; then
  218. bool 'C&T 82C710 mouse port support (as on TI Travelmate)' CONFIG_82C710_MOUSE n
  219. fi
  220. bool 'Microsoft busmouse support' CONFIG_MS_BUSMOUSE n
  221. bool 'ATIXL busmouse support' CONFIG_ATIXL_BUSMOUSE n
  222.   
  223. bool 'QIC-02 tape support' CONFIG_QIC02_TAPE n
  224. if [ "$CONFIG_QIC02_TAPE" = "y" ]; then
  225. bool 'Do you want runtime configuration for QIC-02' CONFIG_QIC02_DYNCONF n
  226. if [ "$CONFIG_QIC02_DYNCONF" != "y" ]; then
  227.  
  228. comment '>>> Edit configuration parameters in ./include/linux/tpqic02.h!'
  229.  
  230. else
  231.  
  232. comment '>>> Setting runtime QIC-02 configuration is done with qic02conf'
  233. comment '>>> Which is available from ftp://ftp.funet.fi/pub/OS/Linux/BETA/QIC-02/'
  234.  
  235. fi
  236. fi
  237.  
  238. bool 'QIC-117 tape support' CONFIG_FTAPE n
  239. if [ "$CONFIG_FTAPE" = "y" ]; then
  240. int ' number of ftape buffers' NR_FTAPE_BUFFERS 3
  241. fi
  242.  
  243. comment 'Sound'
  244.  
  245. bool 'Sound card support' CONFIG_SOUND n
  246.  
  247. comment 'Kernel hacking'
  248.  
  249. #bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC n
  250. bool 'Kernel profiling support' CONFIG_PROFILE n
  251. if [ "$CONFIG_PROFILE" = "y" ]; then
  252.   int ' Profile shift count' CONFIG_PROFILE_SHIFT 2
  253. fi
  254. if [ "$CONFIG_SCSI" = "y" ]; then
  255. bool 'Verbose scsi error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS y
  256. fi
  257.