summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips64/config.in4
1 files changed, 3 insertions, 1 deletions
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