diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-02-06 00:20:27 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-02-06 00:20:27 +0000 |
commit | 0481e7544584f5401f762fce5f2b8640e1c08e57 (patch) | |
tree | 2553ff77d37b198056407ac494462f563603de00 /arch/mips64/config.in | |
parent | 08787df154c978f87e8066c074582adac542d305 (diff) |
Add in code for a CONFIG_DISCONTIGMEM compile. Still to be debugged.
Diffstat (limited to 'arch/mips64/config.in')
-rw-r--r-- | arch/mips64/config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips64/config.in b/arch/mips64/config.in index e8833c51a..3a7e57aad 100644 --- a/arch/mips64/config.in +++ b/arch/mips64/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.11 2000/02/04 07:40:23 ralf Exp $ +# $Id: config.in,v 1.12 2000/02/05 06:47:09 ralf Exp $ # # For a description of the syntax of this configuration file, # see the Configure script. @@ -16,6 +16,7 @@ bool 'Support for SGI IP22' CONFIG_SGI_IP22 bool 'Support for SGI IP27' CONFIG_SGI_IP27 if [ "$CONFIG_SGI_IP27" = "y" ]; then bool ' IP27 N-Mode' CONFIG_SGI_SN0_N_MODE + bool ' Discontiguous Memory Support' CONFIG_DISCONTIGMEM #bool ' IP27 XXL' CONFIG_SGI_SN0_XXL fi endmenu |