patch-2.1.115 linux/Documentation/Configure.help
Next file: linux/Documentation/VGA-softcursor.txt
Previous file: linux/CREDITS
Back to the patch index
Back to the overall index
- Lines: 149
- Date:
Thu Aug 6 02:29:45 1998
- Orig file:
v2.1.114/linux/Documentation/Configure.help
- Orig date:
Mon Aug 3 12:45:43 1998
diff -u --recursive --new-file v2.1.114/linux/Documentation/Configure.help linux/Documentation/Configure.help
@@ -1170,6 +1170,26 @@
Say Y here to enable support in the dumb serial driver to support
the HUB6 card.
+Unix98 PTY support
+CONFIG_UNIX98_PTYS
+ Linux traditionally uses BSD-like /dev/ptyxx and /dev/ttyxx names
+ for pseudo-ttys (PTYs). This scheme has a number or problems. The
+ GNU C library 2.1 and later, however, supports the Unix98 naming
+ standard, using a cloning device /dev/ptmx and numbered devices in a
+ subdirectory /dev/pts/xxx. The device nodes in /dev/pts can be
+ automatically generated by the devpts virtual filesystem.
+
+ Say Y here if you are uncertain, unless you are very short on memory.
+
+Maximum number of Unix98 PTYs in use (0-2048)
+CONFIG_UNIX98_PTY_COUNT
+ The maximum number of Unix98 PTYs that can be used at any one time.
+ The default is 256, and should be enough for desktop systems,
+ however, server machines which support incoming telnet/rlogin/ssh
+ connections may want to increase this. When not in use, each
+ additional set of 256 PTYs occupy approximately 8K of kernel memory
+ on 32-bit architectures.
+
TGA Console Support
CONFIG_TGA_CONSOLE
Many Alpha systems (e.g the Multia) are shipped with a graphics card
@@ -4045,6 +4065,26 @@
important data. This is primarily of use to people trying to debug
the middle and upper layers of the SCSI subsystem. If unsure, say N.
+Fibre Channel support
+CONFIG_FC4
+ This is an experimental support for storage arrays connected to
+ the system using Fibre Optic and the "X3.269-199X Fibre Channel
+ Protocol for SCSI" specification. You'll also need the generic SCSI
+ support, as well as the drivers for the storage array itself and
+ for the interface adapter such as SOC. This subsystem could even
+ serve for IP networking, with some code extensions.
+ If unsure, say N.
+
+Sun SOC
+CONFIG_FC4_SOC
+ Serial Optical Channel is an interface card with one or two Fibre Optic
+ ports, each of which can be connected to a disk array. Only the SBus
+ incarnation of the adapter is supported at the moment.
+
+SparcSTORAGE Array 100 and 200 series
+CONFIG_SCSI_PLUTO
+ If you never bought a disk array made by Sun, go with N.
+
AcornSCSI support
CONFIG_SCSI_ACORNSCSI_3
This enables support for the Acorn SCSI card (aka30). If you have an
@@ -6495,10 +6535,7 @@
/dev/pts/2, for example. The GNU C library glibc 2.1 contains the
requisite support for this mode of operation.
- This code is also available as a module called devpts.o ( = code
- which can be inserted in and removed from the running kernel
- whenever you want). If you want to compile it as a module, say M
- here and read Documentation/modules.txt.
+ Say Y here if you have enabled support for Unix98 PTYs.
Macintosh partition map support
CONFIG_MAC_PARTITION
@@ -8281,26 +8318,6 @@
differs slightly from OSS/Free, so PLEASE READ
Documentation/sound/sonicvibes.
-Kernel profiling support
-CONFIG_PROFILE
- This is for kernel hackers who want to know how much time the kernel
- spends in the various procedures. The information is stored in
- /proc/profile (say Y to "/proc filesystem support"!) and in order to
- read it, you need the readprofile package from
- sunsite.unc.edu:/pub/Linux/kernel. Its manpage gives information
- regarding the format of profiling data. To become a kernel hacker,
- you can start with the Kernel Hacker's Guide at
- http://www.redhat.com:8080/HyperNews/get/khg.html (to browse the
- WWW, you need to have access to a machine on the Internet that has a
- program like lynx or netscape). Mere mortals say N.
-
-Profile shift count
-CONFIG_PROFILE_SHIFT
- This is used to adjust the granularity with which the addresses of
- executed instructions get recorded in /proc/profile. But since you
- said Y to "Kernel profiling support", you must be a kernel hacker and
- hence you know what this is about :-)
-
Magic System Request Key support
CONFIG_MAGIC_SYSRQ
If you say Y here, you will have some control over the system even
@@ -8632,6 +8649,12 @@
WWW, you need to have access to a machine on the Internet that has a
program like lynx or netscape) or mail to hackers@cafe.anu.edu.au
+Support for Sun4 architecture
+CONFIG_SUN4
+ Use this option if, and only if, your machine is sun4. Note that
+ kernel compiled with this option will run on sun4 only.
+ (And in current version, it will probably work on sun4/330, only.)
+
SPARC ESP SCSI support
CONFIG_SCSI_SUNESP
This is the driver for the Sun ESP SCSI host adapter. The ESP
@@ -9130,27 +9153,23 @@
Say Y if you need this feature; users who are only using their
system-native partitioning scheme can say N here.
-Build PowerMac Kernel (not PReP)
+Board Type
CONFIG_PMAC
- There are currently two different kinds of PowerPC-based machines
+ There are currently several different kinds of PowerPC-based machines
available: Apple Power Macintoshes and clones (such as the Motorola
- Starmax series, and PReP (PowerPC Reference Platform) machines such
- as the Motorola PowerStack range. Currently, a single kernel binary
- only supports one type or the other. Say Y here to compile a kernel
- which will run on Power Macintoshes and clones.
-
-Build PReP Kernel (not PowerMac)
-CONFIG_PREP
- Say Y here to compile a kernel which will run on PReP (PowerPC
- Reference Platform) machines such as the Motorola PowerStack range.
- For Power Macintosh clones, including the Motorola Starmaxes, you
- should say N (and Y to the previous question).
-
-Processor type
-CONFIG_MCOMMON
- If you are compiling a kernel to run on a specific machine, you can
- indicate which type of PowerPC processor it has. Currently this
- option does very little.
+ Starmax series, PReP (PowerPC Reference Platform) machines such
+ as the Motorola PowerStack, Amiga Power-Up systems (APUS), CHRP and the
+ embedded MBX boards from Motorola. Currently, a single kernel binary
+ only supports one type or the other. However, there is very early work
+ on support CHRP, PReP and PowerMac's from a single binary.
+
+
+Processor Type
+CONFIG_6xx
+ There are two types of PowerPC chips supported. The more common
+ types (601,603,604,740,750) and the embedded versions (821 and 860).
+ Unless you are building a kernel for one of the embedded boards using
+ the 821 or 860 choose 6xx.
Support for Open Firmware device tree in /proc
CONFIG_PROC_DEVICETREE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov