summaryrefslogtreecommitdiffstats
path: root/arch/mips64/config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-20 21:58:59 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-08-20 21:58:59 +0000
commit892bf98f0c04e9297979936d973c85e62a3f0b96 (patch)
tree3f9570013732b9472502e71b25d5a76591eaed9a /arch/mips64/config.in
parentd4339ea6c6ab0bdf909d587bd9c5a754e362833d (diff)
More MIPS64 chainsawing.
Diffstat (limited to 'arch/mips64/config.in')
-rw-r--r--arch/mips64/config.in36
1 files changed, 19 insertions, 17 deletions
diff --git a/arch/mips64/config.in b/arch/mips64/config.in
index ed3798b04..d6e52deca 100644
--- a/arch/mips64/config.in
+++ b/arch/mips64/config.in
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: config.in,v 1.1 1999/08/18 23:37:46 ralf Exp $
#
# For a description of the syntax of this configuration file,
# see the Configure script.
@@ -12,18 +12,27 @@ endmenu
mainmenu_option next_comment
comment 'Machine selection'
-bool 'Support for SGI workstations' CONFIG_SGI
+bool 'Support for SGI IP22' CONFIG_SGI_IP22
endmenu
+#
+# Select some configuration options automatically for certain systems
+#
+unset CONFIG_BOOT_ELF32
+
+if [ "$CONFIG_SGI_IP22" = "y" ]; then
+ define_bool CONFIG_BOOT_ELF32 y
+fi
+
mainmenu_option next_comment
comment 'CPU selection'
-choice 'CPU type' \
- " R4300 CONFIG_CPU_R4300 \
- R4x00 CONFIG_CPU_R4X00 \
- R5000 CONFIG_CPU_R5000 \
- R56x0 CONFIG_CPU_NEVADA \
- R8000 CONFIG_CPU_R8000 \
+choice 'CPU type' \
+ "R4300 CONFIG_CPU_R4300 \
+ R4x00 CONFIG_CPU_R4X00 \
+ R5000 CONFIG_CPU_R5000 \
+ R56x0 CONFIG_CPU_NEVADA \
+ R8000 CONFIG_CPU_R8000 \
R10000 CONFIG_CPU_R10000" R4x00
endmenu
@@ -32,13 +41,6 @@ comment 'General setup'
bool 'Generate little endian code' CONFIG_CPU_LITTLE_ENDIAN
-#
-# XXX Binary compatibility stuff. Not for now ...
-#
-#if [ "$CONFIG_CPU_LITTLE_ENDIAN" = "n" ]; then
-# define_bool CONFIG_BINFMT_IRIX y
-# define_bool CONFIG_FORWARD_KEYBOARD y
-#fi
define_bool CONFIG_BINFMT_AOUT n
define_bool CONFIG_BINFMT_ELF y
tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
@@ -123,7 +125,7 @@ if [ "$CONFIG_VT" = "y" ]; then
mainmenu_option next_comment
comment 'Console drivers'
# XXX cleanup
- if [ "$CONFIG_SGI" = "y" ]; then
+ if [ "$CONFIG_SGI_IP22" = "y" ]; then
tristate 'SGI Newport Console support' CONFIG_SGI_NEWPORT_CONSOLE
if [ "$CONFIG_SGI_NEWPORT_CONSOLE" != "y" ]; then
define_bool CONFIG_DUMMY_CONSOLE y
@@ -141,7 +143,7 @@ source drivers/sound/Config.in
fi
endmenu
-if [ "$CONFIG_SGI" = "y" ]; then
+if [ "$CONFIG_SGI_IP22" = "y" ]; then
source drivers/sgi/Config.in
fi