0001 # SPDX-License-Identifier: GPL-2.0
0002 choice
0003 prompt "Node addressing mode"
0004 depends on SGI_IP27
0005 default SGI_SN_M_MODE
0006
0007 config SGI_SN_M_MODE
0008 bool "IP27 M-Mode"
0009 help
0010 The nodes of Origin, Onyx, Fuel and Tezro systems can be configured
0011 in either N-Modes which allows for more nodes or M-Mode which allows
0012 for more memory. Your hardware is almost certainly running in
0013 M-Mode, so choose M-mode here.
0014
0015 config SGI_SN_N_MODE
0016 bool "IP27 N-Mode"
0017 help
0018 The nodes of Origin, Onyx, Fuel and Tezro systems can be configured
0019 in either N-Modes which allows for more nodes or M-Mode which allows
0020 for more memory. Your hardware is almost certainly running in
0021 M-Mode, so choose M-mode here.
0022
0023 endchoice
0024
0025 config MAPPED_KERNEL
0026 bool "Mapped kernel support"
0027 depends on SGI_IP27
0028 help
0029 Change the way a Linux kernel is loaded into memory on a MIPS64
0030 machine. This is required in order to support text replication on
0031 NUMA. If you need to understand it, read the source code.
0032
0033 config REPLICATE_KTEXT
0034 bool "Kernel text replication support"
0035 depends on SGI_IP27
0036 select MAPPED_KERNEL
0037 help
0038 Say Y here to enable replicating the kernel text across multiple
0039 nodes in a NUMA cluster. This trades memory for speed.
0040