From 5836b61c2f906cf5b474077a10c376ede22059b9 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 27 Mar 2000 01:44:45 +0000 Subject: Set CONFIG_FONT_8x16 when CONFIG_SGI_NEWPORT_CONSOLE is selected. IP22 support for mips64 now compiles again. --- arch/mips64/config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/mips64/config.in b/arch/mips64/config.in index ead973a5a..937b9b708 100644 --- a/arch/mips64/config.in +++ b/arch/mips64/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.17 2000/03/19 01:28:43 ralf Exp $ +# $Id: config.in,v 1.18 2000/03/26 23:46:56 ralf Exp $ # # For a description of the syntax of this configuration file, # see the Configure script. @@ -200,6 +200,8 @@ if [ "$CONFIG_VT" = "y" ]; then tristate 'SGI Newport Console support' CONFIG_SGI_NEWPORT_CONSOLE if [ "$CONFIG_SGI_NEWPORT_CONSOLE" != "y" ]; then define_bool CONFIG_DUMMY_CONSOLE y + else + define_bool CONFIG_FONT_8x16 y fi fi endmenu -- cgit v1.2.3