patch-2.4.25 linux-2.4.25/arch/ppc/config.in
Next file: linux-2.4.25/arch/ppc/configs/IVMS8_defconfig
Previous file: linux-2.4.25/arch/ppc/boot/utils/mkprep.c
Back to the patch index
Back to the overall index
- Lines: 86
- Date:
2004-02-18 05:36:30.000000000 -0800
- Orig file:
linux-2.4.24/arch/ppc/config.in
- Orig date:
2003-11-28 10:26:19.000000000 -0800
diff -urN linux-2.4.24/arch/ppc/config.in linux-2.4.25/arch/ppc/config.in
@@ -62,7 +62,8 @@
if [ "$CONFIG_40x" = "y" ]; then
choice 'Machine Type' \
- "Oak CONFIG_OAK \
+ "CPCI405 CONFIG_CPCI405 \
+ Oak CONFIG_OAK \
Walnut CONFIG_WALNUT" Walnut
fi
@@ -111,13 +112,15 @@
Amiga-APUS CONFIG_APUS \
IBM-Spruce CONFIG_SPRUCE \
Motorola-LoPEC CONFIG_LOPEC \
+ Motorola-Sandpoint CONFIG_SANDPOINT \
Motorola-PowerPlus CONFIG_PPLUS \
+ Motorola-PrPMC750 CONFIG_PRPMC750 \
SBS-Palomar4 CONFIG_PAL4 \
Synergy-Gemini CONFIG_GEMINI" CHRP/PowerMac/PReP
fi
-if [ "$CONFIG_SPRUCE" = "y" ]; then
- define_bool CONFIG_GEN550 y
+if [ "$CONFIG_SANDPOINT" = "y" ]; then
+ bool 'Enable MPC10x store gathering' CONFIG_MPC10X_STORE_GATHERING
fi
if [ "$CONFIG_LOPEC" = "y" ]; then
@@ -129,6 +132,19 @@
define_bool CONFIG_GEN550 y
fi
+if [ "$CONFIG_PRPMC750" = "y" ]; then
+ define_bool CONFIG_GEN550 y
+fi
+
+if [ "$CONFIG_SANDPOINT" = "y" ]; then
+ define_bool CONFIG_EPIC_SERIAL_MODE y
+ define_bool CONFIG_GEN550 y
+fi
+
+if [ "$CONFIG_SPRUCE" = "y" ]; then
+ define_bool CONFIG_GEN550 y
+fi
+
bool 'Symmetric multi-processing support' CONFIG_SMP
if [ "$CONFIG_SMP" = "y" ]; then
bool ' Distribute interrupts on all CPUs by default' CONFIG_IRQ_ALL_CPUS
@@ -173,6 +189,11 @@
#
# Set processor implementation based on board
#
+
+ if [ "$CONFIG_CPCI405" = "y" ]; then
+ define_bool CONFIG_405GP y
+ fi
+
if [ "$CONFIG_OAK" = "y" -o "$CONFIG_TIVO" = "y" ]; then
define_bool CONFIG_403GCX y
fi
@@ -270,6 +291,9 @@
if [ "$CONFIG_TASK_SIZE_BOOL" = "y" ]; then
hex " Size of user task space" CONFIG_TASK_SIZE 0x80000000
fi
+ if [ "$CONFIG_8xx" = "y" ]; then
+ bool "Pinned Kernel TLBs (86x ONLY)" CONFIG_PIN_TLB
+ fi
fi
if [ "$CONFIG_HIGHMEM_START_BOOL" != "y" ]; then
@@ -328,6 +352,7 @@
define_bool CONFIG_BINFMT_ELF y
define_bool CONFIG_KERNEL_ELF y
tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
+bool 'Select task to kill on out of memory condition' CONFIG_OOM_KILLER
source drivers/pci/Config.in
@@ -420,7 +445,6 @@
if [ "$CONFIG_IDE" != "n" ]; then
source drivers/ide/Config.in
else
- define_bool CONFIG_BLK_DEV_IDE_MODES n
define_bool CONFIG_BLK_DEV_HD n
fi
endmenu
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)