CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/08/15 12:22:52
Modified files:
arch/mips/configs: qemu_defconfig
Log message:
Enable procfs for Qemu.
diff -urN linux/arch/mips/configs/qemu_defconfig
linux/arch/mips/configs/qemu_defconfig
--- linux/arch/mips/configs/qemu_defconfig 2005/08/10 15:17:11 1.13
+++ linux/arch/mips/configs/qemu_defconfig 2005/08/15 11:22:52 1.14
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.13-rc6
-# Wed Aug 10 15:06:29 2005
+# Mon Aug 15 12:09:48 2005
#
CONFIG_MIPS=y
@@ -234,6 +234,7 @@
#
# Network testing
#
+# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
@@ -578,7 +579,8 @@
#
# Pseudo filesystems
#
-# CONFIG_PROC_FS is not set
+CONFIG_PROC_FS=y
+CONFIG_PROC_KCORE=y
# CONFIG_SYSFS is not set
# CONFIG_TMPFS is not set
# CONFIG_HUGETLB_PAGE is not set
|