patch-2.3.26 linux/arch/mips/config.in

Next file: linux/arch/mips/defconfig
Previous file: linux/arch/m68k/kernel/process.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.25/linux/arch/mips/config.in linux/arch/mips/config.in
@@ -69,6 +69,9 @@
    bool 'Generate little endian code' CONFIG_CPU_LITTLE_ENDIAN
 fi
 
+if [ "$CONFIG_PROC_FS" = "y" ]; then
+   define_bool CONFIG_KCORE_ELF y
+fi
 define_bool CONFIG_ELF_KERNEL y
 
 if [ "$CONFIG_CPU_LITTLE_ENDIAN" = "n" ]; then

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)