summaryrefslogtreecommitdiffstats
path: root/arch/sparc/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/config.in')
-rw-r--r--arch/sparc/config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/sparc/config.in b/arch/sparc/config.in
index dbe1d1fb2..cb27cf77b 100644
--- a/arch/sparc/config.in
+++ b/arch/sparc/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.106 2000/11/17 04:27:52 davem Exp $
+# $Id: config.in,v 1.107 2001/01/06 00:46:44 davem Exp $
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
#
@@ -29,6 +29,9 @@ define_bool CONFIG_VT_CONSOLE y
bool 'Symmetric multi-processing support (does not work on sun4/sun4c)' CONFIG_SMP
+# Identify this as a Sparc32 build
+define_bool CONFIG_SPARC32 y
+
# Global things across all Sun machines.
define_bool CONFIG_ISA n
define_bool CONFIG_EISA n