diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-21 15:05:48 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-21 15:05:48 +0000 |
commit | f831761323367a47babf4b3b3dcf7e3d1704a042 (patch) | |
tree | a030a4be136ccdcb891eee75ef91d739a61db72c /arch/mips/config.in | |
parent | ad9f21fd1f0d0a80e8b82e34215416664f99805d (diff) |
Compile fixes.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index b6b8443ba..51bd37b44 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.38 2000/02/04 07:40:23 ralf Exp $ +# $Id: config.in,v 1.39 2000/02/05 06:47:08 ralf Exp $ # For a description of the syntax of this configuration file, # see the Configure script. # @@ -311,6 +311,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 else if [ "$CONFIG_DECSTATION" != "y" ]; then |