home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / mac / linux22 / slackware3.6 / DOCS / LINUX-2.0 / CONFIGURE.HELP;1 < prev    next >
Encoding:
Text File  |  1998-07-13  |  234.2 KB  |  4,689 lines  |  [TEXT/hscd]

  1. # Maintained by Axel Boldt (boldt@math.ucsb.edu)
  2. #
  3. # This version of the Linux kernel configuration help texts
  4. # corresponds to the kernel versions 2.0.x.
  5. #
  6. # International versions of this file available on the WWW:
  7. #   - http://jf.gee.kyoto-u.ac.jp/JF/JF-ftp/euc/Configure.help.euc
  8. # is a Japanese translation, maintained by Tetsuyasu YAMADA
  9. # (tetsu@cauchy.nslab.ntt.jp).
  10. #   - http://nevod.perm.su/service/linux/doc/kernel/Configure.help
  11. # is a Russian translation, maintained by kaf@linux.nevod.perm.su.
  12. #
  13. # Information about what a kernel is, what it does, how to patch and
  14. # compile it and much more is contained in the Kernel-HOWTO, available
  15. # via ftp (user: anonymous) from sunsite.unc.edu in the directory
  16. # /pub/Linux/docs/HOWTO.
  17. #
  18. # Format of this file: description<nl>variable<nl>helptext<nl><nl>.
  19. # If the question being documented is of type "choice", we list
  20. # only the first occurring config variable. The help texts
  21. # must not contain empty lines. No variable should occur twice; if it
  22. # does, only the first occurrence will be used by Configure. The lines
  23. # in a help text should be indented two positions. Lines starting with
  24. # `#' are ignored. To be nice to menuconfig, limit your lines to 70
  25. # characters. Use emacs' kfill.el to edit this file or you lose.
  26. #
  27. # If you add a help text to this file, please try to be as gentle as
  28. # possible. Don't use unexplained acronyms and generally write for the
  29. # hypothetical user who has just bought a PC, removed Windows,
  30. # installed Linux and is now recompiling the kernel for the first
  31. # time. Tell them what to do if they're unsure. Technical information
  32. # should go in a README in the Documentation directory. Mention all
  33. # the relevant READMEs and HOWTOs in the help text.
  34. #
  35. # All this was shamelessly stolen from several different sources. Many
  36. # thanks to all the contributors.  Feel free to use these help texts
  37. # in your own kernel configuration tools. The texts are copyrighted
  38. # (c) 1995,1996 by Axel Boldt and governed by the GNU Public License.
  39.  
  40. Prompt for development and/or incomplete code/drivers
  41. CONFIG_EXPERIMENTAL
  42.   Some of the various things that Linux supports (such as network
  43.   drivers, filesystems, network protocols, etc.) can be in a state
  44.   of development where the functionality, stability, or the level of
  45.   testing is not yet high enough for general use.  This is usually
  46.   known as the "alpha-test" phase amongst developers.  If a feature is
  47.   currently in alpha-test, then the developers usually discourage
  48.   uninformed widespread use of this feature by the general public to
  49.   avoid "Why doesn't this work?" type mail messages.  However, active
  50.   testing and use of these systems is welcomed.  Just be aware that it
  51.   may not meet the normal level of reliability or it may fail to work
  52.   in some special cases.  Detailed bug reports from people familiar
  53.   with the kernel internals are usually welcomed by the developers.
  54.   Unless you intend to help test and develop a feature or driver that
  55.   falls into this category, or you have a situation that requires
  56.   using these features you should probably say N here, which will
  57.   cause this configure script to present you with fewer choices.  If
  58.   you say Y here, you will be offered the choice of using features or
  59.   drivers that are currently considered to be in the alpha-test phase.
  60.  
  61. Kernel math emulation
  62. CONFIG_MATH_EMULATION
  63.   Linux can emulate a math coprocessor (used for floating point
  64.   operations) if you don't have one. 486DX and Pentium processors have
  65.   a math coprocessor built in, 486SX and 386 do not, unless you added
  66.   a 487DX or 387, respectively.  (The messages during boot time can
  67.   give you some hints here ["man dmesg"]) Everyone needs either a
  68.   coprocessor or this emulation. If you enable this emulation even
  69.   though you have a coprocessor, the coprocessor will be used
  70.   nevertheless. (This behavior can be changed with the kernel command
  71.   line option "no387", which comes handy if your coprocessor is
  72.   broken. See the documentation of your boot loader (lilo or loadlin)
  73.   about how to pass options to the kernel at boot time. The lilo
  74.   procedure is also explained in the SCSI-HOWTO, available via ftp
  75.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.) This
  76.   means that it is a good idea to say Y here if you intend to use this
  77.   kernel on different machines. More information about the internals
  78.   of Linux math coprocessor emulation can be found in
  79.   arch/i386/math-emu/README. If you are not sure, say Y; apart from
  80.   resulting in a 45kB bigger kernel, it won't hurt.
  81.  
  82. Normal floppy disk support
  83. CONFIG_BLK_DEV_FD
  84.   If you want to use your floppy disk drive(s) under Linux, say Y.
  85.   Information about this driver, especially important for IBM Thinkpad
  86.   users, is contained in drivers/block/README.fd.  This driver is also
  87.   available as a module ( = code which can be inserted in and removed
  88.   from the running kernel whenever you want). If you want to compile
  89.   it as a module, say M here and read Documentation/modules.txt.
  90.  
  91. RAM disk support
  92. CONFIG_BLK_DEV_RAM
  93.   Enabling this option will allow you to use a portion of your RAM
  94.   memory as a block device, so that you can make filesystems on it,
  95.   read and write to it and do all the other things that normal block
  96.   devices (such as harddrives) can do.  It is usually used to load and
  97.   store a copy of a minimal root file system off of a floppy into RAM
  98.   during the initial install of Linux.  Note that the kernel command
  99.   line option "ramdisk=XX" is now obsolete.  For details, read
  100.   Documentation/ramdisk.txt. If you want to compile this as a module (
  101.   = code which can be inserted in and removed from the running kernel
  102.   whenever you want), say M and read Documentation/modules.txt.  Most
  103.   normal users won't need the RAM disk functionality, and can thus say
  104.   N here.
  105.  
  106. Initial RAM disk (initrd) support
  107. CONFIG_BLK_DEV_INITRD
  108.   The initial RAM disk is a RAM disk that is loaded by the boot loader
  109.   (LOADLIN or LILO) and that is mounted as root before the normal boot
  110.   procedure. It is typically used to load modules needed to mount the
  111.   "real" root file system, etc. See Documentation/initrd.txt for
  112.   details.
  113.  
  114. Loop device support
  115. CONFIG_BLK_DEV_LOOP
  116.   Enabling this option will allow you to mount a file as a file
  117.   system.  This is useful if you want to check an ISO9660 file system
  118.   before burning the CD, or want to use floppy images without first
  119.   writing them to floppy.  This option also allows one to mount a
  120.   filesystem with encryption.  To use these features, you need a
  121.   recent version of mount (check the file Documentation/Changes for
  122.   location and latest version).  Note that this loop device has
  123.   nothing to do with the loopback device used for network connections
  124.   from the machine to itself.  Most users will answer N here.
  125.  
  126. Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
  127. CONFIG_BLK_DEV_IDE
  128.   This will use the full-featured IDE driver to control up to four
  129.   IDE interfaces, for a combination of up to eight IDE
  130.   disk/cdrom/tape/floppy drives.  Useful information about large
  131.   (>540MB) IDE disks, soundcard IDE ports, and other topics, is all
  132.   contained in Documentation/ide.txt.  If you have one or more IDE
  133.   drives, say Y here.  If your system has no IDE drives, or if
  134.   memory requirements are really tight, you could say N here, and
  135.   select the Old harddisk driver instead to save about 13kB of
  136.   memory in the kernel.  To fine-tune IDE drive/interface parameters
  137.   for improved performance, look for the hdparm package at
  138.   sunsite.unc.edu:/pub/Linux/kernel/patches/diskdrives/
  139.  
  140. Old harddisk (MFM/RLL/IDE) driver
  141. CONFIG_BLK_DEV_HD_ONLY
  142.   There are two drivers for MFM/RLL/IDE disks.  Most people use the
  143.   newer enhanced driver, but the old one is still around for two
  144.   reasons.  Some older systems have strange timing problems and seem
  145.   to work only with the old driver (which itself does not work with
  146.   some newer systems).  The other reason is that the old driver is
  147.   smaller, since it lacks the enhanced functionality of the new one.
  148.   This makes it a good choice for systems with very tight memory
  149.   restrictions, or for systems with only older MFM/RLL/ESDI drives.
  150.   Choosing the old driver can save 13kB or so of kernel memory.  If
  151.   you are unsure, then just choose the Enhanced IDE/MFM/RLL driver
  152.   instead of this one.
  153.  
  154. Use old disk-only driver on primary interface
  155. CONFIG_BLK_DEV_HD_IDE
  156.   There are two drivers for MFM/RLL/IDE disks.  Most people use just
  157.   the new enhanced driver by itself.  This option installs the old
  158.   harddisk driver to control the primary IDE/disk interface in the
  159.   system, leaving the new enhanced IDE driver take care of only the
  160.   2nd/3rd/4th IDE interfaces. Doing this will prevent you from having
  161.   an IDE/ATAPI CDROM or tape drive connected to the primary IDE
  162.   interface. Choosing this option may be useful for older systems
  163.   which have MFM/RLL/ESDI controller+drives at the primary port
  164.   address (0x1f0), along with IDE drives at the secondary/3rd/4th port
  165.   addresses.  Normally, just say N here; you will then use the new
  166.   driver for all 4 interfaces.
  167.  
  168. Include IDE/ATAPI CDROM support
  169. CONFIG_BLK_DEV_IDECD
  170.   If you have a CDROM drive using the ATAPI protocol, say Y.  ATAPI is
  171.   a new protocol used by IDE CDROM and TAPE drives, similar to the
  172.   SCSI protocol.  Most new CDROM drives use ATAPI, including the
  173.   NEC-260, Mitsumi FX400, Sony 55E, and just about all non-SCSI
  174.   double(2X), quad(4X), and six(6X) speed drives.  At boot time, the
  175.   TAPE drive will be identified along with other IDE devices, as "hdb"
  176.   or "hdc", or something similar.
  177.   If this is your only CDROM drive, you can say N to all other CDROM
  178.   options, but be sure to say Y to the ISO9660 filesystem.  Read the
  179.   CDROM-HOWTO, available via ftp (user: anonymous) in
  180.   sunsite.unc.edu:/pub/Linux/docs/HOWTO and the file
  181.   Documentation/cdrom/ide-cd.  Note that older versions of lilo (the
  182.   linux boot loader) cannot properly deal with IDE/ATAPI CDROMs, so
  183.   install lilo-16 or higher, available from
  184.   sunsite.unc.edu:/pub/Linux/system/Linux-boot/lilo.
  185.  
  186. Include IDE/ATAPI TAPE support
  187. CONFIG_BLK_DEV_IDETAPE
  188.   If you have an IDE tape drive using the ATAPI protocol, say Y.
  189.   ATAPI is a new protocol used by IDE TAPE and ATAPI drives,
  190.   similar to the SCSI protocol.  At boot time, the TAPE drive will
  191.   be identified along with other IDE devices, as "hdb" or "hdc",
  192.   or something similar, and will be mapped to a character device
  193.   such as "ht0".  Be sure to consult the drivers/block/ide-tape.c
  194.   and Documentation/ide.txt files for usage information.
  195.  
  196. Include IDE/ATAPI FLOPPY support (new)
  197. CONFIG_BLK_DEV_IDEFLOPPY
  198.   If you have an IDE floppy which uses the ATAPI protocol, say Y.
  199.   ATAPI is a new protocol used by IDE cdrom/tape/floppy drives,
  200.   similar to the SCSI protocol.  IDE floppy drives include the LS-120
  201.   and the ATAPI ZIP (ATAPI PD-CD drives are not supported by this
  202.   driver; support for PD-CD drives is available through the SCSI
  203.   emulation).  At boot time, the FLOPPY drive will be identified along
  204.   with other IDE devices, as "hdb" or "hdc", or something similar.
  205.  
  206. SCSI emulation support
  207. CONFIG_BLK_DEV_IDESCSI
  208.   This will provide SCSI host adapter emulation for IDE ATAPI devices,
  209.   and will allow you to use a SCSI device driver instead of a native
  210.   ATAPI driver. This is useful if you have an ATAPI device for which
  211.   no native driver has been written (for example, an ATAPI PD-CD
  212.   drive); you can then use this emulation together with an appropriate
  213.   SCSI device driver. If both this SCSI emulation and native ATAPI
  214.   support are compiled into the kernel, the native support will be
  215.   used.  Normally, say N.
  216.  
  217. Support removable IDE interfaces (PCMCIA)
  218. CONFIG_BLK_DEV_IDE_PCMCIA
  219.   This option adds code to the IDE driver to handle hot insertion
  220.   and removal of IDE interfaces and drives, under direction of an
  221.   external utility (?).  Normally, just say N here.
  222.  
  223. CMD640 chipset bugfix/support
  224. CONFIG_BLK_DEV_CMD640
  225.   The CMD-Technologies CMD640 chip is used on many common 486 and
  226.   Pentium motherboards, usually in combination with a "Neptune" or
  227.   "SiS" chipset.  Unfortunately, it has a number of rather nasty
  228.   design flaws that can cause severe data corruption under many common
  229.   conditions.  Say Y here to include code which tries to automatically
  230.   detect and correct the problems under Linux.  This option also
  231.   enables access to the secondary IDE ports in some CMD640 based
  232.   systems.  This driver will work automatically in PCI based systems
  233.   (most new systems have PCI slots).  But if your system uses VESA
  234.   local bus (VLB) instead of PCI, you must also supply a kernel boot
  235.   parameter to enable the CMD640 bugfix/support: "ide0=cmd640_vlb" The
  236.   CMD640 chip is also used on add-in cards by Acculogic, and on the
  237.   "CSA-6400E PCI to IDE controller" that some people have. For
  238.   details, read Documentation/ide.txt. If unsure, say Y.
  239.  
  240. CMD640 enhanced support
  241. CONFIG_BLK_DEV_CMD640_ENHANCED
  242.   This option includes support for setting/autotuning PIO modes and
  243.   prefetch on CMD640 IDE interfaces.  For details, read
  244.   Documentation/ide.txt. If you have a CMD640 IDE interface and your
  245.   BIOS does not already do this for you, then say Y here.  Otherwise
  246.   say N.
  247.  
  248. RZ1000 chipset bugfix/support
  249. CONFIG_BLK_DEV_RZ1000
  250.   The PC-Technologies RZ1000 chip is used on many common 486 and
  251.   Pentium motherboards, usually along with the "Neptune" chipset.
  252.   Unfortunately, it has a rather nasty design flaw that can cause
  253.   severe data corruption under many conditions.  Say Y here to include
  254.   code which automatically detects and corrects the problem under
  255.   Linux.  This may slow disk throughput by a few percent, but at least
  256.   things will operate 100% reliably. If unsure, say Y.
  257.  
  258. Other IDE chipset support
  259. CONFIG_IDE_CHIPSETS
  260.   Say Y here if you want to include enhanced support for various IDE
  261.   interface chipsets used on motherboards and add-on cards.  This
  262.   enhanced support may be necessary for linux to be able to access the
  263.   3rd/4th drives in some systems.  It may also enable setting of
  264.   higher speed I/O rates to improve system performance with these
  265.   chipsets.  Most of these also require special kernel boot parameters
  266.   to actually turn on the support at runtime.
  267.  
  268. DTC-2278 support
  269. CONFIG_BLK_DEV_DTC2278
  270.   This driver is enabled at runtime using the "ide0=dtc2278" kernel
  271.   boot parameter.  It enables support for the secondary IDE interface
  272.   of the DTC-2278 card, and permits faster I/O speeds to be set as
  273.   well.  See the Documentation/ide.txt and dtc2278.c files for more
  274.   info.
  275.  
  276. Holtek HT6560B support
  277. CONFIG_BLK_DEV_HT6560B
  278.   This driver is enabled at runtime using the "ide0=ht6560b" kernel
  279.   boot parameter.  It enables support for the secondary IDE interface
  280.   of the Holtek card, and permits faster I/O speeds to be set as well.
  281.   See the Documentation/ide.txt and ht6560b.c files for more info.
  282.  
  283. QDI QD6580 support
  284. CONFIG_BLK_DEV_QD6580
  285.   This driver is enabled at runtime using the "ide0=qd6580" kernel
  286.   boot parameter.  It permits faster I/O speeds to be set.  See the
  287.   Documentation/ide.txt and qd6580.c files for more info.
  288.  
  289. UMC 8672 support
  290. CONFIG_BLK_DEV_UMC8672
  291.   This driver is enabled at runtime using the "ide0=umc8672" kernel
  292.   boot parameter.  It enables support for the secondary IDE interface
  293.   of the UMC-8672, and permits faster I/O speeds to be set as well.
  294.   See the Documentation/ide.txt and umc8672.c files for more info.
  295.  
  296. ALI M14xx support
  297. CONFIG_BLK_DEV_ALI14XX
  298.   This driver is enabled at runtime using the "ide0=ali14xx" kernel
  299.   boot parameter.  It enables support for the secondary IDE interface
  300.   of the ALI M1439/1443/1445/1487/1489 chipsets, and permits faster
  301.   I/O speeds to be set as well.  See the Documentation/ide.txt and
  302.   ali14xx.c files for more info.
  303.  
  304. PROMISE DC4030 support (EXPERIMENTAL)
  305. CONFIG_BLK_DEV_PROMISE
  306.   This driver is enabled at runtime using the "ide0=dc4030" kernel
  307.   boot parameter.  It enables support for the secondary IDE interface
  308.   of the chipset, and takes advantage of the caching features of the
  309.   card.  This driver is known to incur timeouts/retries during heavy
  310.   I/O to drives attached to the secondary interface.  CDROM and TAPE
  311.   devices are not supported yet.  See the Documentation/ide.txt and
  312.   promise.c files for more info.
  313.  
  314. XT harddisk support
  315. CONFIG_BLK_DEV_XD
  316.   Very old 8 bit hard disk controllers used in the IBM XT computer.
  317.   To include a driver for these, say Y.  If you want to compile the
  318.   driver as a module ( = code which can be inserted in and removed
  319.   from the running kernel whenever you want), say M here and read
  320.   Documentation/modules.txt.
  321.   It's pretty unlikely that you have one of these: say N.
  322.  
  323. Parallel port IDE device support
  324. CONFIG_PARIDE
  325.   There are many external CD-ROM and disk devices that connect through
  326.   your computer's parallel port. Most of them are actually IDE devices
  327.   using a parallel port IDE adapter. This option enables the PARIDE
  328.   subsystem which contains drivers for many of these external drives.
  329.   Read linux/Documentation/paride.txt for more information.  If you 
  330.   built PARIDE support into your kernel,  you may still build the 
  331.   individual protocol modules and high-level drivers as loadable 
  332.   modules. If you build this support as a module, it will be called 
  333.   paride.o.  To use the PARIDE support, you must say Y or M here 
  334.   and also to at least one high-level driver (e.g. "Parallel port 
  335.   IDE disks", "Parallel port ATAPI CD-ROMs", "Parallel port ATAPI 
  336.   disks" etc.) and to at least one protocol driver (e.g. "ATEN 
  337.   EH-100 protocol", "MicroSolutions backpack protocol", "DataStor 
  338.   Commuter protocol" etc.).
  339.  
  340. Parallel port IDE disks
  341. CONFIG_PARIDE_PD 
  342.   This option enables the high-level driver for IDE-type disk devices 
  343.   connected through a parallel port.  If you chose to build PARIDE 
  344.   support into your kernel, you may answer Y here to build in the 
  345.   parallel port IDE driver, otherwise you should answer M to build 
  346.   it as a loadable module.  The module will be called pd.o.  You 
  347.   must also have at least one parallel port protocol driver in your 
  348.   system.  Among the devices supported by this driver are the SyQuest 
  349.   EZ-135, EZ-230 and SparQ drives, the Avatar Shark and the backpack
  350.   hard drives from MicroSolutions.
  351.  
  352. Parallel port ATAPI CD-ROMs
  353. CONFIG_PARIDE_PCD 
  354.   This option enables the high-level driver for ATAPI CD-ROM devices
  355.   connected through a parallel port. If you chose to build PARIDE
  356.   support into your kernel, you may answer Y here to build in the
  357.   parallel port ATAPI CD-ROM driver, otherwise you should answer M to
  358.   build it as a loadable module. The module will be called pcd.o. You
  359.   must also have at least one parallel port protocol driver in your
  360.   system. Among the devices supported by this driver are the
  361.   MicroSolutions backpack CD-ROM drives and the Freecom Power CD. If
  362.   you have such a CD-ROM drive, you should also say Y to "ISO9660
  363.   cdrom filesystem support" below, because that's the filesystem used
  364.   on CDROMs.
  365.  
  366. Parallel port ATAPI disks
  367. CONFIG_PARIDE_PF 
  368.   This option enables the high-level driver for ATAPI disk devices
  369.   connected through a parallel port.  If you chose to build PARIDE
  370.   support into your kernel, you may answer Y here to build in the
  371.   parallel port ATAPI disk driver, otherwise you should answer M
  372.   to build it as a loadable module.  The module will be called pf.o.
  373.   You must also have at least one parallel port protocol driver in
  374.   your system.  Among the devices supported by this driver are the
  375.   MicroSolutions backpack PD/CD drive and the Imation Superdisk
  376.   LS-120 drive.
  377.  
  378. Parallel port ATAPI tapes
  379. CONFIG_PARIDE_PT
  380.   This option enables the high-level driver for ATAPI tape devices
  381.   connected through a parallel port.  If you chose to build PARIDE
  382.   support into your kernel, you may answer Y here to build in the
  383.   parallel port ATAPI tape driver, otherwise you should answer M
  384.   to build it as a loadable module.  The module will be called pt.o.
  385.   You must also have at least one parallel port protocol driver in
  386.   your system.  Among the devices supported by this driver is the
  387.   parallel port version of the HP 5GB drive.
  388.  
  389. Parallel port generic ATAPI devices
  390. CONFIG_PARIDE_PG
  391.   This option enables a special high-level driver for generic ATAPI
  392.   devices connected through a parallel port. The driver allows user
  393.   programs, such as cdrecord, to send ATAPI commands directly to a
  394.   device. If you chose to build PARIDE support into your kernel, you 
  395.   may answer Y here to build in the parallel port generic ATAPI driver, 
  396.   otherwise you should answer M to build it as a loadable module.
  397.   The module will be called pg.o.  You must also have at least one 
  398.   parallel port protocol driver in your system.  This driver 
  399.   implements an API loosely related to the generic SCSI driver.  
  400.   See /usr/include/linux/pg.h for details, or visit 
  401.   http://www.torque.net/parport/cdr.html for more information and
  402.   the required patches to cdrecord.
  403.  
  404. ATEN EH-100 protocol
  405. CONFIG_PARIDE_ATEN 
  406.   This option enables support for the ATEN EH-100 parallel port IDE
  407.   protocol.  This protocol is used in some inexpensive low performance 
  408.   parallel port kits made in Hong Kong. If you chose to build PARIDE 
  409.   support into your kernel, you may answer Y here to build in the 
  410.   protocol driver, otherwise you should answer M to build it as a 
  411.   loadable module.  The module will be called aten.o.  You must also 
  412.   have a high-level driver for the type of device that you want to 
  413.   support.
  414.  
  415. MicroSolutions backpack protocol
  416. CONFIG_PARIDE_BPCK 
  417.   This option enables support for the MicroSolutions backpack 
  418.   parallel port IDE protocol.  If you chose to build PARIDE support
  419.   into your kernel, you may answer Y here to build in the protocol
  420.   driver, otherwise you should answer M to build it as a loadable
  421.   module.  The module will be called bpck.o.  You must also have
  422.   a high-level driver for the type of device that you want to support.
  423.  
  424. DataStor Commuter protocol
  425. CONFIG_PARIDE_COMM 
  426.   This option enables support for the Commuter parallel port IDE 
  427.   protocol from DataStor.  If you chose to build PARIDE support
  428.   into your kernel, you may answer Y here to build in the protocol
  429.   driver, otherwise you should answer M to build it as a loadable
  430.   module.  The module will be called comm.o.  You must also have
  431.   a high-level driver for the type of device that you want to support.
  432.  
  433. DataStor EP-2000 protocol
  434. CONFIG_PARIDE_DSTR 
  435.   This option enables support for the EP-2000 parallel port IDE 
  436.   protocol from DataStor.  If you chose to build PARIDE support
  437.   into your kernel, you may answer Y here to build in the protocol
  438.   driver, otherwise you should answer M to build it as a loadable
  439.   module.  The module will be called dstr.o.  You must also have
  440.   a high-level driver for the type of device that you want to support.
  441.  
  442. Shuttle EPAT/EPEZ protocol
  443. CONFIG_PARIDE_EPAT 
  444.   This option enables support for the EPAT parallel port IDE 
  445.   protocol.  EPAT is a parallel port IDE adapter manufactured by
  446.   Shuttle Technology and widely used in devices from major vendors
  447.   such as Hewlett-Packard, SyQuest, Imation and Avatar. If you 
  448.   chose to build PARIDE support into your kernel, you may answer Y 
  449.   here to build in the protocol driver, otherwise you should answer M 
  450.   to build it as a loadable module.  The module will be called epat.o.  
  451.   You must also have a high-level driver for the type of device that 
  452.   you want to support.
  453.  
  454. Shuttle EPIA protocol
  455. CONFIG_PARIDE_EPIA 
  456.   This option enables support for the (obsolete) EPIA parallel port 
  457.   IDE protocol from Shuttle Technology.  This adapter can still be found
  458.   in some no-name kits. If you chose to build PARIDE support into your 
  459.   kernel, you may answer Y here to build in the protocol driver,
  460.   otherwise you should answer M to build it as a loadable module.  
  461.   The module will be called epia.o.  You must also have a high-level 
  462.   driver for the type of device that you want to support.
  463.  
  464. FIT TD-2000 protocol
  465. CONFIG_PARIDE_FIT2
  466.   This option enables support for the TD-2000 parallel port IDE protocol
  467.   from Fidelity International Technology.  This is a simple (low speed) 
  468.   adapter that is used in some portable hard drives.  If you chose to 
  469.   build PARIDE support into your kernel, you may answer Y here to 
  470.   build in the protocol driver, otherwise you should answer M to 
  471.   build it as a loadable module.  The module will be called fit2.o.
  472.   You must also have a high-level driver for the type of device 
  473.   that you want to support.
  474.  
  475. FIT TD-3000 protocol
  476. CONFIG_PARIDE_FIT3
  477.   This option enables support for the TD-3000 parallel port IDE protocol
  478.   from Fidelity International Technology. This protocol is used in newer
  479.   models of their portable disk, CD-ROM and PD/CD devices.   If you chose
  480.   to build PARIDE support into your kernel, you may answer Y here to
  481.   build in the protocol driver, otherwise you should answer M to
  482.   build it as a loadable module.  The module will be called fit3.o.
  483.   You must also have a high-level driver for the type of device
  484.   that you want to support.
  485.  
  486. FreeCom power protocol
  487. CONFIG_PARIDE_FRPW 
  488.   This option enables support for the Freecom power parallel port IDE 
  489.   protocol.  If you chose to build PARIDE support into your kernel, you 
  490.   may answer Y here to build in the protocol driver, otherwise you 
  491.   should answer M to build it as a loadable module.  The module will be 
  492.   called frpw.o.  You must also have a high-level driver for the type 
  493.   of device that you want to support.
  494.  
  495. KingByte KBIC-951A/971A protocols
  496. CONFIG_PARIDE_KBIC 
  497.   This option enables support for the KBIC-951A and KBIC-971A parallel 
  498.   port IDE protocols from KingByte Information Corp.  KingByte's adapters
  499.   appear in many no-name portable disk and CD-ROM products, especially 
  500.   in Europe. If you chose to build PARIDE support into your kernel, you 
  501.   may answer Y here to build in the protocol driver, otherwise you should 
  502.   answer M to build it as a loadable module.  The module will be called 
  503.   kbic.o.  You must also have a high-level driver for the type of device 
  504.   that you want to support.
  505.  
  506. KT PHd protocol
  507. CONFIG_PARIDE_KTTI
  508.   This option enables support for the "PHd" parallel port IDE protocol
  509.   from KT Technology.  This is a simple (low speed) adapter that is
  510.   used in some 2.5" portable hard drives.  If you chose to build PARIDE 
  511.   support into your kernel, you may answer Y here to build in the 
  512.   protocol driver, otherwise you should answer M to build it as a 
  513.   loadable module.  The module will be called ktti.o.  You must also 
  514.   have a high-level driver for the type of device that you want to
  515.   support.
  516.  
  517. OnSpec 90c20 protocol
  518. CONFIG_PARIDE_ON20 
  519.   This option enables support for the (obsolete) 90c20 parallel port 
  520.   IDE protocol from OnSpec (often marketed under the ValuStore brand
  521.   name).  If you chose to build PARIDE support into your kernel, you 
  522.   may answer Y here to build in the protocol driver, otherwise you 
  523.   should answer M to build it as a loadable module.  The module will 
  524.   be called on20.o.  You must also have a high-level driver for the 
  525.   type of device that you want to support.
  526.  
  527. OnSpec 90c26 protocol
  528. CONFIG_PARIDE_ON26 
  529.   This option enables support for the 90c26 parallel port IDE protocol 
  530.   from OnSpec Electronics (often marketed under the ValuStore brand
  531.   name).  If you chose to build PARIDE support into your kernel, you 
  532.   may answer Y here to build in the protocol driver, otherwise you 
  533.   should answer M to build it as a loadable module.  The module will 
  534.   be called on26.o.  You must also have a high-level driver for the 
  535.   type of device that you want to support.
  536.  
  537. Multiple devices driver support
  538. CONFIG_BLK_DEV_MD
  539.   This driver lets you combine several harddisk partitions into one
  540.   logical block device.  Information about how and why to use it and
  541.   the necessary tools are available over ftp (user: anonymous) from
  542.   sweet-smoke.ufr-info-p7.ibp.fr/pub/public/Linux in the md package
  543.   and the md-FAQ. Please read drivers/block/README.md.  If unsure,
  544.   say N.
  545.  
  546. Linear (append) mode
  547. CONFIG_MD_LINEAR
  548.   If you enable this, then your multiple devices driver will be able
  549.   to use the so-called linear mode, i.e. it will combine the harddisk
  550.   partitions by simply appending one to the other. If you want to
  551.   compile this as a module ( = code which can be inserted in and
  552.   removed from the running kernel whenever you want), say M here and
  553.   read Documentation/modules.txt. If unsure, say Y.
  554.  
  555. RAID-0 (striping) mode
  556. CONFIG_MD_STRIPED
  557.   If you enable this, then your multiple devices driver will be able
  558.   to use the so-called raid0 mode, i.e. it will combine the harddisk
  559.   partitions into one logical device in such a fashion as to fill them
  560.   up evenly, one chunk here and one chunk there. This will increase
  561.   the throughput rate if the partitions reside on distinct disks.  If
  562.   you want to compile this as a module ( = code which can be inserted
  563.   in and removed from the running kernel whenever you want), say M
  564.   here and read Documentation/modules.txt. If unsure, say Y.
  565.  
  566. RAID-1 (mirroring) mode
  567. CONFIG_MD_MIRRORING
  568.   A RAID-1 set consists of several disk drives which are exact copies
  569.   of each other. In the event of a mirror failture, the RAID driver
  570.   will continue to use the operational mirrors in the set, providing
  571.   an error free MD device to the higher levels of the kernel. In
  572.   a set with N drives, the available space is the capacity of a single
  573.   drive, and the set protects against a failture of (N - 1) drives.
  574.   raidtools, a set of user-space tools which create and maintain
  575.   RAID1/4/5 sets, is available at:
  576.   http://luthien.nuclecu.unam.mx/~miguel/raid
  577.  
  578. RAID-4/RAID-5 mode
  579. CONFIG_MD_RAID5
  580.   A RAID-5 set of N drives with a capacity of C MB per drive provides
  581.   the capacity of C * (N - 1) drives, and protects against a failture
  582.   of a single drive. For a given sector (row) number, (N - 1) drives
  583.   contain data sectors, and one drive contains the parity protection.
  584.   For a RAID-4 set, the parity blocks are present on a single drive,
  585.   while a RAID-5 set distributes the parity accross the drives in one
  586.   of the available parity distribution methods.
  587.   raidtools, a set of user-space tools which create and maintain
  588.   RAID1/4/5 sets, is available at:
  589.   http://luthien.nuclecu.unam.mx/~miguel/raid
  590.  
  591. Support for Deskstation RPC44
  592. CONFIG_DESKSTATION_RPC44
  593.   This is a machine with a R4400 100 MHz CPU. To compile a Linux
  594.   kernel that runs on these, say Y here. For details about Linux on
  595.   the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  596.   http://lena.fnet.fr/ (To browse the WWW, you need to have access
  597.   to a machine on the Internet that has one of the programs lynx,
  598.   netscape or Mosaic).
  599.  
  600. Support for Mips Magnum 3000
  601. CONFIG_MIPS_MAGNUM_3000
  602.   To compile a Linux kernel that runs on these, say Y here. For
  603.   details about Linux on the MIPS architecture, check out the
  604.   Linux/MIPS FAQ on the WWW at http://lena.fnet.fr/ (To browse the
  605.   WWW, you need to have access to a machine on the Internet that has
  606.   one of the programs lynx, netscape or Mosaic).
  607.  
  608. Support for Mips Magnum 4000
  609. CONFIG_MIPS_MAGNUM_4000
  610.   This is a machine with a R4000 100 MHz CPU. To compile a Linux
  611.   kernel that runs on these, say Y here. For details about Linux on
  612.   the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  613.   http://lena.fnet.fr/ (To browse the WWW, you need to have access
  614.   to a machine on the Internet that has one of the programs lynx,
  615.   netscape or Mosaic).
  616.  
  617. Support for Olivetti M700
  618. CONFIG_OLIVETTI_M700
  619.   This is a machine with a R4000 100 MHz CPU. To compile a Linux
  620.   kernel that runs on these, say Y here. For details about Linux on
  621.   the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  622.   http://lena.fnet.fr/ (To browse the WWW, you need to have access
  623.   to a machine on the Internet that has one of the programs lynx,
  624.   netscape or Mosaic).
  625.  
  626. Support for Deskstation Tyne
  627. CONFIG_DESKSTATION_TYNE
  628.   This is a machine with a R4600 134 MHz CPU. The Linux port for this
  629.   system is idle right now because of hardware or documentation
  630.   problems. For details about Linux on the MIPS architecture, check
  631.   out the Linux/MIPS FAQ on the WWW at http://lena.fnet.fr/ (To browse
  632.   the WWW, you need to have access to a machine on the Internet that
  633.   has one of the programs lynx, netscape or Mosaic).
  634.  
  635. Support for Acer PICA 1 chipset
  636. CONFIG_ACER_PICA_61
  637.   This is a machine with a R4400 134/150 MHz CPU. To compile a Linux
  638.   kernel that runs on these, say Y here. For details about Linux on
  639.   the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  640.   http://lena.fnet.fr/ (To browse the WWW, you need to have access
  641.   to a machine on the Internet that has one of the programs lynx,
  642.   netscape or Mosaic).
  643.  
  644. Support for DECstation
  645. CONFIG_DECSTATION
  646.   The DECStation 3100 (with a MIPS R2000 series CPU) and DECStation
  647.   5000/xxx (MIPS R3000 series CPU) are also sometimes labeled PMAX.
  648.   They often run the Ultrix operating system. To compile a Linux
  649.   kernel that runs on these, say Y here. For details about Linux on
  650.   the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  651.   http://lena.fnet.fr/ (To browse the WWW, you need to have access
  652.   to a machine on the Internet that has one of the programs lynx,
  653.   netscape or Mosaic).
  654.  
  655. CPU type
  656. CONFIG_CPU_R3000
  657.   Give the type of your machine's MIPS CPU. For this question, it
  658.   suffices to give a unique prefix of the option you want to choose.
  659.  
  660. Networking support
  661. CONFIG_NET
  662.   Unless you really know what you are doing, you should say Y here.
  663.   The reason is that some programs need it even if you configure a
  664.   stand-alone machine that won't be connected to any other computer.
  665.   from an older kernel, you should consider updating your networking
  666.   tools too; read net/README for details.
  667.  
  668. Network aliasing
  669. CONFIG_NET_ALIAS
  670.   This is for setting multiple IP addresses on the same low-level
  671.   network device driver. Typically used for services that act
  672.   differently based on the address they listen on (e.g. "multihosting"
  673.   on Apache httpd) or for connecting to different logical networks
  674.   through the same physical interface.  This is the generic part,
  675.   later when configuring network protocol options you will be asked
  676.   for protocol-specific aliasing support.  See
  677.   Documentation/networking/alias.txt for more info.  If you need this
  678.   feature (for any protocol, like IP) say Y; if unsure, say N.
  679.  
  680. Network firewalls
  681. CONFIG_FIREWALL
  682.   A firewall is a computer which protects a local network from the
  683.   rest of the World: all traffic to and from computers on the local
  684.   net is inspected by the firewall first.  If you want to configure
  685.   your Linux box as a firewall for a local network, say Y here.  If
  686.   your local network is TCP/IP based, you will have to say Y to "IP:
  687.   firewalling", below.  You also need to say Y here and enable "IP
  688.   firewalling" below in order to be able to use IP masquerading
  689.   (i.e. local computers can chat with an outside host, but that
  690.   outside host is made to think that it is talking to the firewall
  691.   box. Makes the local network completely invisible and avoids the
  692.   need to allocate valid IP host addresses for the machines on the
  693.   local net) or to use the ip packet accounting to see what is using
  694.   all your network bandwidth. Chances are that you should use this on
  695.   any machine being run as a router and not on a host.
  696.   If unsure, say N.
  697.  
  698. SYN flood protection
  699. CONFIG_SYN_COOKIES
  700.   Normal TCP/IP networking is open to an attack known as SYN flooding.
  701.   This attack prevents legitimate users from being able to connect to
  702.   your computer and requires very little work for the attacker.
  703.   SYN cookies provide protection against this type of attack.  With
  704.   this option turned on the TCP/IP stack will use a cryptographic
  705.   challenge protocol known as SYN cookies to enable legitimate users
  706.   to continue to connect, even when your machine is under attack.
  707.   If you are SYN flooded, the source address reported by the kernel is 
  708.   likely to have been forged by the attacker.  The source address is 
  709.   reported as an aid in tracing the packets to their actual source.
  710.  
  711. Sun floppy controller support
  712. CONFIG_BLK_DEV_SUNFD
  713.   This is support for floppy drives on Sun Sparc workstations. Say Y
  714.   if you have a floppy drive, otherwise N. Easy.
  715.  
  716. Alpha system type
  717. CONFIG_ALPHA_AVANTI
  718.   Find out what type of Alpha motherboard you have. You will probably
  719.   want to read the Linux/Alpha homepage on the WWW at
  720.   http://www.azstarnet.com/~axplinux/ (To browse the WWW, you need to
  721.   have access to a machine on the Internet that has one of the
  722.   programs lynx, netscape or Mosaic). For this question, it suffices
  723.   to give a unique prefix of the option you want to choose. The
  724.   choices:
  725.   ** Avanti: This is for Mustang (AS200), M3 (AS250), Avanti (AS400)
  726.      and XL (a.k.a. "Windows NT Dream Machine" :-) AlphaStations.
  727.      These usually come with a TGA graphics adapter, so you'll want to
  728.      say Y to "TGA Console support", below, if you have one of these.
  729.   ** Jensen: a.k.a. DEC 2000 a.k.a. DECpc AXP 150, the oldest Alpha
  730.      PC; it sports an EISA bus. The boot process on Jensen machines is
  731.      difficult (no booting from floppies, MILO doesn't work). You need
  732.      to have access to a second Linux workstation. The Linux/Alpha
  733.      FAQ, accessible from the above mentioned WWW page, has details.
  734.   ** Noname: a.k.a. AXPpci33, a PCI-bus based board using the 21066
  735.      Alpha CPU, running at either 166 or 233 MHz. You also want to
  736.      choose this option if you have a UDB (Universal Desktop Box
  737.      a.k.a. Multia) machine.
  738.   ** Cabriolet: also called AlphaPC64, a PCI-bus based board using the
  739.      21064 Alpha CPU typically running at 275 or 300 MHz.
  740.   ** EB66: "Evaluation Board"
  741.   ** EB66+: "Evaluation Board"
  742. ###
  743. ### Add info about Platform2000, EB164
  744. ###
  745.  
  746. Is it really a true XL
  747. CONFIG_ALPHA_XL
  748.   If your Avanti Machine is of type XL (a.k.a. "Windows NT Dream
  749.   Machine") (as opposed to Mustang (AS200), M3 (AS250) or Avanti
  750.   (AS400)), say Y, otherwise N.
  751.  
  752. Limit memory to low 16MB
  753. CONFIG_MAX_16M
  754.   This is for some buggy motherboards which cannot properly deal with
  755.   the memory above 16MB. If you have more than 16MB of RAM and
  756.   experience weird problems, you might want to try Y, everyone else
  757.   says N. Note for machines with more that 64MB of RAM: in order for
  758.   the kernel to be able to use the memory above 64MB, pass the command
  759.   line option "mem=XXXM" (where XXX is the memory size in megabytes)
  760.   to your kernel during boot time. See the documentation of your boot
  761.   loader (lilo or loadlin) about how to pass options to the kernel.
  762.   The lilo procedure is also explained in the SCSI-HOWTO, available
  763.   via ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  764.   You also need at least 512kB of RAM cache if you have more than 64MB
  765.   of RAM. Some other things to try when experiencing seemingly random,
  766.   "weird" problems: 1) passing the "no-hlt" option to the kernel
  767.   2) passing the "no-387" option to the kernel 3) passing the "mem=4M"
  768.   option to the kernel (thereby disabling all but the first 4M of RAM)
  769.   4) disabling the cache from your BIOS settings
  770.   5) exchanging RAM chips  6) exchanging the motherboard.
  771.  
  772. Using SRM as bootloader
  773. CONFIG_ALPHA_SRM
  774.   There are two different types of booting firmware on Alphas: SRM,
  775.   which is command line driven, and ARC, which uses menus and arrow
  776.   keys. The usual way to load Linux on an Alpha machine is to use MILO
  777.   (a bootloader that lets you pass command line parameters to the
  778.   kernel just like LILO does) which can be loaded either from ARC or
  779.   can be installed directly as a permanent firmware replacement from
  780.   floppy (which requires changing a certain jumper on the
  781.   motherboard). If you want to do either of these, say N here. If MILO
  782.   doesn't work on your system (true for Jensen motherboards), you can
  783.   bypass it altogether and boot Linux directly from an SRM console;
  784.   say Y here in order to do that. Note that you won't be able to boot
  785.   from an IDE disk using SRM. If unsure, say N. Details about the
  786.   Linux/Alpha booting process are contained in the Linux/Alpha FAQ,
  787.   accessible on the WWW from http://www.azstarnet.com/~axplinux/ (To
  788.   browse the WWW, you need to have access to a machine on the Internet
  789.   that has one of the programs lynx, netscape or Mosaic).
  790.  
  791. Echo console messages on /dev/ttyS1
  792. CONFIG_SERIAL_ECHO
  793.   If you enable this option, all kernel messages that would usually go
  794.   to the console will also be sent to the device /dev/ttyS1 which
  795.   corresponds to a serial port; this could be useful if you attached
  796.   a terminal or printer to that port.
  797.  
  798. TGA Console Support
  799. CONFIG_TGA_CONSOLE
  800.   Many Alpha systems (e.g the Multia) are shipped with a graphics card
  801.   that implements the TGA interface (much like the VGA standard, but
  802.   older TGA adapters are *not* VGA compatible).  On such systems, this
  803.   option needs to be enabled so that the TGA driver rather than the
  804.   standard VGA driver is used.  Note that, at this time, there is no X
  805.   server for these systems. If unsure, try N.
  806.  
  807. PCI bios support
  808. CONFIG_PCI
  809.   Find out whether you have a PCI motherboard. PCI is the name of a
  810.   bus system, i.e. the way the CPU talks to the other stuff inside
  811.   your box. Other bus systems are ISA, EISA, Microchannel (MCA) or
  812.   VESA. If you have PCI, say Y, otherwise N. Note1: MCA systems
  813.   (notably some IBM PS/2's) are not supported by the standard kernels,
  814.   but patches exist at
  815.   http://www.undergrad.math.uwaterloo.ca/~cpbeaure/mca-linux.html on
  816.   the WWW. Note2: some old PCI motherboards have BIOS bugs and may
  817.   crash if "PCI bios support" is enabled (but they run fine without
  818.   this option). The PCI-HOWTO, available via ftp (user: anonymous) in
  819.   sunsite.unc.edu:/pub/Linux/docs/HOWTO, contains valuable information
  820.   about which PCI hardware does work under Linux and which doesn't.
  821.   If some of your PCI devices don't work and you get a warning during
  822.   boot time ("man dmesg"), please follow the instructions at the top
  823.   of include/linux/pci.h.
  824.  
  825. PCI bridge optimization (experimental)
  826. CONFIG_PCI_OPTIMIZE
  827.   This can improve access times for some hardware devices under
  828.   certain BIOSes if your computer uses a PCI bus system. This is
  829.   recommended; say Y.
  830.  
  831. Intel 82371 PIIX (Triton I/II) DMA support
  832. CONFIG_BLK_DEV_TRITON
  833.   If your PCI system uses an IDE harddrive (as opposed to SCSI, say)
  834.   and includes the Intel Triton I/II IDE interface chipset (i82371FB,
  835.   i82371SB or i82371AB), you will want to enable this option to allow
  836.   use of bus-mastering DMA data transfers. Read the comments at the
  837.   beginning of drivers/block/triton.c and Documentation/ide.txt.
  838.   Check the file Documentation/Changes for location and latest version
  839.   of the hdparm utility. It is safe to say Y to this question.
  840.  
  841. System V IPC
  842. CONFIG_SYSVIPC
  843.   Inter Process Communication is a suite of library functions and
  844.   system calls which let processes (= running programs) synchronize
  845.   and exchange information. It is generally considered to be a good
  846.   thing, and some programs won't run unless you enable this. In
  847.   particular, if you want to run the DOS emulator dosemu under Linux
  848.   (read the DOSEMU-HOWTO, available via ftp (user: anonymous) in
  849.   sunsite.unc.edu:/pub/Linux/docs/HOWTO), you'll need to say Y here.
  850.   You can find documentation about IPC in ipc.info, which is contained
  851.   in sunsite.unc.edu:/pub/Linux/docs/man/info.tar.gz (extract with
  852.   "tar xzvf filename"). These docs are in the info format which is
  853.   used to document GNU software and can be read from within emacs
  854.   ("Ctrl-h i") or with the program info ("man info"). Enabling this
  855.   option enlarges your kernel by about 7kB. Just say Y.
  856.  
  857. Kernel support for ELF binaries
  858. CONFIG_BINFMT_ELF
  859.   ELF (Executable and Linkable Format) is a format for libraries and
  860.   executables used across different architectures and operating
  861.   systems. This option will enable your kernel to run ELF binaries and
  862.   enlarge it by about 2kB. ELF support under Linux is quickly
  863.   replacing the traditional Linux a.out formats (QMAGIC and ZMAGIC)
  864.   because it is portable (this does *not* mean that you will be able
  865.   to run executables from different architectures or operating
  866.   systems!) and makes building run-time libraries very easy. Many new
  867.   executables are distributed solely in ELF format. You definitely
  868.   want to say Y here. Information about ELF is on the WWW at
  869.   http://www.sjc.ox.ac.uk/users/barlow/elf-howto.html (To browse the
  870.   WWW, you need to have access to a machine on the Internet that has
  871.   one of the programs lynx, netscape or Mosaic).  If you find that
  872.   after upgrading to Linux kernel 1.3 and saying Y here, you still
  873.   can't run any ELF binaries (they just crash), then you'll have to
  874.   install the newest ELF runtime libraries, including ld.so (check the
  875.   file Documentation/Changes for location and latest version). If you
  876.   want to compile this as a module ( = code which can be inserted in
  877.   and removed from the running kernel whenever you want), say M here
  878.   and read Documentation/modules.txt. Saying M or N here is dangerous
  879.   because some crucial programs on your system might be in ELF format.
  880.  
  881. Compile kernel as ELF - if your GCC is ELF-GCC
  882. CONFIG_KERNEL_ELF
  883.   The gcc version 2.7.0 and newer produces the new ELF binary format
  884.   as default. If you have such a compiler (try "gcc -v"), say Y here,
  885.   otherwise N.
  886.   It is possible, albeit almost pointless, to compile the kernel in
  887.   a.out (i.e. QMAGIC) format even if your compiler produces ELF as
  888.   default. For that, you would have to say N here and change the
  889.   variables LD and CC in the toplevel Makefile. Similarly, if your
  890.   compiler produces a.out by default but is able to produce ELF, you
  891.   can compile the kernel in ELF by saying Y here and editing the
  892.   variables CC and LD in the toplevel Makefile.
  893.  
  894. Kernel support for A.OUT binaries
  895. CONFIG_BINFMT_AOUT
  896.   A.out (Assembler.OUTput) is a set of formats for libraries and
  897.   executables used in the earliest versions of UNIX. Linux used the
  898.   a.out formats QMAGIC and ZMAGIC until they were replaced with the
  899.   ELF format.
  900.   As more and more programs are converted to ELF, the use for a.out
  901.   will gradually diminish. If you disable this option it will reduce
  902.   your kernel by one page. This is not much and by itself does not
  903.   warrant removing support. However its removal is a good idea if you
  904.   wish to ensure that absolutely none of your programs will use this
  905.   older executable format. If you don't know what to answer at this
  906.   point then answer Y. If someone told you "You need a kernel with
  907.   QMAGIC support" then you'll have to say Y here. You may answer M
  908.   to compile a.out support as a module and later load the module when
  909.   you want to use a program or library in a.out format. Saying M or N
  910.   here is dangerous though, because some crucial programs on your
  911.   system might still be in A.OUT format.
  912.  
  913. Kernel support for JAVA binaries
  914. CONFIG_BINFMT_JAVA
  915.   JAVA is an object oriented programming language developed by SUN;
  916.   JAVA programs are compiled into "JAVA bytecode" which can then be
  917.   interpreted by run time systems on many different operating systems.
  918.   These JAVA binaries are becoming a universal executable format. This
  919.   option allows you to run a Java binary just like any other Linux
  920.   program: by typing in its name. As more and more Java programs
  921.   become available, the use for this will gradually increase. You can
  922.   even execute HTML files containing JAVA applets (= JAVA binaries) if
  923.   those files start with the string "<!--applet-->". If you want to
  924.   use this, read Documentation/java.txt and the Java on Linux HOWTO,
  925.   available via ftp (user: anonymous) at
  926.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. You will then need to install
  927.   the run time system contained in the Java Developers Kit (JDK) as
  928.   described in the HOWTO. If you disable this option it will reduce
  929.   your kernel by about 4kB. This is not much and by itself does not
  930.   warrant removing support. However its removal is a good idea if you
  931.   do not have the JDK installed. If you don't know what to answer at
  932.   this point then answer Y. You may answer M for module support and
  933.   later load the module when you install the JDK or find an
  934.   interesting Java program that you can't live without.
  935.  
  936. Processor type
  937. CONFIG_M386
  938.   This is the processor type of your CPU. It is used for optimizing
  939.   purposes. In order to compile a kernel that can run on all CPU types
  940.   (albeit not optimally fast), you can specify "386" here.  If you
  941.   specify "486" or "Pentium" or "PPro", then the kernel will run on
  942.   486 and Pentium (=586) and Pentium Pro (=686) CPUs. In rare cases,
  943.   it can make sense to specify "Pentium" even if running a 486: the
  944.   kernel will be smaller but slower. On the other hand, if you use a
  945.   compiler before gcc 2.7 (say "gcc -v" to find out), then you have to
  946.   say "386" or "486" here even if running on a Pentium or PPro
  947.   machine. If you don't know what to do, say "386".
  948.  
  949. Compile the kernel into the ELF object format
  950. CONFIG_ELF_KERNEL
  951.   ELF (Executable and Linkable Format) is a format for libraries and
  952.   executables used across different architectures and operating
  953.   systems. This option will cause the resulting kernel to be in ELF
  954.   format, which is generally desirable, so say Y. However, it only
  955.   works if your compiler and linker can produce ELF code.
  956.  
  957. Is your ELF compiler an extra compiler
  958. CONFIG_EXTRA_ELF_COMPILER
  959.   If you have a linuxelf-gcc as opposed to linux-gcc, say Y, otherwise
  960.   N.
  961.  
  962. Generate little endian code
  963. CONFIG_CPU_LITTLE_ENDIAN
  964.   If your compiler is mipsel-linux-gcc or mipsel-linuxelf-gcc (as
  965.   opposed to mips-linux-gcc or mips-linuxelf-gcc), say Y here,
  966.   otherwise N. Most MIPS machines use little-endian code, but it might
  967.   be necessary to run older Mips systems, such as the Sony News and
  968.   MIPS RC3xxx, in big endian mode.
  969.  
  970. Enable loadable module support
  971. CONFIG_MODULES
  972.   Kernel modules are small pieces of compiled code which can be
  973.   inserted in or removed from the running kernel, using the
  974.   programs insmod and rmmod. This is described in the file
  975.   Documentation/modules.txt. Modules can be device drivers, file
  976.   systems, binary executable formats, and so on. If you think that
  977.   you may want to make use of modules with this kernel in the future,
  978.   then say Y here. If unsure, say Y.
  979.  
  980. Set version information on all symbols for modules
  981. CONFIG_MODVERSIONS
  982.   Usually, modules have to be recompiled whenever you switch to a new
  983.   kernel.  Enabling this option makes it possible, and safe, to use
  984.   the same modules even after compiling a new kernel; this requires
  985.   the program modprobe. All the software needed for module support is
  986.   in the modules package (check the file Documentation/Changes for
  987.   location and latest version).  NOTE: if you say Y here but don't
  988.   have the program genksyms (which is also contained in the above
  989.   mentioned modules package), then the building of your kernel will
  990.   fail.  If you are going to use modules that are generated from
  991.   non-kernel sources, you would benefit from this option. Otherwise
  992.   it's not that important.  So, N ought to be a safe bet.
  993.  
  994. Kernel daemon support
  995. CONFIG_KERNELD
  996.   Normally when you have selected some drivers and/or filesystems to
  997.   be created as loadable modules, you also have the responsibility to
  998.   load the corresponding module (via insmod/modprobe) before you can
  999.   use it.  If you select Y here, the kernel will take care of this all
  1000.   by itself, together with the user level daemon "kerneld".  Note that
  1001.   "kerneld" will also automatically unload all unused modules, so you
  1002.   don't have to use "rmmod" either.
  1003.   kerneld will also provide support for different user-level beeper
  1004.   and screen blanker programs later on.
  1005.   The "kerneld" daemon is included in the package "modules-1.2.8" and
  1006.   later. You will probably want to read the kerneld mini-HOWTO,
  1007.   available via ftp (user: anonymous) from
  1008.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. If unsure, say Y.
  1009.  
  1010. ARP daemon support (EXPERIMENTAL)
  1011. CONFIG_ARPD
  1012.   Normally, the kernel maintains an internal cache which maps IP
  1013.   addresses to hardware addresses on the local network, so that
  1014.   Ethernet/Token Ring/ etc. frames are sent to the proper address on
  1015.   the physical networking layer.  For small networks having a few
  1016.   hundred directly connected hosts or less, keeping this address
  1017.   resolution (ARP) cache inside the kernel works well.  However,
  1018.   maintaining an internal ARP cache does not work well for very large
  1019.   switched networks, and will use a lot of kernel memory if TCP/IP
  1020.   connections are made to many machines on the network.  By enabling
  1021.   this option, the kernel's internal ARP cache will never grow to more
  1022.   than 256 entries (the oldest entries are expired in a LIFO manner)
  1023.   and communication will be attempted with an external ARP daemon,
  1024.   arpd.  This code is still experimental.  If you do enable arpd
  1025.   support, you should obtain a copy of arpd from
  1026.   http://www.loran.com/~layes/arpd/index.html.  If unsure, say N.
  1027.  
  1028. TCP/IP networking
  1029. CONFIG_INET
  1030.   These are the protocols used on the Internet and on most local
  1031.   Ethernets. The safest is to say Y here (which will enlarge your
  1032.   kernel by about 35 kB), since some programs (e.g. the X window
  1033.   system) use TCP/IP even if your machine is not connected to any
  1034.   other computer. You will get the so-called loopback device which
  1035.   allows you to ping yourself (great fun, that!). This option is also
  1036.   necessary if you want to use the full power of term (term is a
  1037.   program which gives you almost full Internet connectivity if you
  1038.   have a regular dial up shell account on some Internet connected Unix
  1039.   computer. Read the Term-HOWTO, available via ftp (user: anonymous)
  1040.   on sunsite.unc.edu:/pub/Linux/docs/HOWTO).  Short answer: say Y.
  1041.  
  1042. IP: forwarding/gatewaying
  1043. CONFIG_IP_FORWARD
  1044.   People who want to use their Linux box as the router for a local
  1045.   network (i.e. the computer responsible for distributing Internet
  1046.   traffic to and from the machines in the local network and the
  1047.   subnetworks) should say Y here (thereby enlarging their kernel by
  1048.   about 5 kB). Note that in this case, you possibly have two ethernet
  1049.   devices in your computer: one for the "outside world" and one for
  1050.   your local net. The kernel is not able to recognize both at boot
  1051.   time without help; for details read the
  1052.   Multiple-Ethernet-mini-HOWTO, available via ftp (user: anonymous) in
  1053.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.  If your box is
  1054.   connected to two networks, it may still make sense to say N here,
  1055.   namely if you want to turn your box into a firewall protecting a
  1056.   local network from the internet. The Firewall-HOWTO tells you how to
  1057.   do this. If your setup is more complex, say you are connected to
  1058.   three networks and you want to act as a firewall between two of them
  1059.   and route traffic for the others, you need to say Y here and enable
  1060.   IP firewalling below. If you intend to use IP masquerading (i.e. IP
  1061.   traffic from one of the local computers and destined for an outside
  1062.   host is changed by your box so that it appears to come from you),
  1063.   you'll have to say Y here and also to IP firewalling and IP
  1064.   masquerading below. You should also say Y here if you want to
  1065.   configure your box as a SLIP (the protocol for sending internet
  1066.   traffic over telephone lines) or PPP (a better SLIP) server for
  1067.   other people to dial into and your box is connected to a local
  1068.   network at the same time. You would then most likely use proxy-ARP
  1069.   (Address Resolution Protocol), explained in the Proxy-Arp mini howto
  1070.   on sunsite in /pub/Linux/docs/HOWTO/mini. You also need to say Y
  1071.   here if you want to run mrouted in order to do multicast routing as
  1072.   used on the MBONE (a high bandwidth network on top of the internet
  1073.   which carries audio and video broadcasts) for example. In this case,
  1074.   say Y to "IP: multicasting" and "IP: multicast routing" as well. If
  1075.   unsure, say N.
  1076.  
  1077. IP: multicasting
  1078. CONFIG_IP_MULTICAST
  1079.   This is code for addressing several networked computers at once,
  1080.   enlarging your kernel by about 2 kB. If you are using gated, the
  1081.   daemon that updates your computer's routing tables, you will need to
  1082.   have this option compiled in. You also need multicasting if you
  1083.   intend to participate in the MBONE, a high bandwidth network on top
  1084.   of the internet which carries audio and video broadcasts. More
  1085.   information about the MBONE is on the WWW at
  1086.   http://www.best.com/~prince/techinfo/mbone.html (to browse the WWW,
  1087.   you need to have access to a machine on the Internet that has one of
  1088.   the programs lynx, netscape or Mosaic). Information about the
  1089.   multicast capabilities of the various network cards is contained in
  1090.   drivers/net/README.multicast. For most people, it's safe to say N.
  1091.  
  1092. IP: optimize as router not host
  1093. CONFIG_IP_ROUTER
  1094.   Some Linux network drivers use a technique called copy and checksum
  1095.   to optimize host performance. For a machine which is forwarding most
  1096.   packets to another host this is however a loss. This parameter turns
  1097.   off copy and checksum from devices. It may make other changes in the
  1098.   future.
  1099.  
  1100. IP: firewalling
  1101. CONFIG_IP_FIREWALL
  1102.   If you want to configure your Linux box as a firewall for a local
  1103.   TCP/IP based network, say Y here. This will enlarge your kernel by
  1104.   about 2kB. You may need to read the FIREWALL-HOWTO, available via
  1105.   ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  1106.   Also, you will need the ipfwadm tool (check the file
  1107.   Documentation/Changes for location and latest version) to allow
  1108.   selective blocking of internet traffic based on type, origin and
  1109.   destination.  You need to enable IP firewalling in order to be able
  1110.   to use IP masquerading (i.e. local computers can chat with an
  1111.   outside host, but that outside host is made to think that it is
  1112.   talking to the firewall box. Makes the local network completely
  1113.   invisible and avoids the need to allocate valid IP host addresses
  1114.   for the machines on the local net) or to use the IP packet
  1115.   accounting to see what is using all your network bandwidth.  This
  1116.   option is also needed when you want to enable the transparent
  1117.   proxying support (makes the computers on the local network think
  1118.   they're talking to a remote computer, while in reality the traffic
  1119.   is redirected by your Linux firewall to a local proxy server).
  1120.  
  1121. IP: accounting
  1122. CONFIG_IP_ACCT
  1123.   This keeps track of your IP network traffic and produces some
  1124.   statistics. Usually, you only want to say Y here if your box will be
  1125.   a router or a firewall for some local network, in which case you
  1126.   naturally should have said Y to IP forwarding/gatewaying resp. IP
  1127.   firewalling. The data is accessible with "cat /proc/net/ip_acct", so
  1128.   you want to say Y to the /proc filesystem below, if you say Y here.
  1129.   To specify what exactly should be recorded, you need the tool
  1130.   ipfwadm (check the file Documentation/Changes for location and
  1131.   latest version).
  1132.  
  1133. IP: tunneling
  1134. CONFIG_NET_IPIP
  1135.   Tunneling means encapsulating data of one protocol type within
  1136.   another protocol and sending it over a channel that understands the
  1137.   encapsulating protocol. This particular tunneling driver implements
  1138.   encapsulation of IP within IP, which sounds kind of pointless, but
  1139.   can be useful if you want to make your (or some other) machine
  1140.   appear on a different network than it physically is, or to use
  1141.   mobile-IP facilities (allowing laptops to seamlessly move between
  1142.   networks without changing their IP addresses; check out
  1143.   http://anchor.cs.binghamton.edu/~mobileip/LJ/index.html). Enabling
  1144.   this option will produce two modules ( = code which can be inserted
  1145.   in and removed from the running kernel whenever you want), one
  1146.   encapsulator and one decapsulator. You can read details in
  1147.   drivers/net/README.tunnel. Most people can say N.
  1148.  
  1149. IP: firewall packet logging
  1150. CONFIG_IP_FIREWALL_VERBOSE
  1151.   This gives you information about what your firewall did with packets
  1152.   it received.  The information is handled by the klogd demon which is
  1153.   responsible for kernel messages ("man klogd").
  1154.  
  1155. IP: transparent proxying (EXPERIMENTAL)
  1156. CONFIG_IP_TRANSPARENT_PROXY
  1157.   This enables your Linux firewall to transparently redirect any
  1158.   network traffic originating from the local network and destined
  1159.   for a remote host to a local server, called a "transparent proxy
  1160.   server".  This makes the local computers think they are talking to
  1161.   the remote end, while in fact they are connected to the local
  1162.   proxy. Redirection is activated by defining special input firewall
  1163.   rules (using the ipfwadm utility) and/or by doing an appropriate
  1164.   bind() system call.
  1165.  
  1166. IP: masquerading
  1167. CONFIG_IP_MASQUERADE
  1168.   If one of the computers on your local network for which your Linux
  1169.   box acts as a firewall wants to send something to the outside, your
  1170.   box can "masquerade" as that host, i.e. it forwards the traffic to
  1171.   the intended destination, but makes it look like it came from the
  1172.   firewall box itself. It works both ways: if the outside host
  1173.   answers, the firewall will silently forward the traffic to the
  1174.   corresponding local computer. This way, the computers on your local
  1175.   net are completely invisible to the outside world, even though they
  1176.   can reach the outside and can be reached. This makes it possible to
  1177.   have the computers on the local network participate on the internet
  1178.   even if they don't have officially registered IP addresses.  (This
  1179.   last problem can also be solved by connecting the Linux box to the
  1180.   Internet using SLiRP [SLiRP is a SLIP/PPP emulator that works if you
  1181.   have a regular dial up shell account on some UNIX computer; get it
  1182.   from ftp://sunsite.unc.edu/pub/Linux/system/Network/serial/].)
  1183.   Details on how to set things up are contained in the IP Masquerading
  1184.   FAQ, available at http://www.indyramp.com/masq/
  1185.   To use masquerading you must also enable Network Firewalls, IP
  1186.   forwarding/gatewaying, IP firewalling and (ideally, but optionally)
  1187.   IP always defragment.
  1188.   If you want this, say Y.
  1189.  
  1190. IP: ipautofw masquerading (EXPERIMENTAL)
  1191. CONFIG_IP_MASQUERADE_IPAUTOFW
  1192.   Richard Lynch's ipautofw allows masquerading to work with protocols
  1193.   which do not (as yet) have specific protocol helpers.  Its source,
  1194.   and other information, is available at
  1195.   ftp://ftp.netis.com/pub/members/rlynch/.
  1196.  
  1197. IP: ICMP masquerading
  1198. CONFIG_IP_MASQUERADE_ICMP
  1199.   The basic masquerade code described for CONFIG_IP_MASQUERADE only
  1200.   handles TCP or UDP packets (and ICMP errors for existing
  1201.   connections).  This option adds additional support for masquerading
  1202.   ICMP packets, such as ping or the probes used by the Windows 95
  1203.   tracert program.
  1204.   If you want this, say Y.
  1205.  
  1206. IP: always defragment
  1207. CONFIG_IP_ALWAYS_DEFRAG
  1208.   This option means that all incoming fragments (= parts of IP packets
  1209.   that arose when some host between origin and destination decided
  1210.   that the IP packets were too large and cut them in pieces) will be
  1211.   reassembled (defragmented) before being processed, even if they are
  1212.   about to be forwarded.  This option is highly recommended if you
  1213.   have enabled the masquerading support (CONFIG_IP_MASQUERADE),
  1214.   because this facility requires that second and further fragments can
  1215.   be related to TCP or UDP port numbers, which are only stored in the
  1216.   first fragment. When using IP firewall support (CONFIG_IP_FIREWALL),
  1217.   you might also want to enable this option, to have a more reliable
  1218.   firewall (otherwise second and further fragments will always be
  1219.   accepted by the firewall).  When using transparent proxying
  1220.   (CONFIG_IP_TRANSPARENT_PROXY), this option is implicit, although it
  1221.   is safe to say N here.  Do not say Y to this option except when
  1222.   running either a firewall that is the sole link to your network or
  1223.   a transparent proxy.
  1224.   Never ever say Y to this for a normal router or host.
  1225.  
  1226. IP: aliasing support
  1227. CONFIG_IP_ALIAS
  1228.   Sometimes it is useful to give several addresses to a single network
  1229.   interface (= serial port or ethernet card).  The most common case is
  1230.   that you want to serve different WWW documents to the outside
  1231.   according to which of your host names they used to connect to
  1232.   you.  This is explained in detail on the WWW at
  1233.   http://www.thesphere.com/~dlp/TwoServers/ (to browse the WWW, you
  1234.   need to have access to a machine on the Internet that has one of the
  1235.   programs lynx, netscape or Mosaic).  Another scenario would be that
  1236.   there are two logical networks living on your local ethernet and you
  1237.   want to access them both with the same ethernet card.  The
  1238.   configuration of these alias addresses is done with a special name
  1239.   syntax explained in Documentation/networking/alias.txt.  If you want
  1240.   this, say Y. Most people don't need it and say N.
  1241.  
  1242. IP: multicast routing (EXPERIMENTAL)
  1243. CONFIG_IP_MROUTE
  1244.   This is used if you want your machine to act as a router for IP
  1245.   packets that have several destination addresses. It is needed on the
  1246.   MBONE, a high bandwidth network on top of the internet which carries
  1247.   audio and video broadcasts. In order to do that, you would most
  1248.   likely run the program mrouted. Information about the multicast
  1249.   capabilities of the various network cards is contained in
  1250.   drivers/net/README.multicast. If you haven't heard about it, you
  1251.   don't need it.
  1252.  
  1253. PC/TCP compatibility mode
  1254. CONFIG_INET_PCTCP
  1255.   If you have been having difficulties telnetting to your Linux machine
  1256.   from a DOS system that uses (broken) PC/TCP networking software (all
  1257.   versions up to OnNet 2.0) over your local ethernet try enabling this
  1258.   option.  Everyone else says N.
  1259.   People having problems with NCSA telnet should see the file
  1260.   linux/Documentation/networking/ncsa-telnet.
  1261.  
  1262. Reverse ARP
  1263. CONFIG_INET_RARP
  1264.   Since you asked: if there are (usually diskless or portable)
  1265.   machines on your local network that know their hardware ethernet
  1266.   addresses but don't know their IP addresses upon startup, they can
  1267.   send out a Reverse Address Resolution Protocol (RARP) request to
  1268.   find out their own IP addresses. Diskless Sun 3 machines use this
  1269.   procedure at boot time. If you want your Linux box to be able to
  1270.   *answer* such requests, say Y here; you'd have to run the program
  1271.   rarp ("man rarp") on your box. If you actually want to use a
  1272.   diskless Sun 3 machine as an Xterminal to Linux, say Y here and
  1273.   fetch Linux-Xkernel from
  1274.   ftp://sunsite.unc.edu/pub/Linux/system/Network/boot.net/.  Superior
  1275.   solutions to the problem of booting and configuring machines over a
  1276.   net connection are given by the protocol BOOTP and its successor
  1277.   DHCP. See the DHCP FAQ
  1278.   http://web.syr.edu/~jmwobus/comfaqs/dhcp.faq.html for details.  If
  1279.   you want to compile RARP support as a module ( = code which can be
  1280.   inserted in and removed from the running kernel whenever you want),
  1281.   say M here and read Documentation/modules.txt.  If you don't
  1282.   understand a word of the above, say N and rest in peace.
  1283.  
  1284. Assume subnets are local
  1285. CONFIG_INET_SNARL
  1286.   Say Y if you are on a subnetted network with all machines connected
  1287.   by Ethernet segments only, as this option optimizes network access
  1288.   for this special case.  If there are other connections, e.g. SLIP
  1289.   links, between machines of your IP network, say N.  If in doubt,
  1290.   say N. The PATH mtu discovery facility will cover most cases anyway.
  1291.  
  1292. Disable Path MTU Discovery (normally enabled)
  1293. CONFIG_NO_PATH_MTU_DISCOVERY
  1294.   MTU (maximal transfer unit) is the size of the chunks we send out
  1295.   over the net.  "Path MTU Discovery" means that, instead of always
  1296.   sending very small chunks, we start out sending big ones and if we
  1297.   then discover that some host along the way likes its chunks smaller,
  1298.   we adjust to a smaller size.  This is good, so most people say N.
  1299.   However, some versions of DOS NCSA telnet (and other software) are
  1300.   broken and can only connect to your Linux machine if you say Y here.
  1301.   See also Documentation/networking/ncsa-telnet for the location of
  1302.   fixed NCSA telnet clients.
  1303.  
  1304. Disable NAGLE algorithm (normally enabled)
  1305. CONFIG_TCP_NAGLE_OFF
  1306.   The NAGLE algorithm works by requiring an acknowledgment before
  1307.   sending small IP frames (= packets).  This keeps tiny telnet and
  1308.   rlogin packets from congesting Wide Area Networks.  Most people
  1309.   strongly recommend to say N here, thereby leaving NAGLE enabled.
  1310.   Those programs that would benefit from disabling this facility can
  1311.   do it on a per connection basis themselves.
  1312.  
  1313. IP: Drop source routed frames
  1314. CONFIG_IP_NOSR
  1315.   Usually, the originator of an IP frame (= packet) specifies only the
  1316.   destination, and the hosts along the way do the routing, i.e. they
  1317.   decide how to forward the frame.  However, there is a feature of the
  1318.   IP protocol that allows to specify the full route for a given frame
  1319.   already at its origin. A frame with such a fully specified route is
  1320.   called "source routed".  The question now is whether we should
  1321.   honour these route requests when such frames arrive, or if we should
  1322.   drop all those frames instead.  Honouring them can introduce
  1323.   security problems (and is rarely a useful feature), and hence it is
  1324.   recommended that you say Y here unless you really know what you're
  1325.   doing.
  1326.  
  1327. IP: Allow large windows (not recommend if <16Mb of memory)
  1328. CONFIG_SKB_LARGE
  1329.   On high speed, long distance networks the performance limit on
  1330.   networking becomes the amount of data a machine can buffer until the
  1331.   other end confirms its reception.  (At 45Mbit/second there are a lot
  1332.   of bits between New York and London...)  This option allows larger
  1333.   amounts of data to be "in flight" at a given time.  It also means a
  1334.   user process can require a lot more memory for network buffers and
  1335.   thus this option is best only used on machines with 16Mb of
  1336.   memory or higher.
  1337.   Unless you are using long links with end to end speeds of over 2Mbit
  1338.   a second or satellite links this option will make no difference to
  1339.   performance.
  1340.  
  1341. The IPX protocol
  1342. CONFIG_IPX
  1343.   This is support for the Novell networking protocol, IPX, commonly
  1344.   used for local networks of Windows machines. You need it if you want
  1345.   to access Novell Netware file or print servers using the Linux
  1346.   Novell client ncpfs (available via ftp (user: anonymous) from
  1347.   sunsite.unc.edu:/pub/Linux/system/Filesystems/) or from within the
  1348.   Linux DOS emulator dosemu (read the DOSEMU-HOWTO, available in
  1349.   sunsite.unc.edu:/pub/Linux/docs/HOWTO). In order to do the former,
  1350.   you'll also have to say Y to "NCP filesystem support", below. To
  1351.   turn your Linux box into a fully featured Netware file server and
  1352.   IPX router, say Y here and fetch either lwared from
  1353.   sunsite.unc.edu:/pub/Linux/system/Network/daemons/ or mars_nwe from
  1354.   ftp.gwdg.de:/pub/linux/misc/ncpfs. For more information, read the
  1355.   IPX-HOWTO in sunsite.unc.edu:/pub/Linux/docs/howto. The IPX driver
  1356.   would enlarge your kernel by about 5 kB. This driver is also
  1357.   available as a module ( = code which can be inserted in and removed
  1358.   from the running kernel whenever you want). If you want to compile
  1359.   it as a module, say M here and read Documentation/modules.txt.
  1360.   Unless you want to integrate your Linux box with a local Novell
  1361.   network, say N.
  1362.  
  1363. Full internal IPX network
  1364. CONFIG_IPX_INTERN
  1365.   The full internal IPX network enables you to allocate sockets on
  1366.   different virtual nodes of the internal network.  This is done by
  1367.   evaluating the field sipx_node of the socket address given to the
  1368.   bind call.  So applications should always initialize the node field
  1369.   to 0 when binding a socket on the primary network.  In this case the
  1370.   socket is assigned the default node that has been given to the
  1371.   kernel when the internal network was created.  By enabling the full
  1372.   internal IPX network the cross-forwarding of packets targeted at
  1373.   'special' sockets to sockets listening on the primary network is
  1374.   disabled.  This might break existing applications, especially
  1375.   RIP/SAP daemons.  A RIP/SAP daemon that works well with the full
  1376.   internal net can be found on ftp.gwdg.de:/pub/linux/misc/ncpfs.
  1377.   If you don't know what you are doing, say N.
  1378.  
  1379. Appletalk DDP
  1380. CONFIG_ATALK
  1381.   Appletalk is the way Apple computers speak to each other on a
  1382.   network.  EtherTalk is the name used for appletalk over ethernet
  1383.   and Localtalk is appletalk over the apple serial links.  If your
  1384.   linux box is connected to such a network and you want to join the
  1385.   conversation, say Y.  You will need to use the netatalk package
  1386.   so that your Linux box can act as a print and file server for
  1387.   macs as well as access appletalk printers.  Check out
  1388.   http://artoo.hitchcock.org/~flowerpt/projects/linux-netatalk/ on
  1389.   the WWW for details (to browse the WWW, you need to have access to
  1390.   a machine on the Internet that has one of the programs lynx,
  1391.   netscape or Mosaic).  The NET-2-HOWTO, available via ftp (user:
  1392.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO contains
  1393.   valuable information as well.  This driver is also available as a
  1394.   module (= code which can be inserted in and removed from the running
  1395.   kernel whenever you want).  If you want to compile it as a module,
  1396.   say M here and read Documentation/modules.txt.  I hear that the GNU
  1397.   boycott of Apple is over, so even politically correct people are
  1398.   allowed to say Y here.  At the time the kernel is released the
  1399.   localtalk drivers are not yet ready to ship.  The kernel however
  1400.   supports localtalk and when such drivers become available all you
  1401.   will need to do is download and install the localtalk driver.  
  1402.  
  1403. Amateur Radio AX.25 Level 2
  1404. CONFIG_AX25
  1405.   This is the protocol used for computer communication over amateur
  1406.   radio. It is either used by itself for point-to-point links, or to
  1407.   carry other protocols such as tcp/ip. To use it, you need a device
  1408.   that connects your Linux box to your amateur radio. You can either
  1409.   use a low speed TNC (a Terminal Node Controller acts as a kind of
  1410.   modem connecting your computer's serial port to your radio's
  1411.   microphone input and speaker output) supporting the KISS protocol or
  1412.   the various SCC cards that are supported by the Ottawa PI, the
  1413.   Gracilis Packetwin and the generic Z8530 driver. Another option are
  1414.   the Baycom modem serial and parallel port hacks (supported by their
  1415.   own driver) and the other baycom cards (SCC) (supported by the Z8530
  1416.   driver).  Information about where to get supporting software for
  1417.   Linux amateur radio as well as information about how to configure an
  1418.   AX.25 port is contained in the HAM-HOWTO, available via ftp (user:
  1419.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. You might also
  1420.   want to check out the file Documentation/networking/ax25.txt in the
  1421.   kernel source. More information about digital amateur radio in
  1422.   general is on the WWW at http://www.cis.ohio-state.edu/
  1423.   /hypertext/faq/usenet/radio/ham-radio/digital-faq/faq.html
  1424.   (To browse the WWW, you need to have access to a machine on the
  1425.   Internet that has one of the programs lynx, netscape or Mosaic).
  1426.  
  1427. Amateur Radio NET/ROM
  1428. CONFIG_NETROM
  1429.   NET/ROM is a network layer protocol on top of AX.25 useful for
  1430.   routing.  A comprehensive listing of all the software for Linux
  1431.   amateur radio users as well as information about how to configure an
  1432.   AX.25 port is contained in the HAM-HOWTO, available via ftp (user:
  1433.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.  You also might
  1434.   also want to check out the file Documentation/networking/ax25.txt.
  1435.   More information about digital amateur radio in general is on the
  1436.   WWW at http://www.cis.ohio-state.edu
  1437.   /hypertext/faq/usenet/radio/ham-radio/digital-faq/faq.html
  1438.   (To browse the WWW, you need to have access to a machine on the
  1439.   Internet that has one of the programs lynx, netscape or Mosaic).
  1440.  
  1441. AX.25 over Ethernet
  1442. CONFIG_BPQETHER
  1443.   AX.25 is the protocol used for computer communication over amateur
  1444.   radio. If you say Y here, you will be able to send and receive AX.25
  1445.   traffic over ethernet (also called "BPQ AX.25"), which could be
  1446.   useful if some other computer on your local network has a direct
  1447.   amateur radio connection.
  1448.  
  1449. Bridging (EXPERIMENTAL)
  1450. CONFIG_BRIDGE
  1451.   If you say Y here, then your Linux box will be able to act as an
  1452.   ethernet bridge, which means that the different ethernet segments it
  1453.   is connected to will appear as one ethernet to the participants.
  1454.   Several such bridges can work together to create even larger
  1455.   networks of ethernets using the IEEE802.1 spanning tree algorithm.
  1456.   As this is a standard, Linux bridges will interwork properly with
  1457.   other third party bridge products. In order to use this, you'll need
  1458.   the bridge configuration tools available via ftp (user: anonymous)
  1459.   from shadow.cabi.net. Note that if your box acts as a bridge, it
  1460.   probably contains several ethernet devices, but the kernel is not
  1461.   able to recognize more than one at boot time without help; for
  1462.   details read the Multiple-Ethernet-mini-HOWTO, available via ftp
  1463.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  1464.   The Bridging code is still in test. If unsure, say N.
  1465.  
  1466. Kernel/User network link driver (EXPERIMENTAL)
  1467. CONFIG_NETLINK
  1468.   This driver allows for two-way communication between certain parts
  1469.   of the kernel or modules and user processes; the user processes are
  1470.   able to read from and write to character special files in the /dev
  1471.   directory having major mode 36.  So far, the kernel uses it to
  1472.   publish some network related information if you enable "Routing
  1473.   messages", below.  Say Y if you want to experiment with it; this is
  1474.   EXPERIMENTAL code, which means that it need not be completely
  1475.   stable.  You need to include this if you want to use arpd, a daemon
  1476.   that helps keep the internal ARP cache (a mapping between IP
  1477.   addresses and hardware addresses on the local network) small.
  1478.   If unsure, say N.
  1479.  
  1480. Routing messages
  1481. CONFIG_RTNETLINK
  1482.   If you enable this and create a character special file /dev/route
  1483.   with major number 36 and minor number 0 using mknod ("man mknod"),
  1484.   you can read some network related routing information from that
  1485.   file. Everything you write to that file will be discarded.
  1486.  
  1487. SCSI support?
  1488. CONFIG_SCSI
  1489.   If you want to use a SCSI harddisk, SCSI tapedrive, SCSI CDROM or
  1490.   any other SCSI device under Linux, say Y and make sure that you know
  1491.   the name of your SCSI host adapter (the card inside your computer
  1492.   that "speaks" the SCSI protocol), because you will be asked for it.
  1493.   You also need to say Y here if you want support for the parallel
  1494.   port version of the 100MB IOMEGA ZIP drive.  Please read the
  1495.   SCSI-HOWTO, available via ftp (user: anonymous) in sunsite.unc.edu:
  1496.   /pub/Linux/docs/HOWTO.  This driver is also available as a module
  1497.   (= code which can be inserted in and removed from the running kernel
  1498.   whenever you want).  If you want to compile it as a module, say M
  1499.   here and read Documentation/modules.txt and Documentation/scsi.txt.
  1500.  
  1501. SCSI disk support
  1502. CONFIG_BLK_DEV_SD
  1503.   If you want to use a SCSI harddisk or the SCSI or parallel port
  1504.   version of the IOMEGA ZIP drive under Linux, say Y and read
  1505.   the SCSI-HOWTO, available via ftp (user: anonymous) in
  1506.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This is NOT for SCSI CDROMs.
  1507.   This driver is also available as a module ( = code which can be
  1508.   inserted in and removed from the running kernel whenever you want).
  1509.   If you want to compile it as a module, say M here and read
  1510.   Documentation/modules.txt and Documentation/scsi.txt.
  1511.  
  1512. SCSI tape support
  1513. CONFIG_CHR_DEV_ST
  1514.   If you want to use a SCSI tapedrive under Linux, say Y and read the
  1515.   SCSI-HOWTO, available via ftp (user: anonymous) in
  1516.   sunsite.unc.edu:/pub/Linux/docs/HOWTO and drivers/scsi/README.st in
  1517.   the kernel source. This is NOT for SCSI CDROMs. This driver is also
  1518.   available as a module ( = code which can be inserted in and removed
  1519.   from the running kernel whenever you want). If you want to compile
  1520.   it as a module, say M here and read Documentation/modules.txt and
  1521.   Documentation/scsi.txt .
  1522.  
  1523. SCSI CDROM support
  1524. CONFIG_BLK_DEV_SR
  1525.   If you want to use a SCSI CDROM under Linux, say Y and read the
  1526.   SCSI-HOWTO and the CDROM-HOWTO from sunsite.unc.edu:
  1527.   /pub/Linux/docs/HOWTO. Also make sure to enable the ISO9660
  1528.   filesystem later. This driver is also available as a module ( = code
  1529.   which can be inserted in and removed from the running kernel
  1530.   whenever you want). If you want to compile it as a module, say M
  1531.   here and read Documentation/modules.txt and Documentation/scsi.txt.
  1532.  
  1533. SCSI generic support
  1534. CONFIG_CHR_DEV_SG
  1535.   If you want to use SCSI scanners, synthesizers or CD-writers or just
  1536.   about anything having "SCSI" in its name other than harddisks,
  1537.   CDROMs or tapes, say Y here. Those won't be supported by the kernel
  1538.   directly, so you need some additional software which knows how to
  1539.   talk to these devices using the SCSI protocol. For CD-writers, you
  1540.   would need the program cdwrite, available via ftp (user: anonymous)
  1541.   from sunsite.unc.edu:/pub/Linux/utils/disk-management; for other
  1542.   devices, it's possible that you'll have to write the driver software
  1543.   yourself, so have a look at the SCSI-HOWTO and at the
  1544.   SCSI-Programming-HOWTO, both available via ftp (user: anonymous) in
  1545.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you want to compile this
  1546.   as a module ( = code which can be inserted in and removed from the
  1547.   running kernel whenever you want), say M here and read
  1548.   Documentation/modules.txt and Documentation/scsi.txt.
  1549.  
  1550. Probe all LUNs on each SCSI device
  1551. CONFIG_SCSI_MULTI_LUN
  1552.   If you have a SCSI device that supports more than one LUN (Logical
  1553.   Unit Number), e.g. a CD jukebox, and only one LUN is detected, you
  1554.   can say Y here to force the SCSI driver to probe for multiple LUNs.
  1555.   A SCSI device with multiple LUNs acts logically like multiple SCSI
  1556.   devices.  The vast majority of SCSI devices have only one LUN, and
  1557.   so most people can say N here and should in fact do so, because it
  1558.   is safer.
  1559.  
  1560. Verbose SCSI error reporting (kernel size +=12K)
  1561. CONFIG_SCSI_CONSTANTS
  1562.   The error messages regarding your SCSI hardware will be easier to
  1563.   understand if you enable this; it will enlarge your kernel by about
  1564.   12KB.  If in doubt, say Y.
  1565.  
  1566. AdvanSys SCSI support
  1567. CONFIG_SCSI_ADVANSYS
  1568.   This is a driver for all SCSI host adapters manufactured by
  1569.   AdvanSys. It is documented in the kernel source in
  1570.   drivers/scsi/advansys.c. This driver is also available as a module (
  1571.   = code which can be inserted in and removed from the running kernel
  1572.   whenever you want). If you want to compile it as a module, say M
  1573.   here and read Documentation/modules.txt.
  1574.  
  1575. Adaptec AHA152X/2825 support
  1576. CONFIG_SCSI_AHA152X
  1577.   This is support for the AHA-1510, AHA-1520, AHA-1522, and AHA-2825
  1578.   SCSI host adapters. It is explained in section 3.3 of the
  1579.   SCSI-HOWTO, available via ftp (user: anonymous) at
  1580.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. You might also want to read
  1581.   the comments at the top of drivers/scsi/aha152x.c. This driver is
  1582.   also available as a module ( = code which can be inserted in and
  1583.   removed from the running kernel whenever you want). If you want to
  1584.   compile it as a module, say M here and read
  1585.   Documentation/modules.txt.
  1586.  
  1587. Adaptec AHA1542 support
  1588. CONFIG_SCSI_AHA1542
  1589.   This is support for a SCSI host adapter. It is explained in section
  1590.   3.4 of the SCSI-HOWTO, available via ftp (user: anonymous) at
  1591.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Note that Trantor was
  1592.   recently purchased by Adaptec, and some former Trantor products are
  1593.   being sold under the Adaptec name.  If it doesn't work out of the
  1594.   box, you may have to change some settings in drivers/scsi/aha1542.h.
  1595.   If you want to compile this as a module ( = code which can be
  1596.   inserted in and removed from the running kernel whenever you want),
  1597.   say M here and read Documentation/modules.txt.
  1598.  
  1599. Adaptec AHA1740 support
  1600. CONFIG_SCSI_AHA1740
  1601.   This is support for a SCSI host adapter.  It is explained in
  1602.   section 3.5 of the SCSI-HOWTO, available via ftp (user: anonymous)
  1603.   at sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If it doesn't work out
  1604.   of the box, you may have to change some settings in
  1605.   drivers/scsi/aha1740.h. This driver is also available as a module
  1606.   ( = code which can be inserted in and removed from the running
  1607.   kernel whenever you want). If you want to compile it as a module,
  1608.   say M here and read Documentation/modules.txt.
  1609.  
  1610. Adaptec AIC7xxx chipset SCSI controller support
  1611. CONFIG_SCSI_AIC7XXX
  1612.   This is support for the various aic7xxx based Adaptec SCSI
  1613.   controllers.  These include the 274x EISA cards, 284x VLB cards,
  1614.   294x PCI cards, 394x PCI cards, 3985 PCI card, and several versions
  1615.   of the Adaptec built-in SCSI controllers on various PC motherboards.
  1616.   Information on the configuration options for this controller can be
  1617.   found by checking the README.aic7xxx file, usually in
  1618.   /usr/src/linux/drivers/scsi.
  1619.  
  1620. Override driver defaults for commands per LUN
  1621. CONFIG_OVERRIDE_CMDS
  1622.   Use this option to allow you to override the default maximum number
  1623.   of commands that a single device on the aic7xxx controller is
  1624.   allowed to have active at one time.  This option only effects tagged
  1625.   queueing capable devices.  The driver uses a "failsafe" value of 8
  1626.   by default.  This is much lower than many devices can handle, but
  1627.   left in place for safety sake.
  1628.   NOTE:  This does not actually enabled tagged queueing on any
  1629.   particular device.  The driver has changed in this respect.  Please
  1630.   see the file README.aic7xxx in /usr/src/linux/drivers/scsi for more
  1631.   information on how to get particular devices to use tagged command
  1632.   queueing.
  1633.   Default: N
  1634.  
  1635. Maximum number of commands per LUN
  1636. CONFIG_AIC7XXX_CMDS_PER_LUN
  1637.   Specify the maximum number of commands per lun you would like to
  1638.   allocate per device.  Reasonable figures are in the range of 14 to
  1639.   32 commands per device, but depending on hardware could be increased
  1640.   or decreased from that figure.  If the number is too high for any
  1641.   particular device, the driver will automatically compensate usually
  1642.   after only 10 minutes of uptime and will issue a message to alert
  1643.   you to the fact that the number of commands for that device has been
  1644.   reduced.  It will not hinder performance if a portion of your
  1645.   devices eventually have their commands per lun reduced, but is a
  1646.   waste of memory if all of your devices end up reducing this number
  1647.   down to a more reasonable figure.  Default: 24
  1648.  
  1649. Collect statistics to report in /proc
  1650. CONFIG_AIC7XXX_PROC_STATS
  1651.   This option tells the driver to keep track of how many commands have
  1652.   been sent to each particular device and report that information to
  1653.   the user via the /proc/scsi/aic7xxx/x file, where x is the number
  1654.   of the aic7xxx controller you want the information on.  This adds
  1655.   a small amount of overhead to each and every SCSI command the
  1656.   aic7xxx driver handles, so if you aren't really interested in this
  1657.   information, it is best to leave it disabled.  Default: N
  1658.  
  1659. Delay in seconds after SCSI bus reset
  1660. CONFIG_AIC7XXX_RESET_DELAY
  1661.   This sets how long the driver will wait after resetting the SCSI bus
  1662.   before attempting to communicate with the devices on the SCSI bus
  1663.   again.  This delay will be used during the reset phase at bootup
  1664.   time as well as after any reset that might occur during normal
  1665.   operation.  Reasonable numbers range anywhere from 5 to 15 seconds
  1666.   depending on your devices. DAT tape drives are notorious for needing
  1667.   more time after a bus reset to be ready for the next command, but
  1668.   most hard drives and CD-ROM devices are ready in only a few seconds.
  1669.   This option has a maximum upper limit of 20 seconds to avoid bad
  1670.   interactions between the aic7xxx driver and the rest of the linux
  1671.   kernel.  The default value has been reduced.  If this doesn't work
  1672.   with your hardware, try increasing this value.  Default: 5
  1673.  
  1674. BusLogic SCSI support
  1675. CONFIG_SCSI_BUSLOGIC
  1676.   This is support for BusLogic MultiMaster and FlashPoint SCSI Host
  1677.   Adapters.  Consult the SCSI-HOWTO, available via anonymous ftp from
  1678.   sunsite.unc.edu:/pub/Linux/docs/HOWTO, and the files README.BusLogic
  1679.   and README.FlashPoint in drivers/scsi for more information.  If this
  1680.   driver does not work correctly without modification, please contact
  1681.   the author, Leonard N. Zubkoff, by email to lnz@dandelion.com.
  1682.   You can also build this driver as a module ( = code which can be
  1683.   inserted in and removed from the running kernel whenever you want),
  1684.   but only a single instance may be loaded.  If you want to compile it
  1685.   as a module, say M here and read Documentation/modules.txt.
  1686.  
  1687. Omit BusLogic SCSI FlashPoint support
  1688. CONFIG_SCSI_OMIT_FLASHPOINT
  1689.   This option allows you to omit the FlashPoint support from the
  1690.   BusLogic SCSI driver.  The FlashPoint SCCB Manager code is
  1691.   substantial, so users of MultiMaster Host Adapters may wish to
  1692.   omit it.
  1693.  
  1694. DTC3180/3280 SCSI support
  1695. CONFIG_SCSI_DTC3280
  1696.   This is support for DTC 3180/3280 SCSI Host Adapters.  Please read
  1697.   the SCSI-HOWTO, available via ftp (user: anonymous) at
  1698.   sunsite.unc.edu:/pub/Linux/docs/HOWTO and the file
  1699.   drivers/scsi/README.dtc3x80.  This driver is also available as a
  1700.   module (= code which can be inserted in and removed from the running
  1701.   kernel whenever you want). If you want to compile it as a module,
  1702.   say M here and read Documentation/modules.txt.
  1703.  
  1704. EATA-DMA (DPT, NEC, AT&T, SNI, AST, Olivetti, Alphatronix) support
  1705. CONFIG_SCSI_EATA_DMA
  1706.   This is support for the EATA-DMA protocol compliant SCSI Host
  1707.   Adapters like the SmartCache III/IV, SmartRAID controller families
  1708.   and the DPT PM2011B and PM2012B controllers.  Please read the
  1709.   SCSI-HOWTO, available via ftp (user: anonymous) at
  1710.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
  1711.   available as a module (= code which can be inserted in and removed
  1712.   from the running kernel whenever you want). If you want to compile
  1713.   it as a module, say M here and read Documentation/modules.txt.
  1714.  
  1715. EATA-PIO (old DPT PM2001, PM2012A) support
  1716. CONFIG_SCSI_EATA_PIO
  1717.   This driver supports all EATA-PIO protocol compliant SCSI Host
  1718.   Adapters like the DPT PM2001 and the PM2012A. EATA-DMA compliant
  1719.   host adapters could also use this driver but are discouraged from
  1720.   doing so, since this driver only supports harddisks and lacks
  1721.   numerous features.  You might want to have a look at the SCSI-HOWTO,
  1722.   available via ftp (user: anonymous) at
  1723.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  1724.   as a module ( = code which can be inserted in and removed from the
  1725.   running kernel whenever you want), say M here and read
  1726.   Documentation/modules.txt.
  1727.  
  1728. UltraStor 14F/34F support
  1729. CONFIG_SCSI_U14_34F
  1730.   This is support for the UltraStor 14F and 34F SCSI-2 host adapters.
  1731.   The source at drivers/scsi/u14-34f.c contains some information about
  1732.   this hardware.  If the driver doesn't work out of the box, you may
  1733.   have to change some settings in drivers/scsi/u14-34f.c.
  1734.   Read the SCSI-HOWTO, available via ftp (user: anonymous) at
  1735.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Note that there is also
  1736.   another driver for the same hardware: "UltraStor SCSI support",
  1737.   below.  You should enable both only if you want 24F support as well.
  1738.   This driver is also available as a module ( = code which can be
  1739.   inserted in and removed from the running kernel whenever you want).
  1740.   If you want to compile it as a module, say M here and read
  1741.   Documentation/modules.txt.
  1742.  
  1743. Future Domain 16xx SCSI support
  1744. CONFIG_SCSI_FUTURE_DOMAIN
  1745.   This is support for Future Domain's 16-bit SCSI host adapters
  1746.   (TMC-1660/1680, TMC-1650/1670, TMC-3260, TMC-1610M/MER/MEX)
  1747.   and other adapters based on the Future Domain chipsets (Quantum
  1748.   ISA-200S, ISA-250MG; Adaptec AHA-2920; and at least one IBM board).
  1749.   It is explained in section 3.7 of the SCSI-HOWTO, available via ftp
  1750.   (user: anonymous) at sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  1751.   This driver is also available as a module ( = code which can be
  1752.   inserted in and removed from the running kernel whenever you want).
  1753.   If you want to compile it as a module, say M here and read
  1754.   Documentation/modules.txt.
  1755.  
  1756. Generic NCR5380/53c400 SCSI support
  1757. CONFIG_SCSI_GENERIC_NCR5380
  1758.   This is the generic NCR family of SCSI controllers, not to be
  1759.   confused with the NCR 53c7 or 8xx controllers. It is explained in
  1760.   section 3.8 of the SCSI-HOWTO, available via ftp (user: anonymous)
  1761.   at sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If it doesn't work out of
  1762.   the box, you may have to change some settings in
  1763.   drivers/scsi/g_NCR5380.h. This driver is also available as a module
  1764.   ( = code which can be inserted in and removed from the running
  1765.   kernel whenever you want). If you want to compile it as a module,
  1766.   say M here and read Documentation/modules.txt.
  1767.  
  1768. Enable NCR53c400 extensions
  1769. CONFIG_SCSI_GENERIC_NCR53C400
  1770.   This enables certain optimizations for the NCR53c400 scsi cards. You
  1771.   might as well try it out. Note that this driver will only probe for
  1772.   the Trantor T130B in its default configuration; you might have to
  1773.   pass a command line option to the kernel at boot time if it doesn't
  1774.   detect your card. See the file drivers/scsi/README.g_NCR5380 for
  1775.   details. If you want to compile it as a module, say M here and read
  1776.   Documentation/modules.txt.
  1777.  
  1778. NCR5380/53c400 mapping method (use Port for T130B)
  1779. CONFIG_SCSI_G_NCR5380_PORT
  1780.   The NCR5380 and NCR53c400 SCSI controllers come in two varieties:
  1781.   port or memory mapped. You should know what you have. The most
  1782.   common card, Trantor T130B, uses port mapped mode.
  1783.  
  1784. NCR53c7,8xx SCSI support
  1785. CONFIG_SCSI_NCR53C7xx
  1786.   This is the 53c7 and 8xx NCR family of SCSI controllers, not to be
  1787.   confused with the NCR 5380 controllers. It is explained in section
  1788.   3.8 of the SCSI-HOWTO, available via ftp (user: anonymous) at
  1789.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If it doesn't work out of the
  1790.   box, you may have to change some settings in
  1791.   drivers/scsi/53c7,8xx.h. This driver is also available as a module (
  1792.   = code which can be inserted in and removed from the running kernel
  1793.   whenever you want). If you want to compile it as a module, say M
  1794.   here and read Documentation/modules.txt.
  1795.  
  1796. Always negotiate synchronous transfers
  1797. CONFIG_SCSI_NCR53C7xx_sync
  1798.   In general, this is good; however, it is a bit dangerous since there
  1799.   are some broken SCSI devices out there. Take your chances. Safe bet
  1800.   is N.
  1801.  
  1802. Allow FAST-SCSI [10MHz]
  1803. CONFIG_SCSI_NCR53C7xx_FAST
  1804.   This will enable 10MHz FAST-SCSI transfers with your host adapter.
  1805.   Some systems have problems with that speed, so it's safest to say N
  1806.   here.
  1807.  
  1808. Allow DISCONNECT
  1809. CONFIG_SCSI_NCR53C7xx_DISCONNECT
  1810.   This enables the disconnect/reconnect feature of the NCR SCSI
  1811.   controller.  When this is enabled, a slow SCSI device will not lock
  1812.   the SCSI bus while processing a request, allowing simultaneous use
  1813.   of e.g. a SCSI hard disk and SCSI tape or CD-ROM drive, and
  1814.   providing much better performance when using slow and fast SCSI
  1815.   devices at the same time. Some devices, however, do not operate
  1816.   properly with this option enabled, and will cause your SCSI system
  1817.   to hang, which might cause a system crash.  The safe answer
  1818.   therefore is to say N.
  1819.  
  1820. NCR53C8XX SCSI support
  1821. CONFIG_SCSI_NCR53C8XX
  1822.   This is the BSD ncr driver adapted to linux for the NCR53C8XX family
  1823.   of PCI-SCSI controllers. This driver supports parity checking,
  1824.   tagged command queuing, fast scsi II transfer up to 10 MB/s with
  1825.   narrow scsi devices and 20 MB/s with wide scsi devices.
  1826.   Support of Ultra SCSI data transfers with NCR53C860 and NCR53C875
  1827.   controllers has been recently added to the driver.
  1828.   Please read drivers/scsi/README.ncr53c8xx for more information.
  1829.   Linux/i386 and Linux/Alpha are supported by this driver.
  1830.  
  1831. Synchronous data transfers frequency
  1832. CONFIG_SCSI_NCR53C8XX_SYNC
  1833.   SCSI-2 specifications allow scsi devices to negotiate a synchronous
  1834.   transfer period of 25 nano-seconds or more.
  1835.   The transfer period value is 4 times the agreed transfer period.
  1836.   So, data can be transferred at a 10 MHz frequency, allowing 10
  1837.   MB/second throughput with 8 bits scsi-2 devices and 20 MB/second
  1838.   with wide16 devices.  This frequency can be used safely with
  1839.   differential devices but may cause problems with singled-ended
  1840.   devices.
  1841.   Specify 0 if you want to only use asynchronous data transfers.
  1842.   Otherwise, specify a value between 5 and 10.  Commercial O/Ses
  1843.   generally use 5 Mhz frequency for synchronous transfers.  It is a
  1844.   reasonable default value.
  1845.   However, a flawless singled-ended scsi bus supports 10 MHz data
  1846.   transfers.  Regardless the value chosen in the Linux configuration,
  1847.   the synchronous period can be changed after boot-up through the
  1848.   /proc/scsi file system. The generic command is:
  1849.       echo "setsync #target period" >/proc/scsi/ncr53c8xx/0
  1850.   Use a 25 ns period for 10 Mhz synchronous data transfers.
  1851.   If you don't know what to do now, go with the default.
  1852.  
  1853. Use normal IO
  1854. CONFIG_SCSI_NCR53C8XX_IOMAPPED
  1855.   This option allows you to force the driver to use normal IO.
  1856.   Memory mapped IO has less latency than normal IO and works for most
  1857.   Intel-based hardware.
  1858.   Under Linux/Alpha only normal IO is currently supported by the
  1859.   driver and so, this option has no effect.
  1860.   The normal answer therefore is N.
  1861.  
  1862. Not allow targets to disconnect
  1863. CONFIG_SCSI_NCR53C8XX_NO_DISCONNECT
  1864.   This option is only provided for safety if you suspect some scsi
  1865.   device of yours to not support properly the target-disconnect
  1866.   feature. In that case, you would say Y here. In general however, to
  1867.   not allow targets to disconnect is not reasonable if there is more
  1868.   than 1 device on a scsi bus.  The normal answer therefore is N.
  1869.  
  1870. Enable tagged command queuing
  1871. CONFIG_SCSI_NCR53C8XX_TAGGED_QUEUE
  1872.   This option allows you to enable tagged command queuing support at
  1873.   linux start-up.  Some scsi devices do not properly support this
  1874.   feature.  The suggested method is to say N here and to use the
  1875.   "settags" control command after boot-up to enable this feature:
  1876.       echo "settags 2 4" >/proc/scsi/ncr53c8xx/0
  1877.   asks the driver to use up to 4 concurrent tagged commands for target
  1878.   2 of controller 0.
  1879.   See the file drivers/scsi/README.ncr53c8xx for more information.
  1880.   WARNING! If you say Y here, then you have to say N to "not allow
  1881.   targets to disconnect", above.
  1882.   The safe answer therefore is N.
  1883.   The normal answer therefore is Y.
  1884.  
  1885. Maximum number of queued commands
  1886. CONFIG_SCSI_NCR53C8XX_MAX_TAGS
  1887.   This option allows you to specify the maximum number of commands
  1888.   that can be queued to a device, when tagged command queuing is
  1889.   possible.  The default value is 4. Minimum is 2, maximum is 12.  The
  1890.   normal answer therefore is the default one.
  1891.  
  1892. Detect and read serial NVRAM
  1893. CONFIG_SCSI_NCR53C8XX_NVRAM_DETECT
  1894.   Enable support for reading the serial NVRAM data on Symbios and
  1895.   some Symbios compatible cards, and Tekram DC390W/U/F cards.  Useful
  1896.   for systems with more than one Symbios compatible controller where
  1897.   at least one has a serial NVRAM, or for a system with a mixture of
  1898.   Symbios and Tekram cards.  Enables setting the boot order of host
  1899.   adaptors to something other than the default order or "reverse
  1900.   probe" order.  Also enables Symbios and Tekram cards to be
  1901.   distinguished so CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT may be set in
  1902.   a system with a mixture of Symbios and Tekram cards so the Symbios
  1903.   cards can make use of the full range of Symbios features,
  1904.   differential, led pin, without causing problems for the Tekram
  1905.   card(s).
  1906.       (added by Richard Waltham: dormouse@farsrobt.demon.co.uk)
  1907.   Also enables setting host and targets SCSI features as defined in
  1908.   the user setup for each host using a serial NVRAM (added by the
  1909.   maintainer).
  1910.   The default answer is N, the normal answer should be Y.
  1911.   Read drivers/scsi/README.ncr53c8xx for more information.
  1912.  
  1913. Assume boards are SYMBIOS compatible
  1914. CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT
  1915.   This option allows you to enable some features depending on GPIO
  1916.   wiring.  These General Purpose Input/Output pins can be used for
  1917.   vendor specific features or implementation of the standard SYMBIOS
  1918.   features.  Genuine SYMBIOS boards use GPIO0 in output for controller
  1919.   LED and GPIO3 bit as a flag indicating singled-ended/differential
  1920.   interface.
  1921.   If all the boards of your system are genuine SYMBIOS boards or use
  1922.   BIOS and drivers from SYMBIOS, you would want to enable this option.
  1923.   The driver behaves correctly on my system with this option enabled.
  1924.   (SDMS 4.0 + Promise SCSI ULTRA 875 rev 0x3 + ASUS SC200 810A rev
  1925.   0x12).  This option must be set to N if your system has at least one
  1926.   53C8XX based scsi board with a vendor-specific BIOS (example: Tekram
  1927.   DC-390/U/W/F).  If unsure, say N.
  1928.   However, if all your non Symbios compatible boards have NVRAM,
  1929.   setting option CONFIG_SCSI_NCR53C8XX_NVRAM_DETECT allows the driver
  1930.   to distinguish Symbios compatible boards from other ones.  So,
  1931.   you can answer Y if all non Symbios compatible boards have NVRAM.
  1932.  
  1933. Always IN2000 SCSI support
  1934. CONFIG_SCSI_IN2000
  1935.   This is support for an ISA bus SCSI host adapter.  You'll find more
  1936.   information in drivers/scsi/in2000.readme.  If it doesn't work out
  1937.   of the box, you may have to change the jumpers for IRQ or address
  1938.   selection.  If you want to compile this as a module ( = code which
  1939.   can be inserted in and removed from the running kernel whenever you
  1940.   want), say M here and read Documentation/modules.txt.
  1941.  
  1942. PAS16 SCSI support
  1943. CONFIG_SCSI_PAS16
  1944.   This is support for a SCSI host adapter.  It is explained in section
  1945.   3.10 of the SCSI-HOWTO, available via ftp (user: anonymous) at
  1946.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If it doesn't work out of the
  1947.   box, you may have to change some settings in drivers/scsi/pas16.h.
  1948.  
  1949. Qlogic FAS SCSI support
  1950. CONFIG_SCSI_QLOGIC_FAS
  1951.   This driver works only with the ISA, VLB, and PCMCIA versions of the
  1952.   Qlogic FastSCSI! cards as well as any other card based on the FASXX
  1953.   chip (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards); it
  1954.   does NOT support the PCI version.  The PCI versions are supported by
  1955.   the Qlogic ISP driver though.  Information about this driver is
  1956.   contained in drivers/scsi/README.qlogicfas.  You should also read
  1957.   the SCSI-HOWTO, available via ftp (user: anonymous) at
  1958.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
  1959.   available as a module ( = code which can be inserted in and removed
  1960.   from the running kernel whenever you want).  If you want to compile
  1961.   it as a module, say M here and read Documentation/modules.txt.
  1962.  
  1963. Qlogic ISP SCSI support (EXPERIMENTAL)
  1964. CONFIG_SCSI_QLOGIC_ISP
  1965.   This driver works for all QLogic PCI SCSI host adapters (IQ-PCI,
  1966.   IQ-PCI-10, IQ_PCI-D) except for the PCI-basic card.  (This latter
  1967.   card is supported by the "AM53/79C974 PCI SCSI" driver.)  If you
  1968.   say Y here, make sure to say Y to "PCI BIOS support" as well.  More
  1969.   information is contained in the file drivers/scsi/README.qlogicisp.
  1970.   You should also read the SCSI-HOWTO, available via ftp (user:
  1971.   anonymous) at sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  1972.   This driver is also available as a module ( = code which can be
  1973.   inserted in and removed from the running kernel whenever you
  1974.   want).  If you want to compile it as a module, say M here and read
  1975.   Documentation/modules.txt.
  1976.  
  1977. Seagate ST-02 and Future Domain TMC-8xx SCSI support
  1978. CONFIG_SCSI_SEAGATE
  1979.   These are 8-bit SCSI controllers; the ST-01 is also supported by
  1980.   this driver.  It is explained in section 3.9 of the SCSI-HOWTO,
  1981.   available via ftp (user: anonymous) at sunsite.unc.edu:
  1982.   /pub/Linux/docs/HOWTO.  If it doesn't work out of the box, you may
  1983.   have to change some settings in drivers/scsi/seagate.h.
  1984.   This driver is also available as a module ( = code which can be
  1985.   inserted in and removed from the running kernel whenever you
  1986.   want).  If you want to compile it as a module, say M here and read
  1987.   Documentation/modules.txt.
  1988.  
  1989. Trantor T128/T128F/T228 SCSI support
  1990. CONFIG_SCSI_T128
  1991.   This is support for a SCSI host adapter.  It is explained in section
  1992.   3.11 of the SCSI-HOWTO, available via ftp (user: anonymous) at
  1993.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If it doesn't work out of the
  1994.   box, you may have to change some settings in drivers/scsi/t128.h.
  1995.   Note that Trantor was recently purchased by Adaptec, and some former
  1996.   Trantor products are being sold under the Adaptec name.
  1997.  
  1998. UltraStor SCSI support
  1999. CONFIG_SCSI_ULTRASTOR
  2000.   This is support for the UltraStor 14F, 24F and 34F SCSI-2 host
  2001.   adapter family.  This driver is explained in section 3.12 of the
  2002.   SCSI-HOWTO, available via ftp (user: anonymous) at
  2003.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If it doesn't work out of
  2004.   the box, you may have to change some settings in
  2005.   drivers/scsi/ultrastor.h.  If you want to compile this as a module
  2006.   (= code which can be inserted in and removed from the running kernel
  2007.   whenever you want), say M here and read Documentation/modules.txt.
  2008.   Note that there is also another driver for UltraStor hardware:
  2009.   "UltraStor 14F/34F support", above.
  2010.  
  2011. 7000FASST SCSI support
  2012. CONFIG_SCSI_7000FASST
  2013.   This driver supports the Western Digital 7000 SCSI host adapter.
  2014.   Some information is in the source: drivers/scsi/wd7000.c.  This
  2015.   driver is also available as a module ( = code which can be inserted
  2016.   in and removed from the running kernel whenever you want).  If you
  2017.   want to compile it as a module, say M here and read
  2018.   Documentation/modules.txt.
  2019.  
  2020. EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support
  2021. CONFIG_SCSI_EATA
  2022.   This driver supports all the EATA/DMA-compliant SCSI host adapters
  2023.   and does not need any BIOS32 service.
  2024.   DPT ISA and all EISA i/o addresses are probed looking for the "EATA"
  2025.   signature.  If "PCI bios support" is enabled, the addresses of all
  2026.   the PCI SCSI controllers reported by BIOS32 are probed as well.
  2027.   Note that there is also another driver for the same hardware:
  2028.   "EATA-DMA support".  You should enable only one of them.
  2029.   You want to read the start of drivers/scsi/eata.c and the
  2030.   SCSI-HOWTO, available via ftp (user: anonymous) at
  2031.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  2032.   as a module ( = code which can be inserted in and removed from the
  2033.   running kernel whenever you want), say M here and read
  2034.   Documentation/modules.txt.
  2035.  
  2036. NCR53c406a SCSI support
  2037. CONFIG_SCSI_NCR53C406A
  2038.   This is support for the NCR53c406a SCSI host adapter.  For user
  2039.   configurable parameters, check out drivers/scsi/NCR53c406.c in the
  2040.   kernel source.  Also read the SCSI-HOWTO, available via ftp (user:
  2041.   anonymous) at sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to
  2042.   compile this driver as a module ( = code which can be inserted in
  2043.   and removed from the running kernel whenever you want), say M here
  2044.   and read Documentation/modules.txt.
  2045.  
  2046. Tekram DC390(T) (AMD PCscsi) SCSI support
  2047. CONFIG_SCSI_DC390T
  2048.   This driver supports the Tekram DC390(T) PCI SCSI Hostadapter with
  2049.   the Am53C974A chip, and perhaps other cards using the same chip.
  2050.   This driver does _not_ support the DC390W/U/F adaptor with the
  2051.   NCR/Symbios chips.
  2052.  
  2053. AM53/79C974 PCI SCSI support
  2054. CONFIG_SCSI_AM53C974
  2055.   This is support for the AM53/79C974 SCSI host adapters. Please read
  2056.   drivers/scsi/README.AM53C974 for details. Also, the SCSI-HOWTO,
  2057.   available via ftp (user: anonymous) at
  2058.   sunsite.unc.edu:/pub/Linux/docs/HOWTO, is for you.
  2059.   Use the native DC390 driver if you've got a Tekram DC390(T) PCI-SCSI
  2060.   host adapter.
  2061.  
  2062. GDT SCSI Disk Array Controller support
  2063. CONFIG_SCSI_GDTH
  2064.   This is a driver for all SCSI Disk Array Controllers (EISA/ISA/PCI)
  2065.   manufactured by ICP vortex. It is documented in the kernel source in
  2066.   drivers/scsi/gdth.c and drivers/scsi/gdth.h. This driver is also
  2067.   available as a module ( = code which can be inserted in and removed
  2068.   from the running kernel whenever you want). If you want to compile
  2069.   it as a module, say M here and read Documentation/modules.txt. 
  2070.  
  2071. IOMEGA Parallel Port ZIP drive SCSI support
  2072. CONFIG_SCSI_PPA
  2073.   This driver supports the parallel port version of IOMEGA's ZIP drive
  2074.   (a 100Mb removable media device).  For more information about this
  2075.   driver and how to use it you should read the file
  2076.   drivers/scsi/README.ppa.  You should also read the SCSI-HOWTO, which
  2077.   is available via anonymous ftp from sunsite.unc.edu in the directory
  2078.   /pub/Linux/docs/HOWTO.  This driver is also available as a module
  2079.   which can be inserted in and removed from the running kernel
  2080.   whenever you want. If you want to use any two of a parallel port ZIP
  2081.   drive, a parallel printer or PLIP on the same parallel port, you
  2082.   should compile the drivers as modules and only insert them as
  2083.   needed. To compile this driver as a module, say M here and read
  2084.   Documentation/modules.txt. Note that you can say N here if you have
  2085.   the SCSI version of the ZIP drive: it will be supported
  2086.   automatically if you enabled the generic "SCSI disk support", above.
  2087.  
  2088. IOMEGA ZIP drive - Buggy EPP chipset support
  2089. CONFIG_SCSI_PPA_HAVE_PEDANTIC
  2090.   Contacts with the Iomega driver development team indicate there are
  2091.   a few reputably bad EPP implementations in existance. The following
  2092.   mainboard chipsets will probably require the PEDANTIC option to
  2093.   reliably transfer data:
  2094.        Winbond xxx837
  2095.        National Semiconductor PC87306 (early revisions)
  2096.  
  2097. Network device support?
  2098. CONFIG_NETDEVICES
  2099.   You can say N here in case you don't intend to connect to any other
  2100.   computer at all or all your connections will be either via UUCP
  2101.   (UUCP is a protocol to forward mail and news between unix hosts over
  2102.   telephone lines; read the UUCP-HOWTO, available via ftp (user:
  2103.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO) or dialing up a
  2104.   shell account or a BBS, even using term (term is a program which
  2105.   gives you almost full Internet connectivity if you have a regular
  2106.   dial up shell account on some Internet connected Unix computer. Read
  2107.   the Term-HOWTO).  You'll have to say Y if your computer contains a
  2108.   network card that you want to use under linux (make sure you know
  2109.   its name because you will be asked for it and read the
  2110.   Ethernet-HOWTO; also, if you plan to use more than one network card
  2111.   under linux, read the Multiple-Ethernet-mini-HOWTO, available from
  2112.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini) or if you want to use
  2113.   SLIP (Serial Line Internet Protocol is the protocol used to send
  2114.   Internet traffic over telephone lines or nullmodem cables) or CSLIP
  2115.   (compressed SLIP) or PPP (better and newer variant of SLIP) or PLIP
  2116.   (Parallel Line Internet Protocol is mainly used to create a mini
  2117.   network by connecting the parallel ports of two local machines) or
  2118.   AX.25/KISS (protocol for sending internet traffic over radio links).
  2119.   Make sure to read the NET-2-HOWTO.  Eventually, you will have to
  2120.   read Olaf Kirch's excellent book "Network Administrator's Guide", to
  2121.   be found in sunsite.unc.edu:/pub/Linux/docs/LDP.  If unsure, say Y.
  2122.  
  2123. Ethernet (10 or 100Mbit)
  2124. CONFIG_NET_ETHERNET
  2125.   Ethernet is the most common protocol used on Local Area Networks
  2126.   (LANs) in universities or companies. 10-base-2 and 10-base-T and
  2127.   100-base-<whatever> are common types of ethernet. If your Linux
  2128.   machine will be connected to an Ethernet and you have an ethernet
  2129.   network card installed in your computer, say Y here and read the
  2130.   Ethernet-HOWTO, available via ftp (user: anonymous) from
  2131.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Note that the answer to this
  2132.   question won't directly affect the kernel: saying N will just cause
  2133.   this configure script to skip all the questions about Ethernet
  2134.   network cards. If unsure, say N.
  2135.  
  2136. Dummy net driver support
  2137. CONFIG_DUMMY
  2138.   This is essentially a bit-bucket device (i.e. traffic you send to
  2139.   this device is consigned into oblivion) with a configurable IP
  2140.   address.  It is most commonly used in order to make your currently
  2141.   inactive SLIP address seem like a real address for local programs.
  2142.   If you use SLIP or PPP, you might want to enable it.  Read about it
  2143.   in the Network Administrator's Guide, available via ftp (user:
  2144.   anonymous) from sunsite.unc.edu:/pub/Linux/docs/LDP.  Since this
  2145.   thing comes often handy, the default is Y.  It won't enlarge your
  2146.   kernel either.  What a deal.  If you want to compile this as a
  2147.   module ( = code which can be inserted in and removed from the
  2148.   running kernel whenever you want), say M here and read
  2149.   Documentation/modules.txt. If you want to use more than one dummy
  2150.   device at a time, you need to compile it as a module. Instead of
  2151.   'dummy', it will they will then be called 'dummy0', 'dummy1' etc.
  2152.  
  2153. SLIP (serial line) support
  2154. CONFIG_SLIP
  2155.   Say Y if you intend to use SLIP or CSLIP (compressed SLIP) to
  2156.   connect to your Internet service provider or to connect to some
  2157.   other local Unix box or if you want to configure your Linux box as
  2158.   a Slip/CSlip server for other people to dial in.  SLIP (Serial Line
  2159.   Internet Protocol) is the protocol used to send Internet traffic
  2160.   over telephone lines or serial cables (also known as nullmodems).
  2161.   Normally, your access provider has to support SLIP in order for you
  2162.   to be able to use it, but there is now a SLIP emulator called SLiRP
  2163.   around (available via ftp (user: anonymous) from sunsite.unc.edu:
  2164.   /pub/Linux/system/Network/serial/) which allows you to use SLIP over
  2165.   a regular dial up shell connection.  If you plan to use SLiRP, make
  2166.   sure to say Y to CSLIP, below.  The NET-2-HOWTO, available via ftp
  2167.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO, explains
  2168.   how to configure SLIP.  Note that you don't need this option if you
  2169.   just want to run term (term is a program which gives you almost full
  2170.   Internet connectivity if you have a regular dial up shell account on
  2171.   some Internet connected Unix computer.  Read the Term-HOWTO).  SLIP
  2172.   support will enlarge your kernel by about 4kB.  If unsure, say N.
  2173.   If you want to compile this as a module ( = code which can be
  2174.   inserted in and removed from the running kernel whenever you want),
  2175.   say M here and read Documentation/modules.txt as well as
  2176.   Documentation/networking/net-modules.txt.
  2177.  
  2178. CSLIP compressed headers
  2179. CONFIG_SLIP_COMPRESSED
  2180.   This protocol is faster than SLIP because it uses compression on the
  2181.   TCP/IP headers (not on the data itself), but it has to be supported
  2182.   on both ends. Ask your access provider if you are not sure and say
  2183.   Y, just in case.  You will still be able to use plain SLIP.  If you
  2184.   plan to use SLiRP, the SLIP emulator (available via ftp (user:
  2185.   anonymous) from sunsite.unc.edu:/pub/Linux/system/Network/serial/)
  2186.   which allows you to use SLIP over a regular dial up shell
  2187.   connection, you definitely want to say Y here.  The NET-2-HOWTO,
  2188.   available via ftp (user: anonymous) in
  2189.   sunsite.unc.edu:/pub/Linux/docs/HOWTO, explains how to configure
  2190.   CSLIP.  This won't enlarge your kernel.
  2191.  
  2192. Keepalive and linefill
  2193. CONFIG_SLIP_SMART
  2194.   Adds additional capabilities to the SLIP driver to support the
  2195.   RELCOM line fill and keepalive monitoring.  Ideal on poor quality
  2196.   analogue lines.
  2197.  
  2198. Six bit SLIP encapsulation
  2199. CONFIG_SLIP_MODE_SLIP6
  2200.   Just occasionally you may need to run IP over hostile serial
  2201.   networks that don't pass all control characters or are only seven
  2202.   bit.  Saying Y here adds an extra mode you can use with SLIP:
  2203.   "slip6".  In this mode, SLIP will only send normal ascii symbols
  2204.   over the serial device.  Naturally, this has to be supported at the
  2205.   other end of the link as well.  It's good enough, for example, to
  2206.   run IP over the async ports of a Camtec JNT Pad.  If unsure, say N.
  2207.  
  2208. Radio network interfaces
  2209. CONFIG_NET_RADIO
  2210.   Radio based interfaces for Linux.  This includes amateur radio
  2211.   (AX.25), support for wireless ethernet and other systems.  Note that
  2212.   the answer to this question won't directly affect the kernel:
  2213.   saying N will just cause this configure script to skip all the
  2214.   questions about radio interfaces. Some user-level drivers for scarab
  2215.   devices which don't require special kernel support are available via
  2216.   ftp (user: anonymous) from shadow.cabi.net.  If unsure, say N.
  2217.  
  2218. PPP (point-to-point) support
  2219. CONFIG_PPP
  2220.   PPP (Point to Point Protocol) is a newer and better SLIP.  It serves
  2221.   the same purpose: sending Internet traffic over telephone (and other
  2222.   serial) lines.  Ask your access provider if they support it, because
  2223.   otherwise you can't use it (not quite true any more: the free
  2224.   program SLiRP can emulate a PPP line if you just have a regular dial
  2225.   up shell account on some UNIX computer; get it via ftp (user:
  2226.   anonymous) from sunsite.unc.edu:/pub/Linux/system/Network/serial/).
  2227.   To use PPP, you need an additional program called pppd as described
  2228.   in Documentation/networking/ppp.txt and in the PPP-HOWTO, available
  2229.   from sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that you don't need
  2230.   this option if you just want to run term (term is a program which
  2231.   gives you almost full Internet connectivity if you have a regular
  2232.   dial up shell account on some Internet connected UNIX computer. Read
  2233.   the Term-HOWTO).  The PPP option enlarges your kernel by about 16kB.
  2234.   This driver is also available as a module ( = code which can be
  2235.   inserted in and removed from the running kernel whenever you want).
  2236.   If you said Y to "Version information on all symbols" above, then
  2237.   you cannot compile the PPP driver into the kernel; you can only
  2238.   compile it as a module.  If you want to compile it as a module,
  2239.   say M here and read Documentation/modules.txt as well as
  2240.   Documentation/networking/net-modules.txt.  Note that, no matter what
  2241.   you do, the BSD compression code (used to compress the IP packets
  2242.   sent over the serial line; has to be supported at the other end as
  2243.   well) can only be compiled as a module; it is called bsd_comp.o and
  2244.   will show up in the directory modules once you have said "make
  2245.   modules".  If unsure, say N.
  2246.  
  2247. 16 channels instead of 4
  2248. CONFIG_PPP_LOTS
  2249.   Saying Y here will allow you to have up to 16 PPP connections
  2250.   running in parallel.  This is mainly useful if you intend your
  2251.   linux box to act as a dial-in PPP server.  Most people can say N.
  2252.  
  2253. STRIP (Starmode Radio IP) support
  2254. CONFIG_STRIP
  2255.   Say Y if you have a Metricom radio and intend to use Starmode Radio
  2256.   IP.  STRIP is a radio protocol developed for the MosquitoNet project
  2257.   (http://mosquitonet.stanford.edu/) to send Internet traffic using
  2258.   Metricom radios.  Metricom radios are small, battery powered,
  2259.   100kbit/sec packet radio transceivers, about the size and weight of
  2260.   a cellular telephone.  (You may also have heard them called
  2261.   "Metricom modems" but we avoid the term "modem" because it misleads
  2262.   many people into thinking that you can plug a Metricom modem into a
  2263.   phone line and use it as a modem.)  You can use STRIP on any Linux
  2264.   machine with a serial port, although it is obviously most useful for
  2265.   people with laptop computers.  If you think you might get a Metricom
  2266.   radio in the future, there is no harm in saying yes to STRIP now,
  2267.   except that it makes the kernel a bit bigger.
  2268.  
  2269. WIC (Radio IP bridge)
  2270. CONFIG_WIC
  2271.   Support for the WIC parallel port radio bridge. You'll probably want
  2272.   to say N.  If you want to compile this driver as a module though
  2273.   (= code which can be inserted in and removed from the running kernel
  2274.   whenever you want), say M here and read Documentation/modules.txt.
  2275.  
  2276. Z8530 SCC kiss emulation driver for AX.25
  2277. CONFIG_SCC
  2278.   These cards are used to connect your Linux box to an amateur radio
  2279.   in order to communicate with other computers.  If you want to use
  2280.   this, read Documentation/networking/z8530drv.txt and the HAM-HOWTO,
  2281.   available via ftp (user: anonymous) at
  2282.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  2283.   as a module ( = code which can be inserted in and removed from the
  2284.   running kernel whenever you want), say M here and read
  2285.   Documentation/modules.txt.
  2286.  
  2287. BAYCOM ser12 and par96 driver for AX.25
  2288. CONFIG_BAYCOM
  2289.   This is an experimental driver for Baycom style simple amateur radio
  2290.   modems that connect to either a serial interface or a parallel
  2291.   interface. The driver supports the ser12 and par96 designs. To
  2292.   configure the driver, use the sethdlc utility available
  2293.   in the standard ax25 utilities package. For information on the modems,
  2294.   see http://www.baycom.de and drivers/net/README.baycom.
  2295.   If you want to compile this as a module ( = code which can be
  2296.   inserted in and removed from the running kernel whenever you want),
  2297.   say M here and read Documentation/modules.txt. This is recommended.
  2298.  
  2299. Sound card modem driver for AX.25
  2300. CONFIG_SOUNDMODEM
  2301.   This experimental driver allows a standard SoundBlaster or
  2302.   WindowsSoundSystem compatible sound card to be used as a packet radio
  2303.   modem (NOT as a telephone modem!), to send digital traffic over
  2304.   amateur radio. 
  2305.  
  2306.   To configure the driver, use the sethdlc, smdiag and smmixer
  2307.   utilities available in the standard ax25 utilities package. For
  2308.   information on how to key the transmitter, see
  2309.   http://www.ife.ee.ethz.ch/~sailer/pcf/ptt_circ/ptt.html (to browse
  2310.   the WWW, you need to have access to a machine on the Internet that
  2311.   has a program like lynx or netscape) and
  2312.   Documentation/networking/soundmodem.txt. 
  2313.  
  2314.   If you want to compile this driver as a module ( = code which can be
  2315.   inserted in and removed from the running kernel whenever you want),
  2316.   say M here and read Documentation/modules.txt. This is recommended.
  2317.   The module will be called soundmodem.o.
  2318.  
  2319. Sound card modem support for SoundBlaster and compatible cards
  2320. CONFIG_SOUNDMODEM_SBC
  2321.   This option enables the soundmodem driver to use SoundBlaster and
  2322.   compatible cards. If you have a dual mode card (i.e. a WSS cards
  2323.   with a SoundBlaster emulation) you should say N here and Y to
  2324.   "Sound card modem support for WSS and Crystal cards", below, because
  2325.   this usually results in better performance. This option also supports
  2326.   SB16/32/64 in full duplex mode.
  2327.  
  2328. Sound card modem support for WSS and Crystal cards
  2329. CONFIG_SOUNDMODEM_WSS
  2330.   This option enables the soundmodem driver to use WindowsSoundSystem
  2331.   compatible cards. These cards feature a codec chip from either
  2332.   Analog Devices (such as AD1848, AD1845, AD1812) or Crystal
  2333.   Semiconductors (such as CS4248, CS423x). This option also supports
  2334.   the WSS full duplex operation which currently works with Crystal
  2335.   CS423x chips. If you don't need full duplex operation, do not enable
  2336.   it to save performance.
  2337.  
  2338. Sound card modem support for 1200 baud AFSK modulation
  2339. CONFIG_SOUNDMODEM_AFSK1200
  2340.   This option enables the soundmodem driver 1200 baud AFSK modem, 
  2341.   compatible to popular modems using TCM3105 or AM7911. The demodulator
  2342.   requires about 12% of the CPU power of a Pentium 75 CPU per channel.
  2343.  
  2344. Sound card modem support for 2400 baud AFSK modulation (7.3728MHz crystal)
  2345. CONFIG_SOUNDMODEM_AFSK2400_7
  2346.   This option enables the soundmodem driver 2400 baud AFSK modem,
  2347.   compatible to TCM3105 modems (over-)clocked with a 7.3728MHz
  2348.   crystal.  Note that the availability of this driver does _not_ imply
  2349.   that I recommend building such links. It is only here since users
  2350.   especially in eastern Europe have asked me to do so. In fact this
  2351.   modulation scheme has many disadvantages, mainly its incompatibility
  2352.   with many transceiver designs and the fact that the TCM3105 (if
  2353.   used) is operated widely outside its specifications.
  2354.  
  2355. Sound card modem support for 2400 baud AFSK modulation (8MHz crystal)
  2356. CONFIG_SOUNDMODEM_AFSK2400_8
  2357.   This option enables the soundmodem driver 2400 baud AFSK modem,
  2358.   compatible to TCM3105 modems (over-)clocked with an 8MHz crystal.
  2359.   Note that the availability of this driver does _not_ imply that I
  2360.   recommend building such links. It is only here since users
  2361.   especially in eastern Europe have asked me to do so. In fact this
  2362.   modulation scheme has many disadvantages, mainly its incompatibility
  2363.   with many transceiver designs and the fact that the TCM3105 (if
  2364.   used) is operated widely outside its specifications.
  2365.  
  2366. Sound card modem support for 2666 baud AFSK modulation
  2367. CONFIG_SOUNDMODEM_AFSK2666
  2368.   This option enables the soundmodem driver 2666 baud AFSK modem.
  2369.   This modem is experimental, and not compatible to anything
  2370.   else I know of.
  2371.  
  2372. Sound card modem support for 4800 baud 8PSK modulation
  2373. CONFIG_SOUNDMODEM_PSK4800
  2374.   This option enables the soundmodem driver 4800 baud 8PSK modem.
  2375.   This modem is experimental, and not compatible to anything
  2376.   else I know of.
  2377.  
  2378. Sound card modem support for 4800 baud HAPN-1 modulation
  2379. CONFIG_SOUNDMODEM_HAPN4800
  2380.   This option enables the soundmodem driver 4800 baud HAPN-1
  2381.   compatible modem. This modulation seems to be widely used 'down
  2382.   under' and in the Netherlands. Here, nobody uses it, so I could not
  2383.   test if it works.  It is compatible to itself, however :-)
  2384.  
  2385. Sound card modem support for 9600 baud FSK G3RUH modulation
  2386. CONFIG_SOUNDMODEM_FSK9600
  2387.   This option enables the soundmodem driver 9600 baud FSK modem,
  2388.   compatible to the G3RUH standard. The demodulator requires about 4%
  2389.   of the CPU power of a Pentium 75 CPU per channel. You can say Y to
  2390.   both 1200 baud AFSK and 9600 baud FSK if you want (but obviously you
  2391.   can only use one protocol at a time, depending on what the other end
  2392.   can understand).
  2393.  
  2394. PLIP (parallel port) support
  2395. CONFIG_PLIP
  2396.   PLIP (Parallel Line Internet Protocol) is used to create a mini
  2397.   network consisting of two (or, rarely, more) local machines. The
  2398.   parallel ports (the connectors at the computers with 25 holes) are
  2399.   connected using "null printer" or "Turbo Laplink" cables which can
  2400.   transmit 4 bits at a time or using special PLIP cables, to be used
  2401.   on bidirectional parallel ports only, which can transmit 8 bits at a
  2402.   time (you can find the wiring of these cables in
  2403.   drivers/net/README?.plip). The cables can be up to 15m long. This
  2404.   works also if one of the machines runs DOS/Windows and has some PLIP
  2405.   software installed, e.g. the Crynwr PLIP packet driver
  2406.   (http://sunsite.cnam.fr/packages/Telnet/PC/msdos/misc/pktdrvr.txt)
  2407.   and winsock or NCSA's telnet.  If you want to use this, say Y and
  2408.   read the PLIP mini-HOWTO, available via ftp (user: anonymous) in
  2409.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini as well as the
  2410.   NET-2-HOWTO in sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the
  2411.   PLIP protocol was changed and this PLIP driver won't work together
  2412.   with the PLIP support in Linux versions 1.0.x.  This option enlarges
  2413.   your kernel by about 8kB. If you want to compile this as a module (
  2414.   = code which can be inserted in and removed from the running kernel
  2415.   whenever you want), say M here and read Documentation/modules.txt as
  2416.   well as Documentation/networking/net-modules.txt. If you want to use
  2417.   both a parallel printer and PLIP, there are two cases: 1) If the
  2418.   printer and the PLIP cable are to use the same parallel port
  2419.   (presumably because you have just one), it is best to compile both
  2420.   drivers as modules and load and unload them as needed. 2) To use
  2421.   different parallel ports for the printer and the PLIP cable, you can
  2422.   say Y to the printer driver, specify the base address of the
  2423.   parallel port(s) to use for the printer(s) with the "lp" kernel
  2424.   command line option. (See the documentation of your boot loader
  2425.   (lilo or loadlin) about how to pass options to the kernel at boot
  2426.   time. The lilo procedure is also explained in the SCSI-HOWTO,
  2427.   available via ftp (user: anonymous) in
  2428.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.) The standard base addresses
  2429.   as well as the syntax of the "lp" command line option can be found
  2430.   in drivers/char/lp.c. You can then say Y to this PLIP driver or,
  2431.   preferably, M in which case Documentation/networking/net-modules.txt
  2432.   tells you how to specify the port and IRQ to be used by PLIP at
  2433.   module load time.
  2434.   It's safe to say N here.
  2435.  
  2436. EQL (serial line load balancing) support
  2437. CONFIG_EQUALIZER
  2438.   If you have two serial connections to some other computer (this
  2439.   usually requires two modems and two telephone lines) and you use
  2440.   SLIP (= the protocol for sending internet traffic over telephone
  2441.   lines) or PPP (= a better SLIP) on them, you can make them behave
  2442.   like one double speed connection using this driver. Naturally, this
  2443.   has to be supported at the other end as well, either with a similar
  2444.   EQL Linux driver or with a Livingston Portmaster 2e. Say Y if you
  2445.   want this and read drivers/net/README.eql. This driver is also
  2446.   available as a module ( = code which can be inserted in and removed
  2447.   from the running kernel whenever you want). If you want to compile
  2448.   it as a module, say M here and read Documentation/modules.txt.
  2449.  
  2450. Frame Relay (DLCI) support
  2451. CONFIG_DLCI
  2452.   This is support for the frame relay protocol; frame relay is a fast
  2453.   low-cost way to connect to a remote internet access provider or to
  2454.   form a private wide area network. The one physical line from your
  2455.   box to the local "switch" (i.e. the entry point to the frame relay
  2456.   network, usually at the phone company) can carry several logical
  2457.   point-to-point connections to other computers connected to the frame
  2458.   relay network. For a general explanation of the protocol, check out
  2459.   http://frame-relay.indiana.edu/4000/4000index.html on the WWW. (To
  2460.   browse the WWW, you need to have access to a machine on the Internet
  2461.   that has one of the programs lynx, netscape or Mosaic.) To use frame
  2462.   relay, you need supporting hardware (FRAD) and certain programs from
  2463.   the net-tools package as explained in
  2464.   Documentation/networking/framerelay.txt. This driver is also
  2465.   available as a module ( = code which can be inserted in and removed
  2466.   from the running kernel whenever you want). If you want to compile
  2467.   it as a module, say M here and read Documentation/modules.txt.
  2468.  
  2469. Max open DLCI
  2470. CONFIG_DLCI_COUNT
  2471.   This is the maximal number of logical point-to-point frame relay
  2472.   connections (the identifiers of which are called DCLIs) that
  2473.   the driver can handle. The default is probably fine.
  2474.  
  2475. Max DLCI per device
  2476. CONFIG_DLCI_MAX
  2477.   You can specify here how many logical point-to-point frame relay
  2478.   connections (the identifiers of which are called DCLIs) should be
  2479.   handled by each of your hardware frame relay access devices. Go with
  2480.   the default.
  2481.  
  2482. Sangoma S502A FRAD support
  2483. CONFIG_SDLA
  2484.   Say Y here if you need a driver for the Sangoma S502A, S502E, and
  2485.   S508 Frame Relay Access Devices.  These are multi-protocol cards,
  2486.   but only frame relay is supported by the driver at this time.
  2487.   Please read Documentation/framerelay.txt.  This driver is also
  2488.   available as a module ( = code which can be inserted in and removed
  2489.   from the running kernel whenever you want).  If you want to compile
  2490.   it as a module, say M here and read Documentation/modules.txt.
  2491.  
  2492. Sun LANCE Ethernet support
  2493. CONFIG_SUN_LANCE
  2494.   This is support for lance ethernet cards on Sun workstations such as
  2495.   the Sparcstation IPC (any Sparc with a network interface 'le0' under
  2496.   SunOS basically).
  2497.  
  2498. Sun Intel Ethernet support
  2499. CONFIG_SUN_INTEL
  2500.   This is support for the intel ethernet cards on some Sun
  2501.   workstations (all those with a network interface 'ie0' under SunOS).
  2502.  
  2503. Western Digital/SMC cards
  2504. CONFIG_NET_VENDOR_SMC
  2505.   If you have a network (ethernet) card belonging to this class, say Y
  2506.   and read the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2507.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan to use more than
  2508.   one network card under linux, read the Multiple-Ethernet-mini-HOWTO,
  2509.   available from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. Note that
  2510.   the answer to this question doesn't directly affect the kernel:
  2511.   saying N will just cause this configure script to skip all the
  2512.   questions about Western Digital cards. If you say Y, you will be
  2513.   asked for your specific card in the following questions. If you plan
  2514.   to use more than one network card under linux, read the
  2515.   Multiple-Ethernet-mini-HOWTO, available from
  2516.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2517.  
  2518. WD80*3 support
  2519. CONFIG_WD80x3
  2520.   If you have a network (ethernet) card of this type, say Y and read
  2521.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2522.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2523.   as a module ( = code which can be inserted in and removed from the
  2524.   running kernel whenever you want). If you want to compile it as a
  2525.   module, say M here and read Documentation/modules.txt as well as
  2526.   Documentation/networking/net-modules.txt. If you plan to use more
  2527.   than one network card under linux, read the
  2528.   Multiple-Ethernet-mini-HOWTO, available from
  2529.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2530.  
  2531. SMC Ultra support
  2532. CONFIG_ULTRA
  2533.   If you have a network (ethernet) card of this type, say Y and read
  2534.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2535.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
  2536.   available as a module ( = code which can be inserted in and removed
  2537.   from the running kernel whenever you want). If you want to compile
  2538.   it as a module, say M here and read Documentation/modules.txt as
  2539.   well as Documentation/networking/net-modules.txt. If you plan to use
  2540.   more than one network card under linux, read the
  2541.   Multiple-Ethernet-mini-HOWTO, available from
  2542.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2543.   Important: There have been many reports that, with some motherboards
  2544.   mixing an SMC Ultra and an Adaptec AHA1542 SCSI card causes
  2545.   corruption problems with many operating systems.
  2546.  
  2547. SMC Ultra32 support
  2548. CONFIG_ULTRA32
  2549.   This is support for the SMC Ultra32 EISA card in shared memory mode.
  2550.   If you have a network (ethernet) card of this type, say Y and read
  2551.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2552.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
  2553.   available as a module ( = code which can be inserted in and removed
  2554.   from the running kernel whenever you want). If you want to compile
  2555.   it as a module, say M here and read Documentation/modules.txt as
  2556.   well as Documentation/networking/net-modules.txt. If you plan to use
  2557.   more than one network card under linux, read the
  2558.   Multiple-Ethernet-mini-HOWTO, available from
  2559.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2560.  
  2561. SMC 9194 Support
  2562. CONFIG_SMC9194
  2563.   This is support for the SMC9xxx based Ethernet cards.  Choose this
  2564.   option if you have a DELL laptop with the docking station, or
  2565.   another SMC9192/9194 based chipset.  Say Y if you want it compiled
  2566.   into the kernel, and read the the file drivers/net/README.smc9 and
  2567.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2568.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
  2569.   available as a module ( = code which can be inserted in and removed
  2570.   from the running kernel whenever you want). If you want to compile
  2571.   it as a module, say M here and read Documentation/modules.txt as
  2572.   well as Documentation/networking/net-modules.txt. If you plan to use
  2573.   more than one network card under linux, read the
  2574.   Multiple-Ethernet-mini-HOWTO, available from
  2575.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2576.  
  2577. AMD LANCE and PCnet (AT1500 and NE2100) support
  2578. CONFIG_LANCE
  2579.   If you have a network (ethernet) card of this type, say Y and read
  2580.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2581.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan to use more than
  2582.   one network card under linux, read the Multiple-Ethernet-mini-HOWTO,
  2583.   available from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2584.  
  2585. 3COM cards
  2586. CONFIG_NET_VENDOR_3COM
  2587.   If you have a network (ethernet) card belonging to this class, say Y
  2588.   and read the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2589.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Note that the answer to this
  2590.   question doesn't directly affect the kernel: saying N will just
  2591.   cause this configure script to skip all the questions about 3COM
  2592.   cards. If you say Y, you will be asked for your specific card in the
  2593.   following questions. If you plan to use more than one network card
  2594.   under linux, read the Multiple-Ethernet-mini-HOWTO, available from
  2595.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2596.  
  2597. 3c501 support
  2598. CONFIG_EL1
  2599.   If you have a network (ethernet) card of this type, say Y and read
  2600.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2601.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Also, consider buying a new
  2602.   card, since the 3c501 is slow and obsolete.  This driver is also
  2603.   available as a module ( = code which can be inserted in and removed
  2604.   from the running kernel whenever you want).  If you want to compile
  2605.   it as a module, say M here and read Documentation/modules.txt as
  2606.   well as Documentation/networking/net-modules.txt.
  2607.   If you plan to use more than one network card under linux,
  2608.   read the Multiple-Ethernet-mini-HOWTO, available from
  2609.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini---and don't use 3c501s.
  2610.  
  2611. 3c503 support
  2612. CONFIG_EL2
  2613.   If you have a network (ethernet) card of this type, say Y and read
  2614.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2615.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2616.   as a module ( = code which can be inserted in and removed from the
  2617.   running kernel whenever you want). If you want to compile it as a
  2618.   module, say M here and read Documentation/modules.txt as well as
  2619.   Documentation/networking/net-modules.txt.
  2620.   If you plan to use more than one network card under linux,
  2621.   read the Multiple-Ethernet-mini-HOWTO, available from
  2622.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2623.  
  2624. 3c505 support
  2625. CONFIG_ELPLUS
  2626.   Information about this network (ethernet) card can be found in
  2627.   Documentation/networking/3c505.txt. If you have a card of this type,
  2628.   say Y and read the Ethernet-HOWTO, available via ftp (user:
  2629.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to
  2630.   compile this as a module ( = code which can be inserted in and
  2631.   removed from the running kernel whenever you want), say M here and
  2632.   read Documentation/modules.txt as well as
  2633.   Documentation/networking/net-modules.txt.
  2634.   If you plan to use more than one network card under linux,
  2635.   read the Multiple-Ethernet-mini-HOWTO, available from
  2636.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2637.  
  2638. 3c507 support
  2639. CONFIG_EL16
  2640.   If you have a network (ethernet) card of this type, say Y and read
  2641.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2642.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2643.   as a module ( = code which can be inserted in and removed from the
  2644.   running kernel whenever you want). If you want to compile it as a
  2645.   module, say M here and read Documentation/modules.txt as well as
  2646.   Documentation/networking/net-modules.txt. If you plan to use more
  2647.   than one network card under linux, read the
  2648.   Multiple-Ethernet-mini-HOWTO, available from
  2649.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2650.  
  2651. 3c509/3c579 support
  2652. CONFIG_EL3
  2653.   If you have a network (ethernet) card belonging to the 3Com
  2654.   EtherLinkIII series, say Y and read the Ethernet-HOWTO, available
  2655.   via ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  2656.   If you want to compile this as a module ( = code which can be
  2657.   inserted in and removed from the running kernel whenever you want),
  2658.   say M here and read Documentation/modules.txt as well as
  2659.   Documentation/networking/net-modules.txt. If you plan to use more
  2660.   than one network card under linux, read the
  2661.   Multiple-Ethernet-mini-HOWTO, available from
  2662.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. If your card is not
  2663.   working you may need to use the DOS setup disk to disable Plug &
  2664.   Play mode, and to select the default media type.
  2665.  
  2666. 3c590 series (592/595/597) "Vortex" support
  2667. CONFIG_VORTEX
  2668.   If you have a network (ethernet) card of this type, say Y and read
  2669.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2670.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. More specific information is
  2671.   in Documentation/networking/vortex.txt and in the comments at the
  2672.   beginning of drivers/net/3c59x.c. If you want to compile this
  2673.   as a module ( = code which can be inserted in and removed from the
  2674.   running kernel whenever you want), say M here and read
  2675.   Documentation/modules.txt as well as
  2676.   Documentation/networking/net-modules.txt. If you plan to use more
  2677.   than one network card under linux, read the
  2678.   Multiple-Ethernet-mini-HOWTO, available from
  2679.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini
  2680.  
  2681. Other ISA cards
  2682. CONFIG_NET_ISA
  2683.   If your network (ethernet) card hasn't been mentioned yet and its
  2684.   bus system (that's the way the components of the card talk to each
  2685.   other) is ISA (as opposed to EISA, VLB or PCI), say Y. Make sure you
  2686.   know the name of your card. Read the Ethernet-HOWTO, available via
  2687.   ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. If
  2688.   unsure, say Y.  Note that the answer to this question doesn't
  2689.   directly affect the kernel: saying N will just cause this configure
  2690.   script to skip all the remaining ISA network card questions.  If you
  2691.   say Y, you will be asked for your specific card in the following
  2692.   questions.  If you plan to use more than one network card under
  2693.   linux, read the Multiple-Ethernet-mini-HOWTO, available from
  2694.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2695.  
  2696. ARCnet support
  2697. CONFIG_ARCNET
  2698.   If you have a network card of this type, say Y and check out the
  2699.   (arguably) beautiful poetry in Documentation/networking/arcnet.txt.
  2700.   You might also want to have a look at the Ethernet-HOWTO, available
  2701.   via ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO
  2702.   (even though ARCnet is not really ethernet).  This driver is also
  2703.   available as a module ( = code which can be inserted in and removed
  2704.   from the running kernel whenever you want).  If you want to compile
  2705.   it as a module, say M here and read Documentation/modules.txt as
  2706.   well as Documentation/networking/net-modules.txt. If you plan to
  2707.   use more than one network card under linux, read the
  2708.   Multiple-Ethernet-mini-HOWTO, available from
  2709.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2710.  
  2711. Enable arc0e (ARCnet "ether-encap" packet format)
  2712. CONFIG_ARCNET_ETH
  2713.   This allows you to use "ethernet encapsulation" with your ARCnet
  2714.   card via the virtual arc0e device.  You only need arc0e if you want
  2715.   to talk to nonstandard ARCnet software, specifically,
  2716.   DOS/Windows-style "NDIS" drivers.  You do not need to enable this
  2717.   option to communicate with industry-standard RFC1201
  2718.   implementations, like the arcether.com packet driver or most
  2719.   DOS/Windows ODI drivers.  RFC1201 is included automatically as the
  2720.   arc0 device.  Please read the ARCnet documentation in
  2721.   Documentation/networking/arcnet.txt for more information about
  2722.   using arc0e and arc0s.
  2723.  
  2724. Enable arc0s (ARCnet RFC1051 packet format)
  2725. CONFIG_ARCNET_1051
  2726.   This allows you to use RFC1051 with your ARCnet card via the virtual
  2727.   arc0s device.  You only need arc0s if you want to talk to ARCnet
  2728.   software complying with the "old" standard, specifically, the DOS
  2729.   arcnet.com packet driver, Amigas running AmiTCP, and some variants
  2730.   of NetBSD. You do not need to enable this option to communicate with
  2731.   industry-standard RFC1201 implementations, like the arcether.com
  2732.   packet driver or most DOS/Windows ODI drivers.  RFC1201 is included
  2733.   automatically as the arc0 device.  Please read the ARCnet
  2734.   documentation in Documentation/networking/arcnet.txt for more
  2735.   information about using arc0e and arc0s.
  2736.  
  2737. Cabletron E21xx support
  2738. CONFIG_E2100
  2739.   If you have a network (ethernet) card of this type, say Y and read
  2740.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2741.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2742.   as a module ( = code which can be inserted in and removed from the
  2743.   running kernel whenever you want). If you want to compile it as a
  2744.   module, say M here and read Documentation/modules.txt as well as
  2745.   Documentation/networking/net-modules.txt. If you plan to use more
  2746.   than one network card under linux, read the
  2747.   Multiple-Ethernet-mini-HOWTO, available from
  2748.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2749.  
  2750. DEPCA support
  2751. CONFIG_DEPCA
  2752.   If you have a network (ethernet) card of this type, say Y and read
  2753.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2754.   sunsite.unc.edu:/pub/Linux/docs/HOWTO as well as
  2755.   drivers/net/depca.c.  If you want to compile this as a module ( =
  2756.   code which can be inserted in and removed from the running kernel
  2757.   whenever you want), say M here and read Documentation/modules.txt as
  2758.   well as Documentation/networking/net-modules.txt. If you plan to use
  2759.   more than one network card under linux, read the
  2760.   Multiple-Ethernet-mini-HOWTO, available from
  2761.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2762.  
  2763. EtherWorks 3 support
  2764. CONFIG_EWRK3
  2765.   This driver supports the DE203, DE204 and DE205 network (ethernet)
  2766.   cards. If this is for you, say Y and read drivers/net/README.ewrk3
  2767.   in the kernel source as well as the Ethernet-HOWTO, available via
  2768.   ftp (user: anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  2769.   If you want to compile this as a module ( = code which can be
  2770.   inserted in and removed from the running kernel whenever you want),
  2771.   say M here and read Documentation/modules.txt as well as
  2772.   Documentation/networking/net-modules.txt. If you plan to use more
  2773.   than one network card under linux, read the
  2774.   Multiple-Ethernet-mini-HOWTO, available from
  2775.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2776.  
  2777. SEEQ8005 support
  2778. CONFIG_SEEQ8005
  2779.   This is a driver for the SEEQ 8005 network (ethernet) card. If this
  2780.   is for you, read the Ethernet-HOWTO, available via ftp (user:
  2781.   anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan
  2782.   to use more than one network card under linux, read the
  2783.   Multiple-Ethernet-mini-HOWTO, available from
  2784.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2785.  
  2786. AT1700 support
  2787. CONFIG_AT1700
  2788.   If you have a network (ethernet) card of this type, say Y and read
  2789.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2790.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2791.   as a module ( = code which can be inserted in and removed from the
  2792.   running kernel whenever you want). If you want to compile it as a
  2793.   module, say M here and read Documentation/modules.txt as well as
  2794.   Documentation/networking/net-modules.txt. If you plan to use more
  2795.   than one network card under linux, read the
  2796.   Multiple-Ethernet-mini-HOWTO, available from
  2797.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2798.  
  2799. FMV-181/182/183/184 support
  2800. CONFIG_FMV18X
  2801.   If you have a Fujitsu FMV-181/182/183/184 network (ethernet) card,
  2802.   say Y and read the Ethernet-HOWTO, available via ftp (user:
  2803.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  2804.   This driver is also available as a module ( = code which can be
  2805.   inserted in and removed from the running kernel whenever you want).
  2806.   If you want to compile it as a module, say M here and read
  2807.   Documentation/modules.txt as well as
  2808.   Documentation/networking/net-modules.txt.
  2809.   If you plan to use more than one network card under linux,
  2810.   read the Multiple-Ethernet-mini-HOWTO, available from
  2811.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2812.   If you use FMV-183 or FMV-184 and it is not working, you may need
  2813.   to disable Plug & Play mode of the card.
  2814.  
  2815. Intel EtherExpress/Pro 100B support'
  2816. CONFIG_EEXPRESS_PRO100B
  2817.   If you have an Intel EtherExpress Pro 100 10/100Mbps PCI Ethernet
  2818.   card, answer yes.  As of kernel release 2.0.31 this driver was
  2819.   still experimental.
  2820.  
  2821. EtherExpressPro support
  2822. CONFIG_EEXPRESS_PRO
  2823.   If you have a network (ethernet) card of this type, say Y and read
  2824.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2825.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2826.   as a module ( = code which can be inserted in and removed from the
  2827.   running kernel whenever you want). If you want to compile it as a
  2828.   module, say M here and read Documentation/modules.txt as well as
  2829.   Documentation/networking/net-modules.txt. If you plan to use more
  2830.   than one network card under linux, read the
  2831.   Multiple-Ethernet-mini-HOWTO, available from
  2832.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2833.  
  2834. EtherExpress support
  2835. CONFIG_EEXPRESS
  2836.   If you have an EtherExpress16 network (ethernet) card, say Y and
  2837.   read the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2838.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the Intel
  2839.   EtherExpress16 card used to be regarded as a very poor choice
  2840.   because the driver was very unreliable. We now have a new driver
  2841.   that should do better. If you want to compile this driver as a
  2842.   module ( = code which can be inserted in and removed from the
  2843.   running kernel whenever you want), say M here and read
  2844.   Documentation/modules.txt as well as
  2845.   Documentation/networking/net-modules.txt. If you plan to use more
  2846.   than one network card under linux, read the
  2847.   Multiple-Ethernet-mini-HOWTO, available from
  2848.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2849.  
  2850. NI5210 support
  2851. CONFIG_NI52
  2852.   If you have a network (ethernet) card of this type, say Y and read
  2853.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2854.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan to use more than
  2855.   one network card under linux, read the Multiple-Ethernet-mini-HOWTO,
  2856.   available from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2857.  
  2858. NI6510 support
  2859. CONFIG_NI65
  2860.   If you have a network (ethernet) card of this type, say Y and read
  2861.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2862.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan to use more than
  2863.   one network card under linux, read the Multiple-Ethernet-mini-HOWTO,
  2864.   available from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2865.  
  2866. Ottawa PI and PI/2 support
  2867. CONFIG_PI
  2868.   This is a driver for the Ottawa Amateur Radio Club PI and PI2 cards,
  2869.   which are commonly used to send internet traffic over amateur radio.
  2870.   More information about these cards is on the WWW at
  2871.   http://hydra.carleton.ca/info/pi2.html (To browse the WWW, you need
  2872.   to have access to a machine on the Internet that has one of the
  2873.   programs lynx, netscape or Mosaic). If you have one of these cards,
  2874.   you can say Y here and should read the HAM-HOWTO, available via ftp
  2875.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. Also,
  2876.   you should have said Y to "AX.25 support" above, because AX.25 is
  2877.   the protocol used for digital traffic over radio links.
  2878.  
  2879. Gracilis PackeTwin support
  2880. CONFIG_PT
  2881.   This card is similar to the PI card (mentioned above).  It is used
  2882.   mainly by amateur radio operators for packet radio.  You should have
  2883.   already said Y to "AX.25 support" as this card uses that protocol.
  2884.   More information about this driver can be found in the file
  2885.   drivers/net/README.pt.  NOTE: The card is capable of DMA and full
  2886.   duplex but neither of these have been coded in the driver as yet.
  2887.  
  2888. AT&T WaveLAN & DEC RoamAbout DS support
  2889. CONFIG_WAVELAN
  2890.     The Lucent Wavelan (formerly NCR and AT&T ; or DEC RoamAbout DS)
  2891.   is a Radio LAN (wireless ethernet-like) at 900 MHz and 2.4 GHz.
  2892.     This driver support the ISA version of the Wavelan. A driver for
  2893.   the pcmcia hardware is available in David Hinds's pcmcia package.
  2894.     This driver is fairly stable and may be compiled as a module
  2895.   (wavelan.o). It implements many nice feature and the Wireless
  2896.   Extensions (you must get the Wireless tools from the net).
  2897.     For documentation, refer to:
  2898.       o the wavelan man page, wireless tools man pages
  2899.       o wavelan.p.h and the source code
  2900.       o Ethernet-HOWTO, Multiple-Ethernet-mini-HOWTO, Module-HOWTO
  2901.       o More documentation to come when I will have the time :-)
  2902.  
  2903. HP PCLAN+ (27247B and 27252A) support
  2904. CONFIG_HPLAN_PLUS
  2905.   If you have a network (ethernet) card of this type, say Y and read
  2906.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2907.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2908.   as a module ( = code which can be inserted in and removed from the
  2909.   running kernel whenever you want). If you want to compile it as a
  2910.   module, say M here and read Documentation/modules.txt as well as
  2911.   Documentation/networking/net-modules.txt. If you plan to use more
  2912.   than one network card under linux, read the
  2913.   Multiple-Ethernet-mini-HOWTO, available from
  2914.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2915.  
  2916. HP PCLAN (27245 and other 27xxx series) support
  2917. CONFIG_HPLAN
  2918.   If you have a network (ethernet) card of this type, say Y and read
  2919.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2920.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2921.   as a module ( = code which can be inserted in and removed from the
  2922.   running kernel whenever you want). If you want to compile it as a
  2923.   module, say M here and read Documentation/modules.txt as well as
  2924.   Documentation/networking/net-modules.txt. If you plan to use more
  2925.   than one network card under linux, read the
  2926.   Multiple-Ethernet-mini-HOWTO, available from
  2927.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2928.  
  2929. HP 10/100VG PCLAN (ISA, EISA, PCI) support
  2930. CONFIG_HP100
  2931.   If you have a network (ethernet) card of this type, say Y and read
  2932.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2933.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  2934.   as a module ( = code which can be inserted in and removed from the
  2935.   running kernel whenever you want), say M here and read
  2936.   Documentation/modules.txt as well as
  2937.   Documentation/networking/net-modules.txt. If you plan to use more
  2938.   than one network card under linux, read the
  2939.   Multiple-Ethernet-mini-HOWTO, available from
  2940.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2941.  
  2942. NE2000/NE1000 support
  2943. CONFIG_NE2000
  2944.   If you have a network (ethernet) card of this type, say Y and read
  2945.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2946.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2947.   as a module ( = code which can be inserted in and removed from the
  2948.   running kernel whenever you want). If you want to compile it as a
  2949.   module, say M here and read Documentation/modules.txt as well as
  2950.   Documentation/networking/net-modules.txt. If you plan to use more
  2951.   than one network card under linux, read the
  2952.   Multiple-Ethernet-mini-HOWTO, available from
  2953.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2954.  
  2955. SK_G16 support
  2956. CONFIG_SK_G16
  2957.   If you have a network (ethernet) card of this type, say Y and read
  2958.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2959.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan to use more than
  2960.   one network card under linux, read the Multiple-Ethernet-mini-HOWTO,
  2961.   available from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2962.  
  2963. EISA, VLB, PCI and on board controllers
  2964. CONFIG_NET_EISA
  2965.   This is another class of network cards which attach directly to the
  2966.   bus. If you have one of those, say Y and read the Ethernet-HOWTO,
  2967.   available via ftp (user: anonymous) from
  2968.   sunsite.unc.edu:/pub/Linux/docs/HOWTO; if you are unsure, say
  2969.   Y. Note that the answer to this question doesn't directly affect the
  2970.   kernel: saying N will just cause this configure script to skip all
  2971.   the questions about this class of network cards. If you say Y, you
  2972.   will be asked for your specific card in the following questions.  If
  2973.   you plan to use more than one network card under linux, read the
  2974.   Multiple-Ethernet-mini-HOWTO, available from
  2975.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2976.  
  2977. Ansel Communications EISA 3200 support
  2978. CONFIG_AC3200
  2979.   If you have a network (ethernet) card of this type, say Y and read
  2980.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2981.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2982.   as a module ( = code which can be inserted in and removed from the
  2983.   running kernel whenever you want). If you want to compile it as a
  2984.   module, say M here and read Documentation/modules.txt as well as
  2985.   Documentation/networking/net-modules.txt. If you plan to use more
  2986.   than one network card under linux, read the
  2987.   Multiple-Ethernet-mini-HOWTO, available from
  2988.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2989.  
  2990. Apricot Xen-II on board ethernet
  2991. CONFIG_APRICOT
  2992.   If you have a network (ethernet) controller of this type, say Y and
  2993.   read the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2994.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  2995.   as a module ( = code which can be inserted in and removed from the
  2996.   running kernel whenever you want), say M here and read
  2997.   Documentation/modules.txt as well as
  2998.   Documentation/networking/net-modules.txt. If you plan to use more
  2999.   than one network card under linux, read the
  3000.   Multiple-Ethernet-mini-HOWTO, available from
  3001.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  3002.  
  3003. DE425, DE434, DE435 support
  3004. CONFIG_DE4X5
  3005.   This is support for the DIGITAL series of PCI/EISA ethernet
  3006.   cards. These include the DE425, DE434, DE435, DE450 and DE500
  3007.   models. If you have a network card of this type, say Y and read
  3008.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  3009.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  More specific information is
  3010.   contained in drivers/net/README.de4x5. This driver is also available
  3011.   as a module ( = code which can be inserted in and removed from the
  3012.   running kernel whenever you want). If you want to compile it as a
  3013.   module, say M here and read Documentation/modules.txt as well as
  3014.   Documentation/networking/net-modules.txt. If you plan to use more
  3015.   than one network card under linux, read the
  3016.   Multiple-Ethernet-mini-HOWTO, available from
  3017.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  3018.  
  3019. DECchip Tulip (dc21x4x) PCI support
  3020. CONFIG_DEC_ELCP
  3021.   This driver is developed for the SMC EtherPower series ethernet
  3022.   cards and also works with cards based on the DECchip
  3023.   21040/21041/21140 (Tulip series) chips. (If your card is NOT SMC
  3024.   EtherPower 10/100 PCI (smc9332dst), you can also try the driver from
  3025.   "DE425, DE434, DE435 support", above.) However, most people with a
  3026.   network card of this type will say Y here. Do read the
  3027.   Ethernet-HOWTO, available via ftp (user: anonymous) in
  3028.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. More specific information is
  3029.   contained in Documentation/networking/tulip.txt. This driver is also
  3030.   available as a module ( = code which can be inserted in and removed
  3031.   from the running kernel whenever you want).  If you want to compile
  3032.   it as a module, say M here and read Documentation/modules.txt as
  3033.   well as Documentation/networking/net-modules.txt.
  3034.  
  3035. Digi Intl. RightSwitch support
  3036. CONFIG_DGRS
  3037.   This is support for the Digi International RightSwitch series of
  3038.   PCI/EISA ethernet switch cards.  These include the SE-4 and the SE-6
  3039.   models. If you have a network card of this type, say Y and read
  3040.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  3041.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  More specific information is
  3042.   contained in drivers/net/README.dgrs. This driver is also available
  3043.   as a module ( = code which can be inserted in and removed from the
  3044.   running kernel whenever you want). If you want to compile it as a
  3045.   module, say M here and read Documentation/modules.txt as well as
  3046.   Documentation/networking/net-modules.txt. If you plan to use more
  3047.   than one network card under linux, read the
  3048.   Multiple-Ethernet-mini-HOWTO, available from
  3049.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  3050.  
  3051. ICL EtherTeam 16i/32 support
  3052. CONFIG_ETH16I
  3053.   If you have a network (ethernet) card of this type, say Y and read
  3054.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  3055.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  3056.   as a module ( = code which can be inserted in and removed from the
  3057.   running kernel whenever you want). If you want to compile it as a
  3058.   module, say M here and read Documentation/modules.txt as well as
  3059.   Documentation/networking/net-modules.txt. If you plan to use more
  3060.   than one network card under linux, read the
  3061.   Multiple-Ethernet-mini-HOWTO, available from
  3062.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  3063.  
  3064. TI ThunderLAN support (EXPERIMENTAL)
  3065. CONFIG_TLAN
  3066.   If you have a TLAN based network card which is supported by this
  3067.   driver, say Y and read the Ethernet-HOWTO.  Devices currently
  3068.   supported are the Compaq Netelligent 10, Netelligent 10/100, and
  3069.   Internal NetFlex 3.  This driver is also available as a module.
  3070.   Please email feedback to james.banks@caldera.com.
  3071.  
  3072. Zenith Z-Note support
  3073. CONFIG_ZNET
  3074.   The Zenith Z-Note notebook computer has a built-in network
  3075.   (ethernet) card, and this is the Linux driver for it. Note that the
  3076.   IBM Thinkpad 300 is compatible with the Z-Note and is also supported
  3077.   by this driver. Read the Ethernet-HOWTO, available via ftp (user:
  3078.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  3079.  
  3080. Pocket and portable adapters
  3081. CONFIG_NET_POCKET
  3082.   Cute little network (ethernet) devices which attach to the parallel
  3083.   port ("pocket adapters"), commonly used with laptops. If you have
  3084.   one of those, say Y and read the Ethernet-HOWTO, available via ftp
  3085.   (user: anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you
  3086.   want to plug a network card into the PCMCIA slot of your laptop
  3087.   instead (PCMCIA is the standard for credit card size extension cards
  3088.   used by all modern laptops), look in
  3089.   cb-iris.stanford.edu:/pub/pcmcia and say N here.  Note that the
  3090.   answer to this question doesn't directly affect the kernel: saying N
  3091.   will just cause this configure script to skip all the questions
  3092.   about this class of network devices.  If you say Y, you will be
  3093.   asked for your specific device in the following questions.  If you
  3094.   plan to use more than one network device under linux, read the
  3095.   Multiple-Ethernet-mini-HOWTO, available from
  3096.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. If you intend to use an
  3097.   adapter attaching to the parallel port as well as a parallel
  3098.   printer, you should compile both drivers as modules (if possible).
  3099.  
  3100. AT-LAN-TEC/RealTek pocket adapter support
  3101. CONFIG_ATP
  3102.   This is a network (ethernet) device which attaches to your parallel
  3103.   port. Read drivers/net/atp.c as well as the Ethernet-HOWTO,
  3104.   available via ftp (user: anonymous) from
  3105.   sunsite.unc.edu:/pub/Linux/docs/HOWTO if you want to use this. If
  3106.   you plan to use more than one network card under linux, read the
  3107.   Multiple-Ethernet-mini-HOWTO, available from
  3108.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. If you intend to use
  3109.   this driver, you should have said N to the Parallel Printer support,
  3110.   because the two drivers don't like each other.
  3111.  
  3112. D-Link DE600 pocket adapter support
  3113. CONFIG_DE600
  3114.   This is a network (ethernet) device which attaches to your parallel
  3115.   port. Read drivers/net/README.DLINK as well as the Ethernet-HOWTO,
  3116.   available via ftp (user: anonymous) from
  3117.   sunsite.unc.edu:/pub/Linux/docs/HOWTO if you want to use this.  If
  3118.   you want to compile this as a module ( = code which can be inserted
  3119.   in and removed from the running kernel whenever you want), say M
  3120.   here and read Documentation/modules.txt. If you intend to use this
  3121.   pocket adapter as well as a parallel printer, you should compile
  3122.   both drivers as modules. If you plan to use more than one network
  3123.   card under linux, read the Multiple-Ethernet-mini-HOWTO, available
  3124.   from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  3125.  
  3126. D-Link DE620 pocket adapter support
  3127. CONFIG_DE620
  3128.   This is a network (ethernet) device which attaches to your parallel
  3129.   port. Read drivers/net/README.DLINK as well as the Ethernet-HOWTO,
  3130.   available via ftp (user: anonymous) from
  3131.   sunsite.unc.edu:/pub/Linux/docs/HOWTO if you want to use this.  If
  3132.   you want to compile this as a module ( = code which can be inserted
  3133.   in and removed from the running kernel whenever you want), say M
  3134.   here and read Documentation/modules.txt. If you intend to use this
  3135.   pocket adapter as well as a parallel printer, you should compile
  3136.   both drivers as modules. If you plan to use more than one network
  3137.   card under linux, read the Multiple-Ethernet-mini-HOWTO, available
  3138.   from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  3139.  
  3140. Token Ring driver support
  3141. CONFIG_TR
  3142.   Token Ring is IBM's way of communication on a local network; the
  3143.   rest of the world uses ethernet. If you are connected to a token
  3144.   ring network and want to use your Token Ring card under Linux,
  3145.   say Y.  Most people can say N here.
  3146.  
  3147. IBM Tropic chipset based adapter support
  3148. CONFIG_IBMTR
  3149.   This is support for all IBM Token Ring cards that don't use DMA. If
  3150.   you have such a beast, say Y, otherwise N. Warning: this driver will
  3151.   almost definitely fail if more than one active Token Ring card is
  3152.   present. This driver is also available as a module ( = code which
  3153.   can be inserted in and removed from the running kernel whenever you
  3154.   want). If you want to compile it as a module, say M here and read
  3155.   Documentation/modules.txt.
  3156.  
  3157. Support non-SCSI/IDE/ATAPI drives
  3158. CONFIG_CD_NO_IDESCSI
  3159.   If you have a CDROM drive that is neither SCSI nor IDE/ATAPI, say Y
  3160.   here, otherwise N. Read the CDROM-HOWTO, available via ftp (user:
  3161.   anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the
  3162.   answer to this question doesn't directly affect the kernel: saying N
  3163.   will just cause this configure script to skip all the questions
  3164.   about these CDROM drives. If you are unsure what you have, say Y and
  3165.   find out whether you have one of the following drives.
  3166.   For each of these drivers, a file Documentation/cdrom/<driver_name>
  3167.   exists. Especially in cases where you do not know exactly which kind
  3168.   of drive you have you should read there.
  3169.   Most of these drivers use a file include/linux/<driver_name>.h where
  3170.   you can define your interface parameters and switch some internal
  3171.   goodies.
  3172.   All these CDROM drivers are also usable as a module ( = code which
  3173.   can be inserted in and removed from the running kernel whenever you
  3174.   want).  If you want to compile them as module, say M instead of Y
  3175.   and read Documentation/modules.txt.
  3176.   If you want to use any of these CDROM drivers, you also have to say
  3177.   Y to "ISO9660 cdrom filesystem support" below (this answer will get
  3178.   "defaulted" for you if you enable any of the Linux CDROM drivers).
  3179.  
  3180. Sony CDU31A/CDU33A CDROM support
  3181. CONFIG_CDU31A
  3182.   These CDROM drives have a spring-pop-out caddyless drawer, and a
  3183.   rectangular green LED centered beneath it.  NOTE: these CDROM drives
  3184.   will not be auto detected by the kernel at boot time; you have to
  3185.   provide the interface address as an option to the kernel at boot
  3186.   time as described in Documentation/cdrom/cdu31a or fill in your
  3187.   parameters into linux/drivers/cdrom/cdu31a.c. See the documentation
  3188.   of your boot loader (lilo or loadlin) about how to pass options to
  3189.   the kernel. The lilo procedure is also explained in the SCSI-HOWTO.
  3190.  
  3191. Standard Mitsumi [no XA/Multisession] CDROM support
  3192. CONFIG_MCD
  3193.   This is the older of the two drivers for the older Mitsumi models
  3194.   LU-005, FX-001 and FX-001D. This is not the right driver for
  3195.   the FX-001DE and the triple or quad speed models (all these are
  3196.   IDE/ATAPI models).
  3197.   With the old LU-005 model, the whole drive chassis slides out for
  3198.   cd insertion. The FX-xxx models use a motorized tray type mechanism.
  3199.   Note that this driver does not support XA or MultiSession CDs
  3200.   (PhotoCDs).  There is a new driver (next question) which can do
  3201.   this. If you want that one, say N here.
  3202.   If the driver doesn't work out of the box, you might want to have
  3203.   a look at linux/include/linux/mcd.h.
  3204.  
  3205. Mitsumi [XA/MultiSession] support
  3206. CONFIG_MCDX
  3207.   Use this driver if you want to be able to read XA or MultiSession
  3208.   CDs (PhotoCDs) as well as ordinary CDs with your Mitsumi LU-005,
  3209.   FX-001 or FX-001D CDROM drive.  In addition, this driver uses much
  3210.   less kernel memory than the old one, if that is a concern.  This
  3211.   driver is able to support more than one drive, but each drive needs
  3212.   a separate interface card.  Check out Documentation/cdrom/mcdx.
  3213.  
  3214. Matsushita/Panasonic/Creative, Longshine, TEAC CDROM support
  3215. CONFIG_SBPCD
  3216.   This driver supports most of the drives which use the Panasonic or
  3217.   SoundBlaster interface.
  3218.   The Matsushita CR-521, CR-522, CR-523, CR-562, CR-563 drives
  3219.   (sometimes labeled "Creative"), the CreativeLabs CD200, the
  3220.   Longshine LCS-7260, the "IBM External ISA CDROM" (in fact a CR-56x
  3221.   model), the TEAC CD-55A fall under this category. Some other
  3222.   "electrically compatible" drives (Vertos, Genoa, some Funai models)
  3223.   are currently not supported; for the Sanyo H94A drive currently a
  3224.   separate driver (asked later) is responsible.  Most drives have a
  3225.   uniquely shaped faceplate, with a caddyless motorized drawer, but
  3226.   without external brand markings. The older CR-52x drives have a
  3227.   caddy and manual loading/eject, but still no external markings.  The
  3228.   driver is able to do an extended auto-probing for interface
  3229.   addresses and drive types; this can help to find facts in cases you
  3230.   are not sure, but can consume some time during the boot process if
  3231.   none of the supported drives gets found.
  3232.   Once your drive got found, you should enter the reported parameters
  3233.   into linux/include/linux/sbpcd.h and set "DISTRIBUTION 0" there.
  3234.   This driver can support up to four CDROM interface cards, and each
  3235.   card can support up to four CDROM drives; if you say Y here, you
  3236.   will be asked how many controllers you have. If compiled as a
  3237.   module, only one interface card (but with up to four drives) is
  3238.   usable.
  3239.  
  3240. Matsushita/Panasonic, ... second CDROM controller support
  3241. CONFIG_SBPCD2
  3242.   Say Y here only if you have two CDROM controller boards of this type
  3243.   (usually only if you have more than four drives). You should enter
  3244.   the parameters for the second, third and fourth interface card into
  3245.   linux/include/linux/sbpcd.h before compiling the new kernel.
  3246.  
  3247. Aztech/Orchid/Okano/Wearnes/TXC/CyDROM  CDROM support
  3248. CONFIG_AZTCD
  3249.   This is your driver if you have an Aztech CDA268-01A, Orchid
  3250.   CD-3110, Okano or Wearnes CDD110, Conrad TXC, or CyCDROM CR520 or
  3251.   CR540 CDROM drive.  This driver - just like all these CDROM drivers
  3252.   - is NOT for CDROM drives with IDE/ATAPI interface, such as Aztech
  3253.   CDA269-031SE.
  3254.  
  3255. Sony CDU535 CDROM support
  3256. CONFIG_CDU535
  3257.   This is the driver for the older Sony CDU-535 and CDU-531 CDROM
  3258.   drives.
  3259.  
  3260. Goldstar R420 CDROM support
  3261. CONFIG_GSCD
  3262.   If this is your CDROM drive, say Y here.
  3263.   As described in linux/Documentation/cdrom/gscd, you might have to
  3264.   change a setting in the file include/linux/gscd.h before compiling
  3265.   the kernel.
  3266.  
  3267. Philips/LMS CM206 CDROM support
  3268. CONFIG_CM206
  3269.   If you have a Philips/LMS CDROM drive cm206 in combination with a
  3270.   cm260 host adapter card, say Y here.
  3271.  
  3272. Optics Storage DOLPHIN 8000AT CDROM support
  3273. CONFIG_OPTCD
  3274.   This is the driver for the 'DOLPHIN' drive with a 34-pin Sony
  3275.   compatible interface. It also works with the Lasermate CR328A. If
  3276.   you have one of those, say Y. This driver does not work for the
  3277.   Optics Storage 8001 drive; use the IDE-ATAPI CDROM driver for that
  3278.   one.
  3279.  
  3280. Sanyo CDR-H94A CDROM support
  3281. CONFIG_SJCD
  3282.   If this is your CDROM drive, say Y here. Command line option
  3283.   (or 'append=' option in /etc/lilo.conf) is:
  3284.                 sjcd=<port>
  3285.   Here 'port' is the base i/o address used by the drive. It defaults
  3286.   to port=0x340.
  3287.  
  3288. Soft configurable cdrom interface card support
  3289. CONFIG_CDI_INIT
  3290.   If you want to include boot-time initialization of any cdrom
  3291.   interface card that is software configurable, say Y here.
  3292.   Currently only the ISP16/MAD16/Mozart cards are supported.
  3293.  
  3294. ISP16/MAD16/Mozart soft configurable cdrom interface support
  3295. CONFIG_ISP16_CDI
  3296.   If you want any of these cdrom interface cards based on the
  3297.   OPTi 82C928 or 82C929 chips get detected and possibly configured
  3298.   at boot time, please say Y. Boot time command line options (or
  3299.   'append=' options in /etc/lilo.conf) are:
  3300.                 isp16=<port>,<irq>,<dma>,<drive_type>
  3301.   Here 'port','irq' and 'dma' are the base i/o address, irq number and
  3302.   dma line assumed to be used by the attached cdrom
  3303.   drive. 'drive_type' is the type of cdrom drive or its emulation
  3304.   mode. Valid values for drive_type include: Sanyo, Panasonic (same as
  3305.   Sanyo), Sony and Mitsumi.  Default values are: port=0x340, irq=0,
  3306.   dma=0, drive_type=Sanyo.
  3307.   The command line
  3308.                 isp16=noisp16
  3309.   will skip detection and configuration after all.
  3310.   N.B. options are case sensitive.
  3311.   Read Documentation/cdrom/isp16 for details.
  3312.  
  3313. Quota support
  3314. CONFIG_QUOTA
  3315.   If you say Y here, you will be able to set per user limits for disk
  3316.   usage (also called diskquotas). Currently, it works only for the
  3317.   ext2 filesystem. You need additional software in order to use quota
  3318.   support; check the file Documentation/Changes for that. Probably the
  3319.   quota support is only useful for multi user systems. If unsure, say
  3320.   N.
  3321.  
  3322. Mandatory lock support
  3323. CONFIG_LOCK_MANDATORY
  3324.   File locking is a system designed to prevent that several processes
  3325.   write to the same file at the same time, causing data
  3326.   corruption. Mandatory file locking is more secure than the usual
  3327.   algorithm and is used by some Unix System 5 style database
  3328.   applications. For details, read Documentation/mandatory.txt. To use
  3329.   this option safely you must have newer NFS daemons, new samba, new
  3330.   netatalk, new mars-nwe and other file servers. At the time of
  3331.   writing none of these are available. So it's safest to say N here
  3332.   unless you really know that you need this feature.
  3333.  
  3334. Minix fs support
  3335. CONFIG_MINIX_FS
  3336.   Minix is a simple operating system used in many classes about
  3337.   OS's. The minix filesystem (= method to organize files on a harddisk
  3338.   partition or a floppy disk) was the original filesystem for Linux,
  3339.   has been superseded by the second extended filesystem ext2fs but is
  3340.   still used for root/boot and other floppies or ram disks since it is
  3341.   leaner. You don't want to use it on your harddisk because of certain
  3342.   built-in restrictions. This option will enlarge your kernel by about
  3343.   25 kB. Everyone should say Y or M so that they are able to read this
  3344.   common floppy format.  If you want to compile this as a module
  3345.   ( = code which can be inserted in and removed from the
  3346.   running kernel whenever you want), say M here and read
  3347.   Documentation/modules.txt. Note that the filesystem of your root
  3348.   partition cannot be compiled as a module.
  3349.  
  3350. Extended fs support
  3351. CONFIG_EXT_FS
  3352.   This is the old Linux filesystem (= method to organize files on a
  3353.   harddisk partition or a floppy disk) and not in use anymore. It
  3354.   enlarges your kernel by about 25 kB. Let's all kill this beast. Say
  3355.   N.
  3356.  
  3357. Second extended fs support
  3358. CONFIG_EXT2_FS
  3359.   This is the de facto standard Linux filesystem (= method to organize
  3360.   files on a storage device) for harddisks. You want to say Y, unless
  3361.   you intend to use Linux exclusively from inside a DOS partition
  3362.   using the umsdos filesystem. The advantage of the latter is that you
  3363.   can get away without repartitioning your hard drive (which often
  3364.   implies backing everything up and restoring afterwards); the
  3365.   disadvantage is that Linux becomes susceptible to DOS viruses and
  3366.   that umsdos is somewhat slower than ext2fs. Even if you want to run
  3367.   Linux in this fashion, it might be a good idea to have ext2fs
  3368.   around: it enables you to read more floppy disks and facilitates the
  3369.   transition to a *real* Linux partition later. Another (rare) case
  3370.   which doesn't require ext2fs is a diskless Linux box which mounts
  3371.   all files over the network using NFS (in this case it's sufficient
  3372.   to enable NFS filesystem support below; if you are planning to do
  3373.   this, have a look at the netboot package in
  3374.   /pub/Linux/system/Linux-boot/, available via ftp (user: anonymous)
  3375.   from sunsite.unc.edu, extract with "tar xzvf filename"). There is a
  3376.   short ext2fs-FAQ, available via ftp (user: anonymous) in
  3377.   sunsite.unc.edu:/pub/Linux/docs/faqs. This option will enlarge your
  3378.   kernel by about 41 kB. Default is Y.
  3379.  
  3380. xiafs filesystem support
  3381. CONFIG_XIA_FS
  3382.   This is an old filesystem (= method to organize files on a harddisk
  3383.   partition or a floppy disk) and not in use anymore. This option
  3384.   would enlarge your kernel by about 28 kB. Let's all kill this beast:
  3385.   say N.  If you want to compile this as a module ( = code which can
  3386.   be inserted in and removed from the running kernel whenever you
  3387.   want), say M here and read Documentation/modules.txt. Note that the
  3388.   filesystem of your root partition cannot be compiled as a module.
  3389.  
  3390. fat fs support
  3391. CONFIG_FAT_FS
  3392.   If you want to use one of the FAT-based filesystems (the MS-DOS,
  3393.   VFAT (Windows'95) and UMSDOS filesystems), then you must include
  3394.   FAT support. This is not a filesystem in itself, but it provides
  3395.   the foundation for the other filesystems. This option will enlarge
  3396.   your kernel about 24 kB. If unsure, say Y. If you want to compile
  3397.   this as a module however ( = code which can be inserted in and
  3398.   removed from the running kernel whenever you want), say M here and
  3399.   read Documentation/modules.txt. Note that if you compile the FAT
  3400.   support as a module, you cannot compile any of the FAT-based file-
  3401.   systems into the kernel - they will have to be modules as well.
  3402.   The filesystem of your root partition cannot be a module.
  3403.  
  3404. msdos fs support
  3405. CONFIG_MSDOS_FS
  3406.   This allows you to mount MSDOS partitions of your harddrive (unless
  3407.   they are compressed; to access compressed MSDOS partitions under
  3408.   Linux, you can either use the DOS emulator DOSEMU, described in the
  3409.   DOSEMU-HOWTO, available via ftp (user: anonymous) at
  3410.   sunsite.unc.edu:/pub/Linux/docs/HOWTO, or try dmsdosfs in
  3411.   sunsite.unc.edu:/pub/Linux/system/Filesystems/dosfs. If you intend
  3412.   to use dosemu with a non-compressed MSDOS partition, say Y here) and
  3413.   MSDOS floppies. This means that file access becomes transparent,
  3414.   i.e. the MSDOS files look and behave just like all other Unix files.
  3415.   Another way to read and write MSDOS floppies from within Linux (but
  3416.   not transparently) is with the mtools ("man mtools") program suite,
  3417.   which doesn't require the msdos filesystem support.  If you want to
  3418.   use umsdos, the Unix-like filesystem on top of DOS, which allows you
  3419.   to run Linux from within a DOS partition without repartitioning,
  3420.   you'll have to say Y or M here. If your have Windows'95 or Windows
  3421.   NT installed on your MSDOS partitions, you should use the VFAT
  3422.   filesystem instead, or you will not be able to see the long
  3423.   filenames generated by Windows'95 / Windows NT. This option will
  3424.   enlarge your kernel by about 7 kB. If unsure, say Y. This will only
  3425.   work if you said Y to "fat fs support" as well. If you want to
  3426.   compile this as a module however ( = code which can be inserted in
  3427.   and removed from the running kernel whenever you want), say M here
  3428.   and read Documentation/modules.txt. Note that the filesystem of your
  3429.   root partition cannot be a module.
  3430.  
  3431. vfat fs support
  3432. CONFIG_VFAT_FS
  3433.   This allows you to mount MSDOS partitions of your harddrive. It
  3434.   will let you use filenames in a way compatible with the long
  3435.   filenames used by Windows'95 and Windows NT fat-based (not NTFS)
  3436.   partitions. It does not support Windows'95 compressed filesystems.
  3437.   You cannot use the VFAT filesystem for your root partition; use
  3438.   UMSDOS instead. This option enlarges your kernel by about 10 kB and
  3439.   it only works if you enabled the "fat fs support" above. Please read
  3440.   the file Documentation/filesystems/vfat.txt for details.
  3441.   If unsure, say N. If you want to compile this as a module ( = code
  3442.   which can be inserted in and removed from the running kernel
  3443.   whenever you want), say M here and read Documentation/modules.txt.
  3444.  
  3445. umsdos: Unix like fs on top of std MSDOS fs
  3446. CONFIG_UMSDOS_FS
  3447.   Say Y here if you want to run Linux from within an existing DOS
  3448.   partition of your harddrive. The advantage of this is that you can
  3449.   get away without repartitioning your hard drive (which often implies
  3450.   backing everything up and restoring afterwards) and hence you're
  3451.   able to quickly try out Linux or show it to your friends; the
  3452.   disadvantage is that Linux becomes susceptible to DOS viruses and
  3453.   that UMSDOS is somewhat slower than ext2fs.  Another use of umsdos
  3454.   is to write files with long unix filenames to MSDOS floppies; it
  3455.   also allows unix style softlinks and owner/permissions of files on
  3456.   MSDOS floppies. You will need a program called umssync in order to
  3457.   make use of umsdos. Read Documentation/filesystems/umsdos.txt. This
  3458.   option enlarges your kernel by about 25 kB and it only works if you
  3459.   enabled both "fat fs support" and "msdos fs support" above. If
  3460.   unsure, say N.  If you want to compile this as a module ( = code
  3461.   which can be inserted in and removed from the running kernel
  3462.   whenever you want), say M here and read
  3463.   Documentation/modules.txt. Note that the filesystem of your root
  3464.   partition cannot be a module.
  3465.  
  3466. nls: Native language codepages and Unicode support
  3467. CONFIG_NLS
  3468.   This is required by the FAT based filesystems and by the ISO9660
  3469.   filesystem with Joliet support.  Joliet is a Microsoft extension
  3470.   for CDROMs that supports Unicode.
  3471.   This allows translation between different character sets.  When
  3472.   dealing with the FAT based filesystems, there are two character
  3473.   sets that are important. The first is the codepage.  Codepages are
  3474.   character sets that are used by DOS to allow filenames to have
  3475.   native language characters when character sets were limited to
  3476.   256 characters. The codepage is the character set that is used to
  3477.   store native language characters on disk.
  3478.   The two most common codepages are 437 in the United States and 850
  3479.   in much of Europe. The second important character set is the
  3480.   input/output character set. This is the character set that is
  3481.   displayed on the screen. In the United States, this will almost
  3482.   always be the ISO 8859-1 character set. This is the default. Linux
  3483.   will only do a translation of the FAT filenames, not the contents
  3484.   of the files.
  3485.  
  3486. nls iso8859-1
  3487. CONFIG_NLS_ISO8859_1
  3488.   ISO8859-1 is the Latin 1 character set, and it covers most West
  3489.   European languages such as Albanian, Catalan, Danish, Dutch,
  3490.   English, Faeroese, Finnish, French, German, Galician, Irish,
  3491.   Icelandic, Italian, Norwegian, Portuguese, Spanish, Swedish, and
  3492.   Valencian.
  3493.  
  3494. nls iso8859-2
  3495. CONFIG_NLS_ISO8859_2
  3496.   ISO8859-2 is the Latin 2 character set, and it works for most
  3497.   Latin-written Slavic and Central European languages: Czech, German,
  3498.   Hungarian, Polish, Rumanian, Croatian, Slovak, Slovene.
  3499.  
  3500. nls iso8859-3
  3501. CONFIG_NLS_ISO8859_3
  3502.   ISO8859-3 is the Latin 3 character set, and it s popular with
  3503.   authors of Esperanto, Galician, Maltese, and Turkish.
  3504.  
  3505. nls iso8859-4
  3506. CONFIG_NLS_ISO8859_4
  3507.   ISO8859-4 is the Latin 4 character set, and it introduces letters
  3508.   for Estonian, Latvian, and Lithuanian. It is an incomplete
  3509.   predecessor of Latin 6.
  3510.  
  3511. nls iso8859-5
  3512. CONFIG_NLS_ISO8859_5
  3513.   ISO8859-5 is a Cyrillic character set, and you can type Bulgarian,
  3514.   Byelorussian, Macedonian, Russian, Serbian, and Ukrainian.
  3515.   Note that the charset KOI8-R is preferred in Russia.
  3516.  
  3517. nls iso8859-6
  3518. CONFIG_NLS_ISO8859_6
  3519.   ISO8859-6 is the Arabic character set.
  3520.  
  3521. nls iso8859-7
  3522. CONFIG_NLS_ISO8859_7
  3523.   ISO8859-7 is the Modern Greek character set.
  3524.  
  3525. nls iso8859-8
  3526. CONFIG_NLS_ISO8859_8
  3527.   ISO8859-8 is the Hebrew character set.
  3528.  
  3529. nls iso8859-9
  3530. CONFIG_NLS_ISO8859_9
  3531.   ISO8859-9 is the Latin 5 character set, and it replaces the rarely
  3532.   needed Icelandic letters in Latin 1 with the Turkish ones.
  3533.   Useful in Turkey.
  3534.  
  3535. nls iso8859-10
  3536. CONFIG_NLS_ISO8859_10
  3537.   ISO8859-10 is the Latin 6 character set, and it adds the last
  3538.   Inuit (Greenlandic) and Sami (Lappish) letters that were missing
  3539.   in Latin 4 to cover the entire Nordic area.
  3540.  
  3541. nls koi8-r
  3542. CONFIG_NLS_KOI8_R
  3543.   This is the preferred Russian character set.
  3544.  
  3545. nls codepage 437
  3546. CONFIG_NLS_CODEPAGE_437
  3547.   This is the DOS codepage that is used in the United States and parts
  3548.   of Canada.
  3549.  
  3550. nls codepage 737
  3551. CONFIG_NLS_CODEPAGE_737
  3552.   This is the codepage used by DOS for Greek.
  3553.  
  3554. nls codepage 775
  3555. CONFIG_NLS_CODEPAGE_775
  3556.   This is the codepage used by DOS for the Baltic Rim Languages.
  3557.  
  3558. nls codepage 850
  3559. CONFIG_NLS_CODEPAGE_850
  3560.   This is the DOS codepage that is used in much of Europe--United
  3561.   Kingdom, Germany, Spain, Italy, and [add more countries here].
  3562.   It has some characters useful to many European languages that are
  3563.   not part of codepage 437.
  3564.  
  3565. nls codepage 852
  3566. CONFIG_NLS_CODEPAGE_852
  3567.   This is the Latin 2 codepage used by DOS for much of Central and
  3568.   Eastern Europe.  It has all the required characters for these
  3569.   languages: Albanian, Croatian, Czech, English, Finnish, Hungarian,
  3570.   Irish, German, Polish, Romanian, Serbian (Latin transcription),
  3571.   Slovak, Slovenian, and Sorbian.
  3572.  
  3573. nls codepage 855
  3574. CONFIG_NLS_CODEPAGE_855
  3575.   This is the DOS codepage that is used for Cyrillic.
  3576.  
  3577. nls codepage 857
  3578. CONFIG_NLS_CODEPAGE_857
  3579.   This is the DOS codepage that is used for Turkish.
  3580.  
  3581. nls codepage 860
  3582. CONFIG_NLS_CODEPAGE_860
  3583.   This is the DOS codepage that is used for Portuguese.
  3584.  
  3585. nls codepage 861
  3586. CONFIG_NLS_CODEPAGE_861
  3587.   This is the DOS codepage that is used for Icelandic.
  3588.  
  3589. nls codepage 862
  3590. CONFIG_NLS_CODEPAGE_862
  3591.   This is the DOS codepage that is used for Hebrew.
  3592.  
  3593. nls codepage 863
  3594. CONFIG_NLS_CODEPAGE_863
  3595.   This is the DOS codepage that is used for Canadian French.
  3596.  
  3597. nls codepage 864
  3598. CONFIG_NLS_CODEPAGE_864
  3599.   This is the DOS codepage that is used for Arabic.
  3600.  
  3601. nls codepage 865
  3602. CONFIG_NLS_CODEPAGE_865
  3603.   This is the DOS codepage that is used in the Nordic European
  3604.   countries.
  3605.  
  3606. nls codepage 866
  3607. CONFIG_NLS_CODEPAGE_866
  3608.   This is the DOS codepage that is used for Cyrillic/Russian.
  3609.  
  3610. nls codepage 869
  3611. CONFIG_NLS_CODEPAGE_869
  3612.   This is the DOS codepage that is used for Greek.
  3613.  
  3614. nls codepage 874
  3615. CONFIG_NLS_CODEPAGE_874
  3616.   This is the DOS codepage that is used for Thai.
  3617.  
  3618. /proc filesystem support
  3619. CONFIG_PROC_FS
  3620.   This is a virtual filesystem providing information about the status
  3621.   of the system. "Virtual" means that it doesn't take up any space on
  3622.   your harddisk: the files are created on the fly when you access
  3623.   them. Also, you cannot read the files with less: you need to use
  3624.   more or cat. The filesystem is explained in the Kernel Hacker's
  3625.   Guide, available via ftp (user: anonymous) in
  3626.   sunsite.unc.edu:/pub/Linux/docs/LDP and also on the proc(8) manpage
  3627.   ("man 8 proc").  This option will enlarge your kernel by about 18
  3628.   kB. It's totally cool; for example, "cat /proc/interrupts" gives
  3629.   information about what the different IRQs are used for at the moment
  3630.   (there is a small number of Interrupt ReQuest lines in your computer
  3631.   that are used by the periphery to gain the CPU's attention - often a
  3632.   source of trouble if two devices are mistakenly configured to use
  3633.   the same IRQ). Several programs depend on this, so everyone should
  3634.   say Y here.
  3635.  
  3636. NFS filesystem support
  3637. CONFIG_NFS_FS
  3638.   If you are connected to some other (usually local) Unix computer
  3639.   (using SLIP, PLIP, PPP or ethernet) and want to mount files
  3640.   residing on that computer (the NFS server) using the Network
  3641.   File Sharing protocol, say Y. "Mounting files" means that the client
  3642.   can access the files with usual UNIX commands as if they were
  3643.   sitting on the client's harddisk. For this to work, the server must
  3644.   run the programs nfsd and mountd (but does not need to have NFS
  3645.   filesystem support enabled). NFS is explained in the Network
  3646.   Administrator's Guide, available via ftp (user: anonymous) in
  3647.   sunsite.unc.edu:/pub/Linux/docs/LDP, and on its man page: "man
  3648.   nfs". There is also a NFS-FAQ in
  3649.   sunsite.unc.edu:/pub/Linux/docs/faqs which presumes that you know
  3650.   the basics of NFS already. If you say Y here, you should have said Y
  3651.   to TCP/IP networking also. This option would enlarge your kernel by
  3652.   about 27 kB. This filesystem is also available as a module ( = code
  3653.   which can be inserted in and removed from the running kernel
  3654.   whenever you want). If you want to compile it as a module, say M
  3655.   here and read Documentation/modules.txt. If you configure a diskless
  3656.   machine which will mount its root filesystem over nfs, you cannot
  3657.   compile this driver as a module. If you don't know what all this is
  3658.   about, say N.
  3659.  
  3660. Root file system on NFS
  3661. CONFIG_ROOT_NFS
  3662.   If you want your Linux box to mount its whole root filesystem from
  3663.   some other computer over the net via NFS (presumably because your
  3664.   box doesn't have a harddisk), say Y. Read Documentation/nfsroot.txt
  3665.   for details. Most people say N here.
  3666.  
  3667. BOOTP support
  3668. CONFIG_RNFS_BOOTP
  3669.   If you want your Linux box to mount its whole root filesystem from
  3670.   some other computer over the net via NFS and you want the IP address
  3671.   of your computer to be discovered automatically at boot time using
  3672.   the BOOTP protocol (a special protocol designed for doing this job),
  3673.   say Y here. In case the boot ROM of your network card was designed
  3674.   for booting Linux and does BOOTP itself, providing all necessary
  3675.   information on the kernel command line, you can say N here.  If
  3676.   unsure, say Y. Note that in case you want to use BOOTP, a BOOTP
  3677.   server must be operating on your network. Read
  3678.   Documentation/nfsroot.txt for details.
  3679.  
  3680. RARP support
  3681. CONFIG_RNFS_RARP
  3682.   If you want your Linux box to mount its whole root filesystem from
  3683.   some other computer over the net via NFS and you want the IP address
  3684.   of your computer to be discovered automatically at boot time using
  3685.   the RARP protocol (an older protocol which is being obsoleted by
  3686.   BOOTP), say Y here. Note that in case you want to use RARP, a RARP
  3687.   server must be operating on your network. Read
  3688.   Documentation/nfsroot.txt for details.
  3689.  
  3690. ISO9660 cdrom filesystem support
  3691. CONFIG_ISO9660_FS
  3692.   This is the standard filesystem used on CDROMs. It was previously
  3693.   known as "High Sierra Filesystem" and is called "hsfs" on other Unix
  3694.   systems. The so-called Rock-Ridge extensions which allow for long
  3695.   Unix filenames are also supported by this driver. If you have a
  3696.   CDROM drive and want to do more with it than just listen to audio
  3697.   CDs and watch its LEDs, say Y (and read the CDROM-HOWTO, available
  3698.   via ftp (user: anonymous) from
  3699.   sunsite.unc.edu:/pub/Linux/docs/HOWTO), thereby enlarging your
  3700.   kernel by about 27 kB; otherwise say N.  If you want to compile this
  3701.   as a module ( = code which can be inserted in and removed from the
  3702.   running kernel whenever you want), say M here and read
  3703.   Documentation/modules.txt.
  3704.  
  3705. OS/2 HPFS filesystem support (read only)
  3706. CONFIG_HPFS_FS
  3707.   OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
  3708.   is the filesystem used for organizing files on OS/2 harddisk
  3709.   partitions. Say Y if you want to be able to read files from an OS/2
  3710.   HPFS partition of your harddrive. OS/2 floppies however are in
  3711.   regular MSDOS format, so you don't need this option in order to be
  3712.   able to read them. Read Documentation/filesystems/hpfs.txt. This
  3713.   filesystem is also available as a module ( = code which can be
  3714.   inserted in and removed from the running kernel whenever you
  3715.   want). If you want to compile it as a module, say M here and read
  3716.   Documentation/modules.txt. If unsure, say N.
  3717.  
  3718. System V and Coherent filesystem support
  3719. CONFIG_SYSV_FS
  3720.   SCO, Xenix and Coherent are commercial Unix systems for intel
  3721.   machines. Enabling this option would allow you to read and write to
  3722.   and from their floppies and harddisk partitions. If you have a
  3723.   floppy or harddisk partition like that, it is probable that they
  3724.   contain binaries from those other Unix systems; in order to run
  3725.   these binaries, you will want to install iBCS2 (iBCS2 [Intel Binary
  3726.   Compatibility Standard] is a kernel module which lets you run SCO,
  3727.   Xenix, Wyse, Unix Ware, Dell Unix and System V programs under Linux
  3728.   and is often needed to run commercial software, most prominently
  3729.   WordPerfect. It's in tsx-11.mit.edu:/pub/linux/BETA). If you only
  3730.   intend to mount files from some other Unix over the network using
  3731.   NFS, you don't need the System V filesystem support (but you need
  3732.   nfs filesystem support obviously). Note that this option is
  3733.   generally not needed for floppies, since a good portable way to
  3734.   transport files and directories between unixes (and even other
  3735.   operating systems) is given by the tar program ("man tar").  Note
  3736.   also that this option has nothing whatsoever to do with the option
  3737.   "System V IPC". Read about the System V filesystem in
  3738.   Documentation/filesystems/sysv-fs.txt. This option will enlarge your
  3739.   kernel by about 34 kB. If you want to compile this as a module ( =
  3740.   code which can be inserted in and removed from the running kernel
  3741.   whenever you want), say M here and read
  3742.   Documentation/modules.txt. If you haven't heard about all of this
  3743.   before, it's safe to say N.
  3744.  
  3745. Kernel automounter support (experimental)
  3746. CONFIG_AUTOFS_FS
  3747.   The automounter is a tool to automatically mount remote filesystems
  3748.   on demand.  This implementation is partially kernel-based to reduce
  3749.   overhead in the already-mounted case; this is unlike the BSD
  3750.   automounter (amd), which is only in user space.  To use the
  3751.   automounter you also need the user-space tools from
  3752.   ftp.kernel.org:/pub/linux/daemons/autofs.  If you are not a part of
  3753.   a fairly large, distributed network, you probably do not need an
  3754.   automounter, and can say N here.
  3755.  
  3756. BSD UFS filesystem support (read only)
  3757. CONFIG_UFS_FS
  3758.   BSD and derivate versions of Unix (such as SunOS, FreeBSD, NetBSD
  3759.   and NeXTstep) use a filesystem called UFS. Some System V Unixes can
  3760.   create and mount partitions and diskettes using this filesystem
  3761.   as well. Enabling this option allows you to mount these partitions
  3762.   and diskettes read-only. If you only intend to mount files from
  3763.   some other Unix over the network using NFS, you don't need the
  3764.   UFS filesystem support (but you need nfs filesystem support
  3765.   obviously). Note that this option is generally not needed for
  3766.   floppies, since a good portable way to transport files and
  3767.   directories between unixes (and even other operating systems)
  3768.   is given by the tar program ("man tar"). When accessing NeXTstep
  3769.   files, you may need to convert them from the NeXT character set
  3770.   to the Latin1 character set; use GNU recode for this purpose.
  3771.   Say Y to build UFS support into your kernel. If you want to compile
  3772.   this as a module ( = code which can be inserted in and removed from
  3773.   the running kernel whenever you want), say M here and read
  3774.   Documentation/modules.txt. If you haven't heard about all of this
  3775.   before, it's safe to say N.
  3776.  
  3777. BSD disklabel (FreeBSD partition tables) support
  3778. CONFIG_BSD_DISKLABEL
  3779.   FreeBSD uses its own partition scheme on your PC. It requires only
  3780.   one entry in the primary partition table of your disk and manages it
  3781.   similarly to DOS extended partitions, putting in its first sector a
  3782.   new partition table in disklabel format. Enabling this option allows
  3783.   you to read these disklabels and further mount FreeBSD partitions on
  3784.   your Linux box if you also have configured BSD ufs filesystem
  3785.   support. If you don't know what all this is about, say N.
  3786.  
  3787. SMD disklabel (Sun partition tables) support
  3788. CONFIG_SMD_DISKLABEL
  3789.   Like most systems, SunOS uses its own partition table format,
  3790.   incompatible with all others.  Enabling this option allows you to
  3791.   read these partition tables and further mount SunOS disks on your
  3792.   Linux box if you also have configured BSD ufs filesystem support.
  3793.   This is mainly used to carry data from a Sparc under SunOS to your
  3794.   Linux box via a removable medium like magneto-optical or ZIP drives.
  3795.   If you don't know what all this is about, say N.
  3796.  
  3797. SMB filesystem support (to mount WfW shares etc..)
  3798. CONFIG_SMB_FS
  3799.   SMB (Server Message Buffer) is the protocol Windows for Workgroups
  3800.   (WfW), Windows NT and Lan Manager use to talk to each other over an
  3801.   ethernet. Enabling this allows you to mount their filesystems and
  3802.   access them just like any other unix directory. For details, read
  3803.   Documentation/filesystems/smbfs.txt.  Note: if you just want your
  3804.   box to act as an SMB *server* and make files and printing services
  3805.   available to Windows clients (which need to have a TCP/IP stack),
  3806.   you don't need to enable this filesystem support; you can use the
  3807.   program samba (available via ftp (user: anonymous) in
  3808.   sunsite.unc.edu:/pub/Linux/system/Network/samba) for that. General
  3809.   information about how to connect Linux, Windows machines and Macs is
  3810.   on the WWW at http://eats.com/linux_mac_win.html (to browse the WWW,
  3811.   you need to have access to a machine on the Internet that has one of
  3812.   the programs lynx, netscape or Mosaic).  If you want to compile the
  3813.   SMB support as a module ( = code which can be inserted in and
  3814.   removed from the running kernel whenever you want), say M here and
  3815.   read Documentation/modules.txt. Most people say N, however.
  3816.  
  3817. SMB Win95 bug work-around
  3818. CONFIG_SMB_WIN95
  3819.   If you want to connect to a share exported by Windows 95, you should
  3820.   say Y here. The Windows 95 server contains a bug that makes listing
  3821.   directories unreliable. This option slows down the listing of
  3822.   directories. This makes the Windows 95 server a bit more stable.
  3823.  
  3824. NCP filesystem support (to mount NetWare volumes)
  3825. CONFIG_NCP_FS
  3826.   NCP (NetWare Core Protocol) is a protocol that runs over IPX and is
  3827.   used by Novel NetWare clients to talk to file servers. It is to IPX
  3828.   what nfs is to tcp/ip, if that helps. Enabling this option allows
  3829.   you to mount NetWare file server volumes and to access them just
  3830.   like any other Unix directory. For details, please read the file
  3831.   Documentation/filesystems/ncpfs.txt in the kernel source and the
  3832.   IPX-HOWTO on sunsite.unc.edu:/pub/Linux/docs/howto.  If you want to
  3833.   compile this as a module ( = code which can be inserted in and
  3834.   removed from the running kernel whenever you want), say M here and
  3835.   read Documentation/modules.txt.
  3836.  
  3837. Amiga FFS filesystem support (EXPERIMENTAL)
  3838. CONFIG_AFFS_FS
  3839.   The Fast File System (FFS) is the common filesystem used on
  3840.   harddisks by Amiga (tm) Systems since AmigaOS Version 1.3 (34.20).
  3841.   It's also possible to mount diskfiles used by
  3842.   the Un*X Amiga Emulator by Bernd Schmidt
  3843.   (http://www-users.informatik.rwth-aachen.de/~crux/uae.html).
  3844.   If you want to do the latter, you will also need the loop device
  3845.   support.   Say Y if you want to be able to read and write files from
  3846.   and to an Amiga FFS partition of your harddrive.  Amiga floppies
  3847.   however cannot be read with this driver due to an incompatibility of
  3848.   the floppy controller used in an Amiga and the standard floppy
  3849.   controller in PCs and workstations.  Read
  3850.   Documentation/filesystems/affs.txt.  This filesystem is also
  3851.   available as a module ( = code which can be inserted in and removed
  3852.   from the running kernel whenever you want). If you want to compile
  3853.   it as a module, say M here and read Documentation/modules.txt.
  3854.   If unsure, say N.
  3855.  
  3856. Standard/generic serial support
  3857. CONFIG_SERIAL
  3858.   This selects whether you want to include the driver for the standard
  3859.   serial ports.  People who might say N here are those that are
  3860.   setting up dedicated ethernet WWW/ftp servers, or users that have
  3861.   one of the various bus mice instead of a serial mouse.  (Note that
  3862.   the Cyclades and Stallion multi serial port drivers do not need this
  3863.   driver built in for them to work. They are completely independent of
  3864.   each other.)  If you want to compile this driver as a module, say M
  3865.   here and read Documentation/modules.txt.  [WARNING: Do not compile
  3866.   this driver as a module if you are using non-standard serial ports,
  3867.   since the configuration information will be lost when kerneld
  3868.   automatically unloads the driver.  This limitation may be lifted in
  3869.   the future.]  Most people will say Y or M here, so that they can use
  3870.   serial mice, modems and similar devices connecting to the standard
  3871.   serial ports.
  3872.  
  3873. Digiboard PC/Xx Support
  3874. CONFIG_DIGI
  3875.   This is a driver for the Digiboard PC/Xe, PC/Xi, and PC/Xeve cards
  3876.   that give you many serial ports. You would need something like this
  3877.   to connect more than two modems to your linux box, for instance in
  3878.   order to become a BBS. If you have a card like that, say Y here and
  3879.   read the file Documentation/digiboard.txt.
  3880.  
  3881. SDL RISCom/8 card support
  3882. CONFIG_RISCOM8
  3883.   This is a driver for the SDL Communications RISCom/8 multiport card,
  3884.   that give you many serial ports. You would need something like this
  3885.   to connect more than two modems to your linux box, for instance in
  3886.   order to become a BBS. If you have a card like that, say Y here and
  3887.   read the file Documentation/riscom8.txt. Also it's possible to say
  3888.   M here and compile this driver as kernel loadable module.
  3889.  
  3890. Cyclades async mux support
  3891. CONFIG_CYCLADES
  3892.   This is a driver for a card that gives you many serial ports. You
  3893.   would need something like this to connect more than two modems to
  3894.   your linux box, for instance in order to become a BBS. If you want
  3895.   to compile this as a module ( = code which can be inserted in and
  3896.   removed from the running kernel whenever you want), say M here and
  3897.   read Documentation/modules.txt. If you haven't heard about it, it's
  3898.   safe to say N. (As of 1.3.9x kernels, this driver's minor numbers
  3899.   start at 0 instead of 32.)
  3900.  
  3901. Stallion multiport serial support
  3902. CONFIG_STALDRV
  3903.   Stallion cards give you many serial ports. You would need something
  3904.   like this to connect more than two modems to your linux box, for
  3905.   instance in order to become a BBS. If you say Y here, you will be
  3906.   asked for your specific card model in the next questions. Make sure
  3907.   to read drivers/char/README.stallion in this case. If you have never
  3908.   heard about all this, it's safe to say N.
  3909.  
  3910. Stallion EasyIO or EC8/32 support
  3911. CONFIG_STALLION n
  3912.   If you have an EasyIO or EasyConnection 8/32 multiport Stallion
  3913.   card, then this is for you; say Y. Make sure to read
  3914.   drivers/char/README.stallion. If you want to compile this as a
  3915.   module ( = code which can be inserted in and removed from the
  3916.   running kernel whenever you want), say M here and read
  3917.   Documentation/modules.txt.
  3918.  
  3919. Stallion EC8/64, ONboard, Brumby support
  3920. CONFIG_ISTALLION
  3921.   If you have an EasyConnection 8/64, ONboard, Brumby or Stallion
  3922.   serial multiport card, say Y here. Make sure to read
  3923.   drivers/char/README.stallion. To compile it as a module ( = code
  3924.   which can be inserted in and removed from the running kernel
  3925.   whenever you want), say M here and read Documentation/modules.txt.
  3926.  
  3927. Parallel printer support
  3928. CONFIG_PRINTER
  3929.   If you intend to attach a printer to the parallel port of your Linux
  3930.   box (as opposed to using a serial printer; if the connector at the
  3931.   printer has 9 or 25 holes ["female"], then it's serial), say Y. Also
  3932.   read the Printing-HOWTO, available via ftp (user: anonymous) in
  3933.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  3934.   as a module ( = code which can be inserted in and removed from the
  3935.   running kernel whenever you want), say M here and read
  3936.   Documentation/modules.txt. If you want to use both a parallel
  3937.   printer and PLIP, there are two cases: 1) If the printer and the
  3938.   PLIP cable are to use the same parallel port (presumably because you
  3939.   have just one), it is best to compile both drivers as modules and
  3940.   load and unload them as needed. 2) To use different parallel ports
  3941.   for the printer and the PLIP cable, you can say Y to this printer
  3942.   driver, specify the base address of the parallel port(s) to use for
  3943.   the printer(s) with the "lp" kernel command line option. (See the
  3944.   documentation of your boot loader (lilo or loadlin) about how to
  3945.   pass options to the kernel at boot time. The lilo procedure is also
  3946.   explained in the SCSI-HOWTO, available via ftp (user: anonymous) in
  3947.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.) The standard base addresses
  3948.   as well as the syntax of the "lp" command line option can be found
  3949.   in drivers/char/lp.c. You can then say Y to the PLIP driver or,
  3950.   preferably, M in which case Documentation/networking/net-modules.txt
  3951.   tells you how to specify the port and IRQ to be used by PLIP at
  3952.   module load time.
  3953.  
  3954.  
  3955. Mouse Support (not serial mice)
  3956. CONFIG_MOUSE
  3957.   This is for machines with a bus mouse or a PS/2 mouse as opposed to
  3958.   a serial mouse. Most people have a regular serial MouseSystem or
  3959.   Microsoft mouse (made by Logitech) that plugs into a COM port
  3960.   (rectangular with 9 or 25 pins). These people say N here. If you
  3961.   have something else, read the Busmouse-HOWTO, available via ftp
  3962.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO and say Y
  3963.   here. If you have a laptop, you either have to check the
  3964.   documentation or experiment a bit to find out whether the trackball
  3965.   is a serial mouse or not; it's best to say Y here for you. Note that
  3966.   the answer to this question won't directly affect the kernel: saying
  3967.   N will just cause this configure script to skip all the questions
  3968.   about non-serial mice.  If unsure, say Y.
  3969.  
  3970. Logitech busmouse support
  3971. CONFIG_BUSMOUSE
  3972.   Logitech mouse connected to a proprietary interface card. It's
  3973.   generally a round connector with 9 pins. Note that the newer mice
  3974.   made by Logitech don't use the Logitech protocol anymore; for those,
  3975.   you don't need this option. You want to read the Busmouse-HOWTO,
  3976.   available via ftp (user: anonymous) in
  3977.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  3978.   as a module ( = code which can be inserted in and removed from the
  3979.   running kernel whenever you want), say M here and read
  3980.   Documentation/modules.txt. If you are unsure, say N and read the
  3981.   HOWTO nevertheless: it will tell you what you have.
  3982.  
  3983. PS/2 mouse (aka "auxiliary device") support
  3984. CONFIG_PSMOUSE
  3985.   The PS/2 mouse connects to a special mouse port that looks much like
  3986.   the keyboard port (small circular connector with 6 pins). This way,
  3987.   the mouse does not use any serial ports. This port can also be used
  3988.   for other input devices like light pens, tablets, keypads. Compaq,
  3989.   AST and IBM all use this as their mouse port on currently shipping
  3990.   machines. The trackballs of some laptops are PS/2 mice also. In
  3991.   particular, the C&T 82C710 mouse on TI Travelmates is a PS/2
  3992.   mouse. Although PS/2 mice are not technically bus mice, they are
  3993.   explained in detail in the Busmouse-HOWTO, available via ftp (user:
  3994.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to
  3995.   compile this as a module ( = code which can be inserted in and
  3996.   removed from the running kernel whenever you want), say M here and
  3997.   read Documentation/modules.txt. If you are unsure, say N and read
  3998.   the HOWTO nevertheless: it will tell you what you have.
  3999.  
  4000. C&T 82C710 mouse port support (as on TI Travelmate)
  4001. CONFIG_82C710_MOUSE
  4002.   This is a certain kind of PS/2 mouse used on the TI Travelmate. If
  4003.   you are unsure, try first to say N here and come back if the mouse
  4004.   doesn't work. Read the Busmouse-HOWTO, available via ftp (user:
  4005.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  4006.  
  4007. Microsoft busmouse support
  4008. CONFIG_MS_BUSMOUSE
  4009.   These animals (also called Inport mice) are connected to an
  4010.   expansion board using a round connector with 9 pins. If this is what
  4011.   you have, say Y and read the Busmouse-HOWTO, available via ftp
  4012.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you
  4013.   want to compile this as a module ( = code which can be inserted in
  4014.   and removed from the running kernel whenever you want), say M here
  4015.   and read Documentation/modules.txt. If you are unsure, say N and
  4016.   read the HOWTO nevertheless: it will tell you what you have. Also be
  4017.   aware that several vendors talk about 'Microsoft busmouse' and
  4018.   actually mean PS/2 busmouse - so count the pins on the connector.
  4019.  
  4020. ATIXL busmouse support
  4021. CONFIG_ATIXL_BUSMOUSE
  4022.   This is a rare type of busmouse that is connected to the back of an
  4023.   ATI video card. Note that most ATI mice are actually Microsoft
  4024.   busmice. Read the Busmouse-HOWTO, available via ftp (user:
  4025.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to
  4026.   compile this as a module ( = code which can be inserted in and
  4027.   removed from the running kernel whenever you want), say M here and
  4028.   read Documentation/modules.txt. If you are unsure, say N and read
  4029.   the HOWTO nevertheless: it will tell you what you have.
  4030.  
  4031. Support for user miscellaneous modules
  4032. CONFIG_UMISC
  4033.   This option forces generic miscellaneous minor device support in the
  4034.   kernel, and allows later loading of user miscellaneous device
  4035.   modules, such as drivers for optic pens and touchscreens. Unless you
  4036.   need such specific modules, or are willing to write/test one, just
  4037.   say N.
  4038.  
  4039. QIC-02 tape support
  4040. CONFIG_QIC02_TAPE
  4041.   If you have a non-SCSI tape drive like that, say Y.
  4042.  
  4043. Do you want runtime configuration for QIC-02
  4044. CONFIG_QIC02_DYNCONF
  4045.   You can either configure this driver once and for all by editing a
  4046.   header file, in which case you should say N, or you can fetch a
  4047.   program via anonymous ftp which is able to configure this driver
  4048.   during runtime. If you want this, say Y.
  4049.  
  4050. Ftape (QIC-80/Travan) support
  4051. CONFIG_FTAPE
  4052.   If you have a tape drive that is connected to your floppy
  4053.   controller, say Y here. Some tape drives (like the Iomega Ditto
  4054.   3200) come with a high speed controller of its own.  These drives
  4055.   (and their companion controller) is also supported. If you have a
  4056.   special controller (such as the CMS FC-10, FC-20, Iomega Mach-II, or
  4057.   Ditto Dash), you must configure it by editing the file
  4058.   drivers/char/ftape/Makefile. If you want to use such a tape drive on
  4059.   a PCI-bus based system, please read the file
  4060.   drivers/char/ftape/README.PCI. This driver is also available as a
  4061.   runtime loadable module ( = code which can be inserted in and
  4062.   removed from the running kernel whenever you want). If you want to
  4063.   compile it as a module, say M here and read
  4064.   Documentation/modules.txt.
  4065.  
  4066. Zilog serial support
  4067. CONFIG_SUN_ZS
  4068.   This driver does not exist at this point, so you might as well say
  4069.   N.
  4070.  
  4071. Advanced Power Management
  4072. CONFIG_APM
  4073.   APM is a BIOS specification for saving power using several different
  4074.   techniques.  This is mostly useful for battery powered laptops with
  4075.   APM compliant BIOSes.  Specifically, the time will be reset after a
  4076.   USER RESUME operation, the /proc/apm device will provide battery
  4077.   status information, and user-space programs will receive
  4078.   notification of APM "events" (e.g., battery status change).  This
  4079.   driver does not spin down disk drives (see hdparm(8) for that); and
  4080.   it doesn't turn off VESA-compliant "green" monitors.  This driver
  4081.   does not support the TI 4000M TravelMate and the ACER 486/DX4/75
  4082.   because they don't have compliant BIOSes.  Many "green" desktop
  4083.   machines also don't have compliant BIOSes, and this driver will
  4084.   cause those machines to panic during the boot phase (typically,
  4085.   these machines are using a data segment of 0040, which is reserved
  4086.   for the Linux kernel). If you get random kernel OOPSes that don't
  4087.   seem to be related to anything and you have a motherboard with APM
  4088.   support, try disabling/enabling this option. Generally, if you don't
  4089.   have a battery in your machine, there isn't much point in using this
  4090.   driver.
  4091.  
  4092. Ignore USER SUSPEND
  4093. CONFIG_APM_IGNORE_USER_SUSPEND
  4094.   This option will ignore USER SUSPEND requests.  On machines with a
  4095.   compliant APM BIOS, you want to say N.  However, on the NEC Versa M
  4096.   series notebooks, it is necessary to say Y because of a BIOS bug.
  4097.  
  4098. Enable APM at boot time
  4099. CONFIG_APM_DO_ENABLE
  4100.   Enable APM features at boot time.  From page 36 of the APM BIOS
  4101.   specification: "When disabled, the APM BIOS does not automatically
  4102.   power manage devices, enter the Standby State, enter the Suspend
  4103.   State, or take power saving steps in response to CPU Idle calls."
  4104.   This driver will make CPU Idle calls when Linux is idle (unless this
  4105.   feature is turned off -- see below).  This should always save
  4106.   battery power, but more complicated APM features will be dependent
  4107.   on your BIOS implementation.  You may need to turn this option off
  4108.   if your computer hangs at boot time when using APM support, or if it
  4109.   beeps continuously instead of suspending.  Turn this off if you have
  4110.   a NEC UltraLite Versa 33/C or a Toshiba T400CDT.  This is off by
  4111.   default since most machines do fine without this feature.
  4112.  
  4113. Do CPU IDLE calls
  4114. CONFIG_APM_CPU_IDLE
  4115.   Enable calls to APM CPU Idle/CPU Busy inside the kernel's idle loop.
  4116.   On some machines, this can activate improved power savings, such as
  4117.   a slowed CPU clock rate, when the machine is idle.  These idle calls
  4118.   are made after the idle loop has run for some length of time (e.g.,
  4119.   333 ms).  On some machines, this will cause a hang at boot time or
  4120.   whenever the CPU becomes idle.  (On machines with more than one CPU,
  4121.   this option does nothing.)
  4122.  
  4123. Enable console blanking using APM
  4124. CONFIG_APM_DISPLAY_BLANK
  4125.   Enable console blanking using the APM.  Some laptops can use this to
  4126.   turn off the LCD backlight when the VC screen blanker blanks the
  4127.   screen.  Note that this is only used by the VC screen blanker, and
  4128.   won't turn off the backlight when using X11 (this also doesn't have
  4129.   anything to do with your VESA-compliant power-saving monitor).
  4130.   Further, this option doesn't work for all laptops---it might not
  4131.   turn off your backlight at all, or it might print a lot of errors to
  4132.   the console, especially if you are using gpm.
  4133.  
  4134. Power off on shutdown
  4135. CONFIG_APM_POWER_OFF
  4136.   This option will power off the computer after the Linux kernel is
  4137.   halted (e.g., with the halt(8) command).  As with the other APM
  4138.   options, this option may not work reliably with some APM BIOS
  4139.   implementations.
  4140.  
  4141. Ignore multiple suspend/standby events
  4142. CONFIG_APM_IGNORE_MULTIPLE_SUSPEND
  4143.   This option is necessary on the Thinkpad 560, but should work on all
  4144.   other laptops. When the APM BIOS returns multiple suspend or standby
  4145.   events while one is already being processed they will be ignored.
  4146.   Without this the Thinkpad 560 has troubles with apmd, and pcmcia-cs.
  4147.  
  4148. Watchdog Timer Support
  4149. CONFIG_WATCHDOG
  4150.   If you enable this option and create a character special file
  4151.   /dev/watchdog with major number 10 and minor number 130 using mknod
  4152.   ("man mknod"), you will get a watchdog, i.e.: subsequently opening
  4153.   the file and failing to write to it for longer than 1 minute will
  4154.   result in rebooting the machine. This could be useful for a
  4155.   networked machine that needs to come back online as fast as possible
  4156.   after a lock-up. There's a watchdog implementation entirely in
  4157.   software (which can sometimes fail to reboot the machine) and a
  4158.   driver for hardware watchdog boards, which are more robust and can
  4159.   also keep track of the temperature inside your computer. For
  4160.   details, read Documentation/watchdog.txt in the kernel source. If
  4161.   unsure, say N. This driver is also available as a module ( = code
  4162.   which can be inserted in and removed from the running kernel
  4163.   whenever you want). If you want to compile it as a module, say M
  4164.   here and read Documentation/modules.txt.
  4165.  
  4166. Disable watchdog shutdown on close
  4167. CONFIG_WATCHDOG_NOWAYOUT
  4168.   The default watchdog behaviour is to stop the timer if the process
  4169.   managing it closes the file /dev/watchdog. It's always remotely
  4170.   possible that this process might get killed. If you enable this
  4171.   option, the watchdog cannot be stopped once it has been started.
  4172.  
  4173. WDT Watchdog timer
  4174. CONFIG_WDT
  4175.   If you have a WDT500P or WDT501P watchdog board, say Y here,
  4176.   otherwise N. It is not possible to probe for this board, which means
  4177.   that you have to set the IO port and IRQ it uses in the kernel
  4178.   source at the top of drivers/char/wdt.c. If you want to compile this
  4179.   as a module ( = code which can be inserted in and removed from the
  4180.   running kernel whenever you want), say M here and read
  4181.   Documentation/modules.txt.
  4182.  
  4183. WDT501 features
  4184. CONFIG_WDT_501
  4185.   Saying Y here and creating a character special file /dev/temperature
  4186.   with major number 10 and minor number 131 ("man mknod") will give
  4187.   you a thermometer inside your computer: reading from
  4188.   /dev/temperature yields one byte, the temperature in degrees
  4189.   Fahrenheit. This works only if you have a WDT501P watchdog board
  4190.   installed.
  4191.  
  4192. Fan Tachometer
  4193. CONFIG_WDT_501_FAN
  4194.   Enable the Fan Tachometer on the WDT501. Only do this if you have
  4195.   a fan tachometer actually set up.
  4196.  
  4197. Software Watchdog
  4198. CONFIG_SOFT_WATCHDOG
  4199.   A software monitoring watchdog. This will fail to reboot your system
  4200.   from some situations that the hardware watchdog will recover
  4201.   from. Equally it's a lot cheaper to install. This driver is also
  4202.   available as a module ( = code which can be inserted in and removed
  4203.   from the running kernel whenever you want). If you want to compile
  4204.   it as a module, say M here and read Documentation/modules.txt.
  4205.  
  4206. Berkshire Products PC Watchdog card
  4207. CONFIG_PCWATCHDOG
  4208.   This is the driver for the Berkshire Products PC Watchdog card.
  4209.   This card simply watches your kernel to make sure it doesn't freeze,
  4210.   and if it does, it resets your computer after a certain amount of
  4211.   time.  This driver is like the WDT501 driver but for different
  4212.   hardware. The PC watchdog cards can be ordered from
  4213.   http://www.berkprod.com. Some example rc.local files are available
  4214.   from ftp.bitgate.com. This driver is also available as a module ( =
  4215.   code which can be inserted in and removed from the running kernel
  4216.   whenever you want). If you want to compile it as a module, say M
  4217.   here and read Documentation/modules.txt.  Most people will say N.
  4218.  
  4219. Enhanced Real Time Clock Support
  4220. CONFIG_RTC
  4221.   If you enable this option and create a character special file
  4222.   /dev/rtc with major number 10 and minor number 135 using mknod ("man
  4223.   mknod"), you will get access to the real time clock built into your
  4224.   computer. Every PC has such a clock built in. It can be used to
  4225.   generate signals from as low as 1Hz up to 8192Hz, and can also be
  4226.   used as a 24 hour alarm.  It reports status information via the file
  4227.   /proc/rtc and its behaviour is set by various ioctls on
  4228.   /dev/rtc. People running SMP (= multiprocessor) versions of Linux
  4229.   should enable this option to read and set the RTC clock in a SMP
  4230.   compatible fashion. If you think you have a use for such a device
  4231.   (such as periodic data sampling), then say Y here, and go read the
  4232.   file Documentation/rtc.txt for details.
  4233.  
  4234. Sound card support
  4235. CONFIG_SOUND
  4236.   If you have a Sound Card in your Computer, i.e. if it can say more
  4237.   than an occasional beep, say Y. Be sure to have all the information
  4238.   about your sound card and its configuration down (I/O port,
  4239.   interrupt and DMA channel), because you will be asked for it. You
  4240.   want to read the Sound-HOWTO, available via ftp (user: anonymous)
  4241.   from sunsite.unc.edu:/pub/Linux/docs/HOWTO. There is also some
  4242.   information in various README files in drivers/sound.  If you want
  4243.   to compile this as a module ( = code which can be inserted in and
  4244.   removed from the running kernel whenever you want), say M here and
  4245.   read Documentation/modules.txt.
  4246.   I'm told that even without a sound card, you can make your computer
  4247.   say more than an occasional beep, by programming the PC speaker.
  4248.   Kernel patches and programs to do that are at sunsite.unc.edu:
  4249.   /pub/Linux/kernel/patches/console/pcsndrv-X.X.tar.gz,
  4250.   to be extracted with "tar xzvf filename".
  4251.  
  4252. ProAudioSpectrum 16 support
  4253. CONFIG_PAS
  4254.   Answer Y only if you have a Pro Audio Spectrum 16, ProAudio Studio
  4255.   16 or Logitech SoundMan 16.  Don't answer 'y' if you have some other
  4256.   card made by Media Vision or Logitech since they are not PAS16
  4257.   compatible.
  4258.  
  4259. SoundBlaster (SB, SBPro, SB16, clones) support
  4260. CONFIG_SB
  4261.   Answer "y" if you have an original SoundBlaster card made by
  4262.   Creative Labs or a 100% hardware compatible clone (like the
  4263.   Thunderboard or SM Games). If your card was in the list of supported
  4264.   cards look at the card specific instructions in the
  4265.   drivers/sound/Readme.cards file before answering this question. For
  4266.   an unknown card you may answer Y if the card claims to be
  4267.   SoundBlaster compatible.
  4268.  
  4269. Generic OPL2/OPL3 FM synthesizer support
  4270. CONFIG_ADLIB
  4271.   Answer Y if your card has a FM chip made by Yamaha (OPL2/OPL3/OPL4).
  4272.   Answering Y is usually a safe and recommended choice, however some
  4273.   cards may have software (TSR) FM emulation. Enabling FM support with
  4274.   these cards may cause trouble (I don't currently know of any such
  4275.   cards, however).
  4276.  
  4277. Gravis Ultrasound support
  4278. CONFIG_GUS
  4279.   Enable this option for any type of Gravis Ultrasound card, including
  4280.   the GUS or GUS MAX.
  4281.  
  4282. MPU-401 support (NOT for SB16)
  4283. CONFIG_MPU401
  4284.   Be careful with this question. The MPU401 interface is supported by
  4285.   all soundcards. However, some natively supported cards have their
  4286.   own driver for MPU401. Enabling the MPU401 option with these cards
  4287.   will cause a conflict. Also, enabling MPU401 on a system that
  4288.   doesn't really have a MPU401 could cause some trouble. If your card
  4289.   was in the list of supported cards, look at the card specific
  4290.   instructions in the drivers/sound/Readme.cards file. It's safe to
  4291.   answer Y if you have a true MPU401 MIDI interface card.
  4292.  
  4293. 6850 UART Midi support
  4294. CONFIG_UART6850
  4295.   This option enables support for MIDI interfaces based on the 6850
  4296.   UART chip. This interface is rarely found on sound cards.  It's safe
  4297.   to answer N to this question.
  4298.  
  4299. PSS (ECHO-ADI2111) support
  4300. CONFIG_PSS
  4301.   Answer Y only if you have Orchid SW32, Cardinal DSP16 or some other
  4302.   card based on the PSS chipset (AD1848 codec + ADSP-2115 DSP chip +
  4303.   Echo ESC614 ASIC CHIP).
  4304.  
  4305. 16 bit sampling option of GUS (_NOT_ GUS MAX)
  4306. CONFIG_GUS16
  4307.   Answer Y if you have installed the 16 bit sampling daughtercard on
  4308.   your GUS.  Answer N if you have a GUS MAX, since enabling this
  4309.   option disables GUS MAX support.
  4310.  
  4311. GUS MAX support
  4312. CONFIG_GUSMAX
  4313.   Answer Y only if you have a Gravis Ultrasound MAX.
  4314.  
  4315. Microsoft Sound System support
  4316. CONFIG_MSS
  4317.   Again think carefully before answering Y to this question.  It's
  4318.   safe to answer Y if you have the original Windows Sound System card
  4319.   made by Microsoft or Aztech SG 16 Pro (or NX16 Pro).  Also you may
  4320.   answer Y in case your card is NOT among these:
  4321.      ATI Stereo F/X, AdLib, Audio Excell DSP16, Cardinal DSP16,
  4322.      Ensoniq SoundScape (and compatibles made by Reveal and Spea),
  4323.      Gravis Ultrasound, Gravis Ultrasound ACE, Gravis Ultrasound Max,
  4324.      Gravis Ultrasound with 16 bit option, Logitech Sound Man 16,
  4325.      Logitech SoundMan Games, Logitech SoundMan Wave, MAD16 Pro (OPTi
  4326.      82C929), Media Vision Jazz16, MediaTriX AudioTriX Pro, Microsoft
  4327.      Windows Sound System (MSS/WSS), Mozart (OAK OTI-601), Orchid
  4328.      SW32, Personal Sound System (PSS), Pro Audio Spectrum 16, Pro
  4329.      Audio Studio 16, Pro Sonic 16, Roland MPU-401 MIDI interface,
  4330.      Sound Blaster 1.0, Sound Blaster 16, Sound Blaster 16ASP, Sound
  4331.      Blaster 2.0, Sound Blaster AWE32, Sound Blaster Pro, TI TM4000M
  4332.      notebook, ThunderBoard, Turtle Beach Tropez, Yamaha FM
  4333.      synthesizers (OPL2, OPL3 and OPL4), 6850 UART MIDI Interface.
  4334.   For cards having native support in VoxWare, consult the card
  4335.   specific instructions in drivers/sound/Readme.cards. Some drivers
  4336.   have their own MSS support and enabling this option will cause a
  4337.   conflict.
  4338.  
  4339. Ensoniq Soundscape support
  4340. CONFIG_SSCAPE
  4341.   Answer Y if you have a soundcard based on the Ensoniq SoundScape
  4342.   chipset. Such cards are being manufactured at least by Ensoniq, Spea
  4343.   and Reveal (Reveal makes also other cards).
  4344.  
  4345. MediaTriX AudioTriX Pro support
  4346. CONFIG_TRIX
  4347.   Answer Y if you have the AudioTriX Pro sound card manufactured
  4348.   by MediaTrix.
  4349.  
  4350. Support for MAD16 and/or Mozart based cards
  4351. CONFIG_MAD16
  4352.   Answer Y if your card has a Mozart (OAK OTI-601) or MAD16
  4353.   (OPTi 82C928 or 82C929) audio interface chip. These chips are
  4354.   currently quite common so it's possible that many no-name cards
  4355.   have one of them. In addition the MAD16 chip is used in some
  4356.   cards made by known manufacturers such as Turtle Beach (Tropez),
  4357.   Reveal (some models) and Diamond (latest ones).
  4358.  
  4359. Support for Crystal CS4232 based (PnP) cards
  4360. CONFIG_CS4232
  4361.   Enable this if you have a card based on the Crystal CS4232 chip set.
  4362.  
  4363. Support for Turtle Beach Wave Front (Maui, Tropez) synthesizers
  4364. CONFIG_MAUI
  4365.   Enable this option if you have a Turtle Beach Wave Front, Maui, or
  4366.   Tropez sound card.
  4367.  
  4368. /dev/dsp and /dev/audio support
  4369. CONFIG_AUDIO
  4370.   Answering N disables /dev/dsp and /dev/audio, the A/D and D/A
  4371.   converter devices.  Answer N only if you know you will not need
  4372.   the option.  They are usually required.  Answer Y.
  4373.  
  4374. MIDI interface support
  4375. CONFIG_MIDI
  4376.   Answering N disables /dev/midixx devices and access to any MIDI
  4377.   ports using /dev/sequencer and /dev/music. This option also affects
  4378.   any MPU401 and/or General MIDI compatible devices.  Answer Y.
  4379.  
  4380. FM synthesizer (YM3812/OPL-3) support
  4381. CONFIG_YM3812
  4382.   Answer Y here, unless you know you will not need the option.
  4383.  
  4384. Sun Audio support
  4385. CONFIG_SUN_AUDIO
  4386.   This is support for the soundcards on Sun workstations. The code
  4387.   does not exist yet, so you might as well say N here.
  4388.  
  4389. Kernel profiling support
  4390. CONFIG_PROFILE
  4391.   This is for kernel hackers who want to know how much time the kernel
  4392.   spends in the various procedures. The information is stored in
  4393.   /proc/profile (enable the /proc filesystem!) and in order to read
  4394.   it, you need the readprofile package from sunsite.unc.edu. Its
  4395.   manpage gives information regarding the format of profiling data. To
  4396.   become a kernel hacker, you can start with the Kernel Hacker's
  4397.   Guide, available via ftp (user: anonymous) from
  4398.   sunsite.unc.edu:/pub/Linux/docs/LDP. Mere mortals say N.
  4399.  
  4400. Profile shift count
  4401. CONFIG_PROFILE_SHIFT
  4402.   This is used to adjust the granularity with which the addresses of
  4403.   executed instructions get recorded in /proc/profile. But since you
  4404.   enabled "Kernel profiling support", you must be a kernel hacker and
  4405.   hence you know what this is about :-)
  4406.  
  4407. ISDN subsystem
  4408. CONFIG_ISDN
  4409.   ISDN ("Integrated Services Digital Networks", called RNIS in
  4410.   France) is a special type of fully digital telephone line; it's
  4411.   mostly used to connect to your Internet service provider (with SLIP
  4412.   or PPP). The main advantage is that the speed is higher than
  4413.   ordinary modem/telephone connections. It only works if your computer
  4414.   is equipped with an ISDN card and both you and your service provider
  4415.   purchased an ISDN line from your phone company.  For details, read
  4416.   http://alumni.caltech.edu/~dank/isdn/ on the WWW. (To browse the
  4417.   WWW, you need to have access to a machine on the Internet that has
  4418.   one of the programs lynx, netscape or Mosaic.)  This driver allows
  4419.   you to use an ISDN-card for networking connections and as dialin/out
  4420.   device. The isdn-tty's have a built in AT-compatible modem
  4421.   emulator. Network devices support autodial, channel-bundling,
  4422.   callback and caller-authentication without having a daemon
  4423.   running. A reduced T.70 protocol is supported with tty's suitable
  4424.   for German BTX. On D-Channel, the protocols EDSS1 and 1TR6 are
  4425.   supported. See Documentation/isdn/README for more information.
  4426.  
  4427. Support synchronous PPP
  4428. CONFIG_ISDN_PPP
  4429.   This enables synchronous PPP via ISDN. This protocol is used by
  4430.   Cisco or Sun for example. So you want say Y here if the other end of
  4431.   your ISDN connection supports it. You will need a special version of
  4432.   pppd (called ipppd) for using this feature. See
  4433.   Documentation/isdn/README.syncppp and Documentation/isdn/syncPPP.FAQ
  4434.   for more information.
  4435.  
  4436. Support generic MP (RFC 1717)
  4437. CONFIG_ISDN_MPP
  4438.   With synchronous PPP enabled, it is possible to increase throughput
  4439.   by bundling several ISDN-connections, using this protocol. See
  4440.   Documentation/isdn/README.syncppp for more information.
  4441.  
  4442. Use VJ-compression with synchronous PPP
  4443. CONFIG_ISDN_PPP_VJ
  4444.   This enables Van Jacobson header compression for synchronous PPP.
  4445.  
  4446. Support audio via ISDN
  4447. CONFIG_ISDN_AUDIO
  4448.   With this option enabled, the modem-emulator supports a subset
  4449.   of the EIA Class 8 Voice commands. Using a getty with voice-support
  4450.   (mgetty+sendfax by gert@greenie.muc.de with an extension, available
  4451.   with the ISDN utility package for example), you will be able
  4452.   to use your Linux box as an ISDN-answering machine. Of course, this
  4453.   must be supported by the lowlevel driver also. Currently HiSax
  4454.   driver is the only voice-supporting drivers. See
  4455.   Documentation/isdn/README.audio for more information.
  4456.  
  4457. ICN 2B and 4B support
  4458. CONFIG_ISDN_DRV_ICN
  4459.   This enables support for two kinds of ISDN-cards made by a German
  4460.   company called ICN. 2B is the standard version for a single ISDN
  4461.   line with two B-channels, 4B supports two ISDN lines. For running
  4462.   this card, additional firmware is necessary, which has to be
  4463.   downloaded into the card using a utility which is distributed
  4464.   separately.  See Documentation/isdn/README and README.icn for more
  4465.   information.
  4466.  
  4467. HiSax SiemensChipSet driver support
  4468. CONFIG_ISDN_DRV_HISAX
  4469.   This driver replaces the old Teles driver. It supports the Siemens
  4470.   chipset in a more general way. This chipset is used on various
  4471.   ISDN-cards (like AVM A1, Elsa ISDN cards, Teles S0-16.0,
  4472.   Teles S0-16.3, Teles S0-8, Teles/Creatix PnP, ITK micro ix1 and
  4473.   many compatibles). It's a complete rewrite of the original Teles
  4474.   driver.
  4475.   See Documentation/isdn/README.HiSax for further informations on
  4476.   using this driver.
  4477.  
  4478. HiSax Support for Teles 16.0/8.0
  4479. CONFIG_HISAX_16_0
  4480.   This enables HiSax support for the Teles ISDN-cards S0-16.0,
  4481.   S0-8 and many compatibles.
  4482.   See Documentation/isdn/README.HiSax on how to configure it
  4483.   using the different cards, a different D-channel protocol, or
  4484.   non-standard irq/port/shmem settings.
  4485.  
  4486. HiSax Support for Teles 16.3 or PNP or PCMCIA
  4487. CONFIG_HISAX_16_3
  4488.   This enables HiSax support for the Teles ISDN-cards S0-16.3
  4489.   the Teles/Creatix PnP and the Teles PCMCIA.
  4490.   See Documentation/isdn/README.HiSax on how to configure it
  4491.   using the different cards, a different D-channel protocol, or
  4492.   non-standard irq/port/shmem settings.
  4493.  
  4494. HiSax Support for AVM A1 (Fritz)
  4495. CONFIG_HISAX_AVM_A1
  4496.   This enables HiSax support for the AVM A1 (aka "Fritz").
  4497.   See Documentation/isdn/README.HiSax on how to configure it
  4498.   using the different cards, a different D-channel protocol, or
  4499.   non-standard irq/port/shmem settings.
  4500.  
  4501. HiSax Support for Elsa ISA cards
  4502. CONFIG_HISAX_ELSA_PCC
  4503.   This enables HiSax support for the Elsa Mircolink cards and
  4504.   for the Elsa Quickstep series cards for the ISA bus.
  4505.   You don't have to select "HiSax Support for Elsa PCMCIA card"
  4506.   at the same time.
  4507.   See Documentation/isdn/README.HiSax on how to configure it
  4508.   using the different cards, a different D-channel protocol, or
  4509.   non-standard irq/port/shmem settings.
  4510.  
  4511. HiSax Support for Elsa PCMCIA card
  4512. CONFIG_HISAX_ELSA_PCMCIA
  4513.   This enables HiSax support for the Elsa PCMCIA card.
  4514.   You don't have to select "HiSax Support for Elsa ISA cards" at
  4515.   the same time.
  4516.   See Documentation/isdn/README.HiSax on how to configure it
  4517.   using the different cards, a different D-channel protocol, or
  4518.   non-standard irq/port/shmem settings.
  4519.  
  4520. HiSax Support for ITK ix1-micro Revision 2
  4521. CONFIG_HISAX_IX1MICROR2
  4522.   This enables HiSax support for the ITK ix1-micro Revision 2 card.
  4523.   See Documentation/isdn/README.HiSax on how to configure it
  4524.   using the different cards, a different D-channel protocol, or
  4525.   non-standard irq/port/shmem settings.
  4526.  
  4527. HiSax Support for EURO/DSS1
  4528. CONFIG_HISAX_EURO
  4529.   You should choose your D-channel protocol your local
  4530.   telephone service provider uses here by saying Y or N.
  4531.   NOTE: This is mutually exclusive with HiSax Support for
  4532.   german 1TR6 and US/NI-1 if you have only one ISDN card
  4533.   installed.
  4534.  
  4535. HiSax Support for US/NI-1
  4536. CONFIG_HISAX_NI1
  4537.   You should choose your D-channel protocol your local
  4538.   telephone service provider uses here by saying Y or N.
  4539.   NOTE: This is mutually exclusive with HiSax Support for
  4540.   german 1TR6 and EURO/DSS1 if you have only one ISDN card
  4541.   installed. (not working yet, under developement)
  4542.  
  4543. HiSax Support for german 1TR6
  4544. CONFIG_HISAX_1TR6
  4545.   You should choose your D-channel protocol your local
  4546.   telephone service provider uses here by saying Y or N.
  4547.   NOTE: This is mutually exclusive with HiSax Support for
  4548.   EURO/DSS1 and US/NI-1 if you have only one ISDN card
  4549.   installed.
  4550.  
  4551. PCBIT-D support
  4552. CONFIG_ISDN_DRV_PCBIT
  4553.   This enables support for the PCBIT ISDN-cards. This card is
  4554.   manufactured in Portugal by Octal. For running this card, additional
  4555.   firmware is necessary, which has to be downloaded into the card
  4556.   using a utility which is distributed separately.  See
  4557.   Documentation/isdn/README and Documentation/isdn/README.pcbit for
  4558.   more information.
  4559.  
  4560. Spellcaster support (EXPERIMENTAL)
  4561. CONFIG_ISDN_DRV_SC
  4562.   This enables support for the Spellcaster BRI boards. This driver
  4563.   currently builds in a modularized version only.
  4564.   See Documentation/isdn/README.sc and http://www.spellcast.com
  4565.   for more information.
  4566.  
  4567. AVM-B1 with CAPI2.0 support
  4568. CONFIG_ISDN_DRV_AVMB1
  4569.   This enables support for the AVM B1 card and also adds a CAPI2.0
  4570.   interface for this card. For running this card, additional firmware
  4571.   is necessary, which has to be downloaded into the card using a
  4572.   utility which is distributed separately.
  4573.   See Documentation/isdn/README.avmb1 for more information.
  4574.  
  4575. Support for AP1000 multicomputer
  4576. CONFIG_AP1000
  4577.   This enables support for a sparc based parallel multi-computer
  4578.   called an AP1000+. For details on our efforts to port Linux to this
  4579.   machine see http://cap.anu.edu.au/cap/projects/linux or mail to
  4580.   hackers@cafe.anu.edu.au
  4581.  
  4582. Sparc ESP SCSI support
  4583. CONFIG_SCSI_SUNESP
  4584.   This is the driver for the Sun ESP SCSI host adapter. The ESP
  4585.   chipset is present in most SPARC-based computers.
  4586.  
  4587. Sparc /dev/openprom compatibility driver
  4588. CONFIG_SUN_OPENPROMIO
  4589.   This driver provides user programs with an interface to the Sparc
  4590.   PROM device tree. The driver implements a SunOS-compatible
  4591.   interface and a NetBSD-compatible interface. If you want to
  4592.   compile this as a module ( = code which can be inserted in and
  4593.   removed from the running kernel whenever you want), say M and read
  4594.   Documentation/modules.txt. If unsure, say Y.
  4595.  
  4596. # need an empty line after last entry, for sed script in Configure.
  4597.  
  4598. #
  4599. # This is used by ispell.el:
  4600. #
  4601. # LocalWords:  CONFIG coprocessor DX Pentium SX lilo loadlin HOWTO ftp sunsite
  4602. # LocalWords:  unc edu docs emu README kB BLK DEV FD Thinkpad fd MFM RLL IDE gz
  4603. # LocalWords:  cdrom harddisk diskless netboot nfs xzvf ATAPI MB harddrives ide
  4604. # LocalWords:  HD harddisks CDROMs IDECD NEC MITSUMI filesystem XT XD PCI bios
  4605. # LocalWords:  ISA EISA Microchannel VESA BIOSes IPC SYSVIPC ipc Ctrl dmesg hlt
  4606. # LocalWords:  BINFMT Linkable http ac uk jo html GCC Sparc AVANTI CABRIOLET EB
  4607. # LocalWords:  netscape gcc LD CC toplevel MODVERSIONS insmod rmmod modprobe IP
  4608. # LocalWords:  genksyms INET loopback gatewaying ethernet internet PPP ARP Arp
  4609. # LocalWords:  howto multicasting MULTICAST MBONE firewalling ipfw ACCT resp ip
  4610. # LocalWords:  proc acct IPIP encapsulator decapsulator klogd PCTCP RARP EXT PS
  4611. # LocalWords:  telneting subnetted NAGLE rlogin NOSR ttyS TGA techinfo mbone nl
  4612. # LocalWords:  Mb SKB IPX Novell Netware dosemu Appletalk DDP ATALK tapedrive
  4613. # LocalWords:  SD CHR scsi thingy SG CD LUNs LUN jukebox Adaptec BusLogic EATA
  4614. # LocalWords:  buslogic DMA DPT ATT eata dma PIO UltraStor fdomain umsdos ext
  4615. # LocalWords:  QLOGIC qlogic TMC seagate Trantor ultrastor FASST wd NETDEVICES
  4616. # LocalWords:  unix BBS linux nullmodem CSLIP PLIP Kirch's LDP CSlip SL SCC IRQ
  4617. # LocalWords:  Turbo Laplink plip NCSA port's ReQuest IRQs EQL SMC AMD PCnet NE
  4618. # LocalWords:  COM ELPLUS Com EtherLinkIII VLB Arcnet arcnet Cabletron DEPCA DE
  4619. # LocalWords:  depca EtherWorks EWRK ewrk SEEQ EtherExpressPro EEXPRESS NI xxx
  4620. # LocalWords:  EtherExpress WaveLAN wavelan PCLAN HPLAN VG SK Ansel Xen de ZNET
  4621. # LocalWords:  PCMCIA cb stanford pcmcia LAN TEC RealTek ATP atp DLINK NetTools
  4622. # LocalWords:  TR Sony CDU caddyless cdu Mitsumi MCD cd mcd XA MultiSession CDA
  4623. # LocalWords:  Matsushita Panasonic SBPCD Soundblaster Longshine sbpcd Aztech
  4624. # LocalWords:  Okano Wearnes AZTCD CDD SE aztcd sonycd Goldstar GSCD Philips fs
  4625. # LocalWords:  LMS OPTCD Sanyo SJCD minix faqs xiafs XIA msdos harddrive mtools
  4626. # LocalWords:  std softlinks umssync NetworkFileSharing nfsd mountd CDs HPFS TI
  4627. # LocalWords:  hpfs SYSV SCO intel iBCS Wyse WordPerfect tsx mit unixes sysv NR
  4628. # LocalWords:  SMB WfW Cyclades async mux Logitech busmouse MouseSystem aka AST
  4629. # LocalWords:  PSMOUSE Compaq trackballs Travelmate Inport ATIXL ATI busmice ld
  4630. # LocalWords:  gpm config QIC DYNCONF FTAPE Stor Ftape ftape pcsndrv manpage NT
  4631. # LocalWords:  readprofile diskdrives org com masq EtherTalk tcp netrom sunacm
  4632. # LocalWords:  misc AIC aic pio nullmodems scc Portmaster eql GIS PhotoCDs MCDX
  4633. # LocalWords:  mcdx gscd optcd sjcd ISP soundcard hdparm Workgroups Lan samba
  4634. # LocalWords:  filesystems smbfs ATA ppp PCTech RZ www powerquest txt CMD ESDI
  4635. # LocalWords:  chipset FB multicast MROUTE appletalk ifconfig IBMTR multiport
  4636. # LocalWords:  Multisession STALDRV EasyIO EC EasyConnection ISTALLION ONboard
  4637. # LocalWords:  Brumby pci TNC cis ohio faq usenet NETLINK dev hydra ca Tyne mem
  4638. # LocalWords:  carleton Deskstation DECstation SUNFD JENSEN Noname XXXM SLiRP
  4639. # LocalWords:  pppd Zilog ZS soundcards SRM bootloader ez mainmenu rarp ipfwadm
  4640. # LocalWords:  RTNETLINK mknod xos MTU lwared Macs mac netatalk macs cs Wolff
  4641. # LocalWords:  dartmouth flowerpt MultiMaster FlashPoint tudelft etherexpress
  4642. # LocalWords:  ICL EtherTeam ETH IDESCSI TXC SmartRAID SmartCache httpd sjc dlp
  4643. # LocalWords:  thesphere TwoServers BOOTP DHCP ncpfs BPQETHER BPQ chipsets MG
  4644. # LocalWords:  bsd comp Sparcstation le SunOS ie Gracilis PackeTwin PT pt LU FX
  4645. # LocalWords:  FX TEAC SoundBlaster CR CreativeLabs LCS mS ramdisk IDETAPE cmd
  4646. # LocalWords:  Vertos Genoa Funai hsfs NCP NetWare tgz APM apm ioctls UltraLite
  4647. # LocalWords:  TravelMate CDT LCD backlight VC RPC Mips DECStation AXP barlow
  4648. # LocalWords:  PMAX MILO Alphas Multia Tseng linuxelf endian mipsel mips drv HT
  4649. # LocalWords:  KERNELD kerneld callouts AdvanSys advansys diskquotas Admin WDT
  4650. # LocalWords:  wdt hdb hdc bugfix SiS vlb Acculogic CSA DTC dtc Holtek ht QDI
  4651. # LocalWords:  QD qd UMC umc ALI ali lena fnet fr homepage azstarnet axplinux
  4652. # LocalWords:  Avanti XL AlphaStations Jensen DECpc AXPpci UDB Cabriolet MCA RC
  4653. # LocalWords:  AlphaPC uwaterloo cpbeaure mca AOUT OUTput PPro sipx gwdg lo nwe
  4654. # LocalWords:  Keepalive linefill RELCOM keepalive analogue CDR conf CDI INIT
  4655. # LocalWords:  OPTi isp irq noisp VFAT vfat NTFS losetup dmsdosfs dosfs ISDN MP
  4656. # LocalWords:  NOWAYOUT behaviour dialin isdn callback BTX Teles ICN EDSS Cisco
  4657. # LocalWords:  ipppd syncppp RFC MPP VJ downloaded icn NICCY Creatix shmem ufr
  4658. # LocalWords:  ibp md ARCnet ether encap NDIS arcether ODI Amigas AmiTCP NetBSD
  4659. # LocalWords:  initrd tue util DES funet des OnNet BIOSP smc Travan Iomega CMS
  4660. # LocalWords:  FC DC dc PPA ppa RNFS FMV Fujitsu ARPD arpd loran layes
  4661. # LocalWords:  FRAD indiana framerelay DLCI DCLIs Sangoma SDLA mrouted sync sec
  4662. # LocalWords:  Starmode Metricom MosquitoNet mosquitonet kbit nfsroot Digiboard
  4663. # LocalWords:  DIGI Xe Xeve digiboard UMISC touchscreens mtu HBAs MEX
  4664. # LocalWords:  Shifflett netcom js jshiffle WIC DECchip ELCP EtherPower dst RTC
  4665. # LocalWords:  rtc SMP lp Digi Intl RightSwitch DGRS dgrs AFFS Amiga UFS SDL AP
  4666. # LocalWords:  Solaris RISCom riscom syncPPP PCBIT pcbit sparc anu au artoo ufs
  4667. # LocalWords:  hitchcock Crynwr cnam pktdrvr NCSA's CyDROM CyCDROM FreeBSD NeXT
  4668. # LocalWords:  NeXTstep disklabel disklabels SMD FFS tm AmigaOS diskfiles Un IQ
  4669. # LocalWords:  Bernd informatik rwth aachen uae affs multihosting bytecode java
  4670. # LocalWords:  applets applet JDK ncsa cabi SNI Alphatronix readme LANs scarab
  4671. # LocalWords:  winsock RNIS caltech OSPF honour Honouring Mbit Localtalk DEFRAG
  4672. # LocalWords:  download Packetwin Baycom baycom interwork ascii JNT
  4673. # LocalWords:  Camtec proxying indyramp defragment defragmented UDP FAS FASXX
  4674. # LocalWords:  FastSCSI SIO FDC qlogicfas QLogic qlogicisp setbaycom ife ee LJ
  4675. # LocalWords:  ethz ch Travelmates ProAudioSpectrum ProAudio SoundMan SB SBPro
  4676. # LocalWords:  Thunderboard SM OPL FM ADLIB TSR Gravis MPU PSS ADI SW DSP codec
  4677. # LocalWords:  ADSP ESC ASIC daughtercard GUSMAX MSS NX AdLib Excell Ensoniq YM
  4678. # LocalWords:  SoundScape Spea MediaTriX AudioTriX WSS OTI ThunderBoard VoxWare
  4679. # LocalWords:  Soundscape SSCAPE TRIX MediaTrix PnP Maui dsp midixx EIA getty
  4680. # LocalWords:  mgetty sendfax gert greenie muc lowlevel Lasermate LanManager io
  4681. # LocalWords:  OOPSes trackball binghamton mobileip ncr IOMAPPED settags ns ser
  4682. # LocalWords:  setsync NEGO MPARITY autotuning prefetch PIIX cdwrite utils rc
  4683. # LocalWords:  PCWATCHDOG berkprod bitgate Boldt boldt ucsb jf kyoto jp euc ntt
  4684. # LocalWords:  Tetsuyasu YAMADA tetsu cauchy nslab nevod perm su doc kaf kheops
  4685. # LocalWords:  traduc Bourgin dbourgin wsc helptext menuconfig kfill READMEs DS
  4686. # LocalWords:  HOWTOs firewalls SYN RST QMAGIC ZMAGIC ipautofw netis rlynch syr
  4687. # LocalWords:  ICMP tracert Xterminal Xkernel jmwobus comfaqs dhcp radio's tapr
  4688. # LocalWords:  pkthome lnxbay RoamAbout mconv sed LocalWords
  4689.