patch-2.4.0-test3 linux/arch/mips64/config.in
Next file: linux/arch/mips64/defconfig
Previous file: linux/arch/mips64/boot/Makefile
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Sun Jul 9 22:18:16 2000
- Orig file:
v2.4.0-test2/linux/arch/mips64/config.in
- Orig date:
Fri Jun 23 21:55:07 2000
diff -u --recursive --new-file v2.4.0-test2/linux/arch/mips64/config.in linux/arch/mips64/config.in
@@ -17,6 +17,10 @@
if [ "$CONFIG_SGI_IP27" = "y" ]; then
bool ' IP27 N-Mode' CONFIG_SGI_SN0_N_MODE
bool ' Discontiguous Memory Support' CONFIG_DISCONTIGMEM
+ bool ' NUMA support' CONFIG_NUMA
+ bool ' Mapped kernel support' CONFIG_MAPPED_KERNEL
+ bool ' Kernel text replication support' CONFIG_REPLICATE_KTEXT
+ bool ' Exception handler replication support' CONFIG_REPLICATE_EXHANDLERS
bool ' Multi-Processing support (Experimental)' CONFIG_SMP
#bool ' IP27 XXL' CONFIG_SGI_SN0_XXL
fi
@@ -40,6 +44,7 @@
define_bool CONFIG_ARC32 y
define_bool CONFIG_BOARD_SCACHE y
define_bool CONFIG_ARC_MEMORY y
+ define_bool CONFIG_SGI y
fi
if [ "$CONFIG_SGI_IP27" = "y" ]; then
@@ -119,6 +124,8 @@
fi
endmenu
+
+source drivers/mtd/Config.in
source drivers/block/Config.in
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)