diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-14 03:10:35 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 12:39:23 -0400 |
commit | f456acae4fe9b4504db7d75c51fba6b8db787ee2 (patch) | |
tree | 0957b407a6ce53a67a3df333a83d24a9d47d3c9b /arch/mips | |
parent | 09866258612bd9f389b0d86b3a63fe98e855d3f0 (diff) |
[MIPS] IP27: Cleanup N/M mode configuration.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/sgi-ip27/Kconfig | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/arch/mips/sgi-ip27/Kconfig b/arch/mips/sgi-ip27/Kconfig index 4b7c3c675174..f14ef38646d0 100644 --- a/arch/mips/sgi-ip27/Kconfig +++ b/arch/mips/sgi-ip27/Kconfig | |||
@@ -4,14 +4,29 @@ | |||
4 | # This options adds support for userspace processes upto 16TB size. | 4 | # This options adds support for userspace processes upto 16TB size. |
5 | # Normally the limit is just .5TB. | 5 | # Normally the limit is just .5TB. |
6 | 6 | ||
7 | choice | ||
8 | prompt "Node addressing mode" | ||
9 | depends on SGI_IP27 | ||
10 | default SGI_SN_M_MODE | ||
11 | |||
12 | config SGI_SN_M_MODE | ||
13 | bool "IP27 M-Mode" | ||
14 | help | ||
15 | The nodes of Origin, Onyx, Fuel and Tezro systems can be configured | ||
16 | in either N-Modes which allows for more nodes or M-Mode which allows | ||
17 | for more memory. Your hardware is almost certainly running in | ||
18 | M-Mode, so choose M-mode here. | ||
19 | |||
7 | config SGI_SN_N_MODE | 20 | config SGI_SN_N_MODE |
8 | bool "IP27 N-Mode" | 21 | bool "IP27 N-Mode" |
9 | depends on SGI_IP27 | 22 | depends on EXPERIMENTAL |
10 | help | 23 | help |
11 | The nodes of Origin 200, Origin 2000 and Onyx 2 systems can be | 24 | The nodes of Origin, Onyx, Fuel and Tezro systems can be configured |
12 | configured in either N-Modes which allows for more nodes or M-Mode | 25 | in either N-Modes which allows for more nodes or M-Mode which allows |
13 | which allows for more memory. Your system is most probably | 26 | for more memory. Your hardware is almost certainly running in |
14 | running in M-Mode, so you should say N here. | 27 | M-Mode, so choose M-mode here. |
28 | |||
29 | endchoice | ||
15 | 30 | ||
16 | config MAPPED_KERNEL | 31 | config MAPPED_KERNEL |
17 | bool "Mapped kernel support" | 32 | bool "Mapped kernel support" |