summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-17 23:32:45 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-17 23:32:45 +0000
commitbb382d1cd598a97151a0edf5ac26e36afb0a64ce (patch)
treefd9f0ca1b31e5af2faa0d7165e6fd0fbb5524ebf /Documentation
parentaf38bda129551834653720f277a920d7d284bd3d (diff)
- IOC3 driver now will panic when encountering a RX/TX PCI DMA error.
- IOC3 driver does no longer use GFP_DMA which given the _very_ small number of available GFP_DMA pages might have deadlocked the system. - First cut of Origin support. Last minute change: Do no longer use ARC memory / MD hub memory configuration information but klconfig.h stuff. Simpler, faster, shorter. - Zillions of MIPS64 fixes.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Configure.help24
1 files changed, 19 insertions, 5 deletions
diff --git a/Documentation/Configure.help b/Documentation/Configure.help
index abdf723a2..dc9782ea8 100644
--- a/Documentation/Configure.help
+++ b/Documentation/Configure.help
@@ -1384,10 +1384,23 @@ CONFIG_OLIVETTI_M700
a machine on the Internet that has a program like lynx or netscape).
Support for SGI IP22
+CONFIG_SGI_IP22
This are the SGI Indy, Challenge S and Indigo2, as well as certain OEM
variants like the Tandem CMN B006S. To compile a Linux kernel that
runs on these, say Y here.
+Support for SGI IP27
+ This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
+ workstations. To compile a Linux kernel that runs on these, say Y
+ here.
+
+IP27 N-Mode
+CONFIG_SGI_SN0_N_MODE
+ The nodes of Origin 200, Origin 2000 and Onyx 2 systems can be
+ configured in either N-Modes which allows for more nodes or M-Mode
+ which allows for more more memory. Your system is most probly
+ running in M-Mode, so you should say N here.
+
MIPS JAZZ onboard SONIC Ethernet support
CONFIG_MIPS_JAZZ_SONIC
This is the driver for the onboard card of of MIPS Magnum 4000,
@@ -1398,11 +1411,6 @@ CONFIG_JAZZ_ESP
This is the driver for the onboard SCSI hostadapter of MIPS Magnum 4000,
Acer PICA, Olivetti M700-10 and a few other identical OEM systems.
-Support for SGI IP27
- This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
- workstations. To compile a Linux kernel that runs on these, say Y
- here.
-
CPU type
CONFIG_CPU_R3000
Please make shure to pick the right CPU type. Linux/MIPS is not
@@ -10832,6 +10840,12 @@ CONFIG_CROSSCOMPILE
Say Y here if you are compiling the kernel on a different
architecture than the one it is intended to run on.
+Kernel support for Linux/MIPS 32-bit binary compatibility
+CONFIG_MIPS32_COMPAT
+ Select this option this option if you want Linux/MIPS 32-bit binary
+ compatibility. Since all software available available for Linux/MIPS
+ is currently 32-bit you should say Y here.
+
Build fp exception handler module
CONFIG_MIPS_FPE_MODULE
Build the floating point exception handler module. This option is