Commit 1a5c4199 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] visws: i386/KConfig update

Patch from Andrey Panin <pazke@orbita1.ru>

And finally, attached patch enables visws subarch support
in kernel config.
parent 5bd00adf
...@@ -83,18 +83,16 @@ config X86_BIGSMP ...@@ -83,18 +83,16 @@ config X86_BIGSMP
If you don't have such a system, you should say N here. If you don't have such a system, you should say N here.
# Visual Workstation support is utterly broken. config X86_VISWS
# If you want to see it working mail an VW540 to hch@infradead.org 8) bool "SGI 320/540 (Visual Workstation)"
#config X86_VISWS help
# bool "SGI 320/540 (Visual Workstation)" The SGI Visual Workstation series is an IA32-based workstation
# help based on SGI systems chips with some legacy PC hardware attached.
# 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.
#
# 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.
# A kernel compiled for the Visual Workstation will not run on PCs
# and vice versa. See <file:Documentation/sgi-visws.txt> for details.
endchoice endchoice
...@@ -433,7 +431,7 @@ config PREEMPT ...@@ -433,7 +431,7 @@ config PREEMPT
config X86_UP_APIC config X86_UP_APIC
bool "Local APIC support on uniprocessors" if !SMP bool "Local APIC support on uniprocessors" if !SMP
depends on !X86_VOYAGER depends on !(X86_VISWS || X86_VOYAGER)
---help--- ---help---
A local APIC (Advanced Programmable Interrupt Controller) is an A local APIC (Advanced Programmable Interrupt Controller) is an
integrated interrupt controller in the CPU. If you have a single-CPU integrated interrupt controller in the CPU. If you have a single-CPU
...@@ -1180,7 +1178,7 @@ config PCI_BIOS ...@@ -1180,7 +1178,7 @@ config PCI_BIOS
config PCI_DIRECT config PCI_DIRECT
bool bool
depends on !X86_VISWS && PCI && (PCI_GODIRECT || PCI_GOANY) depends on PCI && ((PCI_GODIRECT || PCI_GOANY) || X86_VISWS)
default y default y
config SCx200 config SCx200
...@@ -1673,7 +1671,7 @@ config X86_FIND_SMP_CONFIG ...@@ -1673,7 +1671,7 @@ config X86_FIND_SMP_CONFIG
config X86_MPPARSE config X86_MPPARSE
bool bool
depends on X86_LOCAL_APIC depends on X86_LOCAL_APIC && !X86_VISWS
default y default y
endmenu endmenu
...@@ -1691,15 +1689,15 @@ config X86_SMP ...@@ -1691,15 +1689,15 @@ config X86_SMP
config X86_HT config X86_HT
bool bool
depends on SMP && !X86_VOYAGER depends on SMP && !(X86_VISWS || X86_VOYAGER)
default y default y
config X86_BIOS_REBOOT config X86_BIOS_REBOOT
bool bool
depends on !X86_VOYAGER depends on !(X86_VISWS || X86_VOYAGER)
default y default y
config X86_TRAMPOLINE config X86_TRAMPOLINE
bool bool
depends on SMP depends on SMP || X86_VISWS
default y default y
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment