From: Jun Sun <jsun@mvista.com>
To: linux-mips@linux-mips.org
Cc: jsun@mvista.com
Subject: make xmenuconfig is broken
Date: Tue, 29 Oct 2002 10:35:45 -0800 [thread overview]
Message-ID: <20021029103545.K24266@mvista.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 501 bytes --]
There is an obvious typo.
In addition, there are two SERIAL and SERIAL_CONSOLE related
setting which should be in drivers/char/Config.in
instead of arch/mips/config-shared.in.
The following hack makes xmenuconfig work again, apparently breaking
decstation and IP22. If nobody interested in those two machines
move the config, I will make an attempt to do so.
BTW, the symptom without the later two hacks is that you can set
SERIAL or SERIAL_CONSOLE options in xmenuconfig.
Any comments?
Jun
[-- Attachment #2: junk --]
[-- Type: text/plain, Size: 2050 bytes --]
diff -Nru arch/mips/config-shared.in.orig arch/mips/config-shared.in
--- arch/mips/config-shared.in.orig Sun Oct 6 05:28:03 2002
+++ arch/mips/config-shared.in Tue Oct 29 10:29:14 2002
@@ -513,7 +513,7 @@
if [ "$CONFIG_CPU_SB1" = "y" ]; then
choice 'SB1 Pass' \
"Pass1 CONFIG_CPU_SB1_PASS_1 \
- Pass2 CONFIG_CPU_SB1_PASS_2
+ Pass2 CONFIG_CPU_SB1_PASS_2 \
Pass2.2 CONFIG_CPU_SB1_PASS_2_2" Pass1
if [ "$CONFIG_CPU_SB1_PASS_1" = "y" ]; then
define_bool CONFIG_SB1_PASS_1_WORKAROUNDS y
@@ -764,18 +764,18 @@
#source drivers/misc/Config.in
-if [ "$CONFIG_DECSTATION" = "y" ]; then
- mainmenu_option next_comment
- comment 'DECStation Character devices'
-
- tristate 'Standard/generic (dumb) serial support' CONFIG_SERIAL
- dep_bool ' DZ11 Serial Support' CONFIG_DZ $CONFIG_SERIAL
- dep_bool ' Z85C30 Serial Support' CONFIG_ZS $CONFIG_SERIAL $CONFIG_TC
- dep_bool ' Support for console on serial port' CONFIG_SERIAL_CONSOLE $CONFIG_SERIAL
-# dep_bool 'MAXINE Access.Bus mouse (VSXXX-BB/GB) support' CONFIG_DTOP_MOUSE $CONFIG_ACCESSBUS
- bool 'Enhanced Real Time Clock Support' CONFIG_RTC
- endmenu
-fi
+#if [ "$CONFIG_DECSTATION" = "y" ]; then
+# mainmenu_option next_comment
+# comment 'DECStation Character devices'
+#
+# tristate 'Standard/generic (dumb) serial support' CONFIG_SERIAL
+# dep_bool ' DZ11 Serial Support' CONFIG_DZ $CONFIG_SERIAL
+# dep_bool ' Z85C30 Serial Support' CONFIG_ZS $CONFIG_SERIAL $CONFIG_TC
+# dep_bool ' Support for console on serial port' CONFIG_SERIAL_CONSOLE $CONFIG_SERIAL
+## dep_bool 'MAXINE Access.Bus mouse (VSXXX-BB/GB) support' CONFIG_DTOP_MOUSE $CONFIG_ACCESSBUS
+# bool 'Enhanced Real Time Clock Support' CONFIG_RTC
+# endmenu
+#fi
if [ "$CONFIG_SGI_IP22" = "y" ]; then
mainmenu_option next_comment
@@ -814,9 +814,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
next reply other threads:[~2002-10-29 18:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-29 18:35 Jun Sun [this message]
2002-10-29 19:24 ` make xmenuconfig is broken 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 ` make xmenuconfig is broken Jun Sun
2002-11-08 12:25 ` 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=20021029103545.K24266@mvista.com \
--to=jsun@mvista.com \
--cc=linux-mips@linux-mips.org \
/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.