diff options
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 430ab6a7c..65d0ce996 100644 --- a/arch/mips64/config.in +++ b/arch/mips64/config.in @@ -17,7 +17,8 @@ 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 ' Multi-Processing support' CONFIG_SMP + bool ' Mapped kernel support' CONFIG_MAPPED_KERNEL + bool ' Multi-Processing support (Experimental)' CONFIG_SMP #bool ' IP27 XXL' CONFIG_SGI_SN0_XXL fi endmenu |