choice prompt "Node addressing mode" depends on [31mCONFIG_SGI_IP27[0m default [31mCONFIG_SGI_SN_M_MODE[0m config [31mCONFIG_SGI_SN_M_MODE[0m bool "IP27 M-Mode" help The nodes of Origin, Onyx, Fuel and Tezro systems can be configured in either N-Modes which allows for more nodes or [31mCONFIG_M[0m-Mode which allows for more memory. Your hardware is almost certainly running in [31mCONFIG_M[0m-Mode, so choose [31mCONFIG_M[0m-mode here. config [31mCONFIG_SGI_SN_N_MODE[0m bool "IP27 N-Mode" help The nodes of Origin, Onyx, Fuel and Tezro systems can be configured in either N-Modes which allows for more nodes or [31mCONFIG_M[0m-Mode which allows for more memory. Your hardware is almost certainly running in [31mCONFIG_M[0m-Mode, so choose [31mCONFIG_M[0m-mode here. endchoice config [31mCONFIG_MAPPED_KERNEL[0m bool "Mapped kernel support" depends on [31mCONFIG_SGI_IP27[0m help Change the way a Linux kernel is loaded into memory on a MIPS64 machine. This is required in order to support text replication on [31mCONFIG_NUMA[0m. If you need to understand it, read the source code. config [31mCONFIG_REPLICATE_KTEXT[0m bool "Kernel text replication support" depends on [31mCONFIG_SGI_IP27[0m select [31mCONFIG_MAPPED_KERNEL[0m help Say Y here to enable replicating the kernel text across multiple nodes in a [31mCONFIG_NUMA[0m cluster. This trades memory for speed. config [31mCONFIG_REPLICATE_EXHANDLERS[0m bool "Exception handler replication support" depends on [31mCONFIG_SGI_IP27[0m help Say Y here to enable replicating the kernel exception handlers across multiple nodes in a [31mCONFIG_NUMA[0m cluster. This trades memory for speed. |