From: Jun Sun <jsun@mvista.com>
To: "Maciej W. Rozycki" <macro@ds2.pg.gda.pl>
Cc: Karsten Merker <karsten@excalibur.cologne.de>,
linux-mips@linux-mips.org, jsun@mvista.com
Subject: Re: make xmenuconfig is broken
Date: Thu, 7 Nov 2002 14:23:04 -0800 [thread overview]
Message-ID: <20021107142304.B27505@mvista.com> (raw)
In-Reply-To: <Pine.GSO.3.96.1021107201241.5894L-100000@delta.ds2.pg.gda.pl>; from macro@ds2.pg.gda.pl on Thu, Nov 07, 2002 at 08:26:19PM +0100
Yes, this patch takes care of DECSTATION part of the xconfig problem.
Thanks.
Now we still have IP22 config which needs to be fixed. Any volunteers?
This is the additional hack needed that would make xconfig (serial/serial
console options) work.
diff -Nru arch/mips/config-shared.in.orig arch/mips/config-shared.in
--- arch/mips/config-shared.in.orig Thu Nov 7 14:14:09 2002
+++ arch/mips/config-shared.in Thu Nov 7 14:17:33 2002
@@ -800,9 +800,9 @@
fi
endmenu
-if [ "$CONFIG_SGI_IP22" = "y" ]; then
- source drivers/sgi/Config.in
-fi
+#if [ "$CONFIG_SGI_IP22" = "y" ]; then
+# source drivers/sgi/Config.in
+#fi
source drivers/usb/Config.in
Jun
On Thu, Nov 07, 2002 at 08:26:19PM +0100, Maciej W. Rozycki wrote:
> On Wed, 30 Oct 2002, Maciej W. Rozycki wrote:
>
> > On Tue, 29 Oct 2002, Jun Sun wrote:
> >
> > > My limited xconfig knowledge seems to tell me that moving to the generic
> > > config file is the only way to make it work. If you know a better way to fix
> > > this, I will be happy to see it.
> [...]
> > The problem is CONFIG_SERIAL having different meanings for the MIPS port.
> > It causes annoyance with dynamic parsers (like `make config') and I'm not
> > surprised it breaks the xconfig static parser.
>
> I renamed the guilty options and also I decided moving DECstation serial
> port configuration to drivers/char is the way to go. As a side effect you
> now may build both the dz11/z8530 drivers and the i8250 one (as an advance
> towards a generic kernel).
>
next prev parent reply other threads:[~2002-11-07 22:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-29 18:35 make xmenuconfig is broken Jun Sun
2002-10-29 19:24 ` Karsten Merker
2002-10-29 21:30 ` Jun Sun
2002-10-30 13:07 ` Maciej W. Rozycki
2002-11-07 19:26 ` Maciej W. Rozycki
2002-11-07 20:33 ` SEGEV defines Bradley Bozarth
2002-11-07 22:10 ` Daniel Jacobowitz
2002-11-07 22:23 ` Jun Sun [this message]
2002-11-08 12:25 ` make xmenuconfig is broken Maciej W. Rozycki
2002-11-08 17:35 ` Ralf Baechle
2002-11-08 18:30 ` Maciej W. Rozycki
2002-11-08 19:31 ` Ralf Baechle
2002-10-30 15:58 ` Ralf Baechle
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=20021107142304.B27505@mvista.com \
--to=jsun@mvista.com \
--cc=karsten@excalibur.cologne.de \
--cc=linux-mips@linux-mips.org \
--cc=macro@ds2.pg.gda.pl \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox