From: Andrey Panin <pazke@orbita1.ru>
To: linux-kernel@vger.kernel.org
Cc: Linus Torvalds <torvalds@transmeta.com>
Subject: [PATCH] visws: i386/KConfig update (13/13)
Date: Fri, 14 Feb 2003 15:58:48 +0300 [thread overview]
Message-ID: <20030214125848.GM8230@pazke> (raw)
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
Hi.
And finally, attached patch enables visws subarch support
in kernel config.
Please consider applying.
Best regards.
--
Andrey Panin | Embedded systems software developer
pazke@orbita1.ru | PGP key: wwwkeys.pgp.net
[-- Attachment #2: patch-visws-kconfig --]
[-- Type: text/plain, Size: 2295 bytes --]
diff -urN -X /usr/share/dontdiff linux-2.5.60.vanilla/arch/i386/Kconfig linux-2.5.60/arch/i386/Kconfig
--- linux-2.5.60.vanilla/arch/i386/Kconfig Thu Feb 13 20:29:07 2003
+++ linux-2.5.60/arch/i386/Kconfig Thu Feb 13 20:42:02 2003
@@ -83,18 +83,16 @@
If you don't have such a system, you should say N here.
-# Visual Workstation support is utterly broken.
-# If you want to see it working mail an VW540 to hch@infradead.org 8)
-#config X86_VISWS
-# bool "SGI 320/540 (Visual Workstation)"
-# 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_VISWS
+ bool "SGI 320/540 (Visual Workstation)"
+ 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.
endchoice
@@ -422,7 +420,7 @@
config X86_UP_APIC
bool "Local APIC support on uniprocessors" if !SMP
- depends on !X86_VOYAGER
+ depends on !(X86_VISWS || X86_VOYAGER)
---help---
A local APIC (Advanced Programmable Interrupt Controller) is an
integrated interrupt controller in the CPU. If you have a single-CPU
@@ -1149,7 +1147,7 @@
config PCI_DIRECT
bool
- depends on !X86_VISWS && PCI && (PCI_GODIRECT || PCI_GOANY)
+ depends on PCI && ((PCI_GODIRECT || PCI_GOANY) || X86_VISWS)
default y
config SCx200
@@ -1642,7 +1640,7 @@
config X86_MPPARSE
bool
- depends on X86_LOCAL_APIC
+ depends on X86_LOCAL_APIC && !X86_VISWS
default y
endmenu
@@ -1660,15 +1658,15 @@
config X86_HT
bool
- depends on SMP && !X86_VOYAGER
+ depends on SMP && !(X86_VISWS || X86_VOYAGER)
default y
config X86_BIOS_REBOOT
bool
- depends on !X86_VOYAGER
+ depends on !(X86_VISWS || X86_VOYAGER)
default y
config X86_TRAMPOLINE
bool
- depends on SMP
+ depends on SMP || X86_VISWS
default y
reply other threads:[~2003-02-14 12:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030214125848.GM8230@pazke \
--to=pazke@orbita1.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.