[PATCH] 2.4.3-ac12 fix renaming of CONFIG_SGI_PROM_CONSOLE

Steven Cole (elenstev@mesatop.com)
Sun, 22 Apr 2001 07:18:55 -0600


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/