public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.3-ac12 fix renaming of CONFIG_SGI_PROM_CONSOLE
@ 2001-04-22 13:18 Steven Cole
  0 siblings, 0 replies; only message in thread
From: Steven Cole @ 2001-04-22 13:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: alan, esr, elenstev

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-04-22 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-22 13:18 [PATCH] 2.4.3-ac12 fix renaming of CONFIG_SGI_PROM_CONSOLE Steven Cole

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox