public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Steven Cole <elenstev@mesatop.com>
To: linux-kernel@vger.kernel.org
Cc: alan@lxorguk.ukuu.org.uk, esr@thyrsus.com, elenstev@mesatop.com
Subject: [PATCH] 2.4.3-ac12 fix renaming of CONFIG_SGI_PROM_CONSOLE
Date: Sun, 22 Apr 2001 07:18:55 -0600	[thread overview]
Message-ID: <01042207185504.01451@localhost.localdomain> (raw)

It looks like in 2.4.3-ac12  the option CONFIG_SGI_PROM_CONSOLE 
was renamed to CONFIG_ARC_CONSOLE in the Configure.help file.

However, in /usr/src/linux/arch/mips/config.in, we still have this line:

      bool 'SGI PROM Console Support' CONFIG_SGI_PROM_CONSOLE

and the new name CONFIG_ARC_CONSOLE does not appear in any Config.in
files.  I do see that this option appears in the arch/mips/arc/Makefile , and it
is used in arch/mips/arc/console.c.  And references to CONFIG_SGI_PROM_CONSOLE
were deleted from arch/mips/arc/console.c.

Here is a patch to complete the changeover.

Steven

--- linux/arch/mips/config.in.ac12	Sun Apr 22 07:06:04 2001
+++ linux/arch/mips/config.in	Sun Apr 22 07:09:13 2001
@@ -351,7 +351,7 @@
       else
 	 define_bool CONFIG_FONT_8x16 y
       fi
-      bool 'SGI PROM Console Support' CONFIG_SGI_PROM_CONSOLE
+      bool 'SGI PROM Console Support' CONFIG_ARC_CONSOLE
    fi
    bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
    if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then



                 reply	other threads:[~2001-04-22 13:20 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=01042207185504.01451@localhost.localdomain \
    --to=elenstev@mesatop.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=esr@thyrsus.com \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox