diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-08-21 22:19:10 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-08-21 22:19:10 +0000 |
commit | b5710aa33141544bf7cb9c3e509d587ff457a094 (patch) | |
tree | 40214b7ea9f82c8a48a9eaeb428c25c0565aee32 /arch/mips64/config.in | |
parent | 892bf98f0c04e9297979936d973c85e62a3f0b96 (diff) |
Look ma - a tank has hit the MIPS sources ...
Diffstat (limited to 'arch/mips64/config.in')
-rw-r--r-- | arch/mips64/config.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/mips64/config.in b/arch/mips64/config.in index d6e52deca..949937e67 100644 --- a/arch/mips64/config.in +++ b/arch/mips64/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.1 1999/08/18 23:37:46 ralf Exp $ +# $Id: config.in,v 1.2 1999/08/20 21:59:03 ralf Exp $ # # For a description of the syntax of this configuration file, # see the Configure script. @@ -16,12 +16,15 @@ bool 'Support for SGI IP22' CONFIG_SGI_IP22 endmenu # -# Select some configuration options automatically for certain systems +# Select some configuration options automatically based on user selections # unset CONFIG_BOOT_ELF32 +unset CONFIG_ARC32 +unset CONFIG_ARC64 if [ "$CONFIG_SGI_IP22" = "y" ]; then define_bool CONFIG_BOOT_ELF32 y + define_bool CONFIG_ARC32 y fi mainmenu_option next_comment |