summaryrefslogtreecommitdiffstats
path: root/arch/mips64/config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-27 01:44:45 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-27 01:44:45 +0000
commit5836b61c2f906cf5b474077a10c376ede22059b9 (patch)
tree7de9c76988be45720a3678ea5e0761bcd500e61d /arch/mips64/config.in
parent59b8fa3c0ef4798eabf4428a5c9071c6dfa81159 (diff)
Set CONFIG_FONT_8x16 when CONFIG_SGI_NEWPORT_CONSOLE is selected.
IP22 support for mips64 now compiles again.
Diffstat (limited to 'arch/mips64/config.in')
-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