diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-26 23:46:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-26 23:46:56 +0000 |
commit | 257ebf3ea364760535f26a4f86feef64ccf3e4b4 (patch) | |
tree | e7fc17d5f24d1d9436dd2cc880d02ae6ed93896b /arch/mips64/config.in | |
parent | 42e2c90246d0a16e18646c799c6507f052f17e37 (diff) |
Move things around ...
Diffstat (limited to 'arch/mips64/config.in')
-rw-r--r-- | arch/mips64/config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips64/config.in b/arch/mips64/config.in index 5efcf06e6..ead973a5a 100644 --- a/arch/mips64/config.in +++ b/arch/mips64/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.16 2000/03/13 20:55:19 ralf Exp $ +# $Id: config.in,v 1.17 2000/03/19 01:28:43 ralf Exp $ # # For a description of the syntax of this configuration file, # see the Configure script. @@ -25,6 +25,8 @@ endmenu # # Select some configuration options automatically based on user selections # +unset CONFIG_ARC32 +unset CONFIG_ARC64 unset CONFIG_BOOT_ELF32 unset CONFIG_BOOT_ELF64 unset CONFIG_ARC32 |