|
@@ -232,7 +232,7 @@ config SMP
|
|
|
|
|
|
config X86_FIND_SMP_CONFIG
|
|
|
def_bool y
|
|
|
- depends on X86_MPPARSE || X86_VOYAGER || X86_VISWS
|
|
|
+ depends on X86_MPPARSE || X86_VOYAGER
|
|
|
|
|
|
if ACPI
|
|
|
config X86_MPPARSE
|
|
@@ -281,18 +281,6 @@ config X86_VOYAGER
|
|
|
If you do not specifically know you have a Voyager based machine,
|
|
|
say N here, otherwise the kernel you build will not be bootable.
|
|
|
|
|
|
-config X86_VISWS
|
|
|
- bool "SGI 320/540 (Visual Workstation)"
|
|
|
- depends on X86_32 && PCI
|
|
|
- help
|
|
|
- The SGI Visual Workstation series is an IA32-based workstation
|
|
|
- based on SGI systems chips with some legacy PC hardware attached.
|
|
|
-
|
|
|
- Say Y here to create a kernel to run on the SGI 320 or 540.
|
|
|
-
|
|
|
- A kernel compiled for the Visual Workstation will not run on PCs
|
|
|
- and vice versa. See <file:Documentation/sgi-visws.txt> for details.
|
|
|
-
|
|
|
config X86_GENERICARCH
|
|
|
bool "Generic architecture"
|
|
|
depends on X86_32
|
|
@@ -363,6 +351,18 @@ config X86_VSMP
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
+config X86_VISWS
|
|
|
+ bool "SGI 320/540 (Visual Workstation)"
|
|
|
+ depends on X86_32 && PCI
|
|
|
+ help
|
|
|
+ The SGI Visual Workstation series is an IA32-based workstation
|
|
|
+ based on SGI systems chips with some legacy PC hardware attached.
|
|
|
+
|
|
|
+ Say Y here to create a kernel to run on the SGI 320 or 540.
|
|
|
+
|
|
|
+ A kernel compiled for the Visual Workstation will run on general
|
|
|
+ PCs as well. See <file:Documentation/sgi-visws.txt> for details.
|
|
|
+
|
|
|
config SCHED_NO_NO_OMIT_FRAME_POINTER
|
|
|
def_bool y
|
|
|
prompt "Single-depth WCHAN output"
|