diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2006-09-25 22:07:22 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 08:37:57 -0400 |
| commit | f83b854a1d2d28bc1ed86fec8a80940b59f8d932 (patch) | |
| tree | a19d2b464444ec293fcc977775433f588a3271ac | |
| parent | 36396f3c36b04f79438f87a0fccfa76aa3de6af9 (diff) | |
[MIPS] Enable tmpfs for anything that possibly runs a full distribution.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | arch/mips/configs/atlas_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/configs/cobalt_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/configs/ip22_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/configs/ip27_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/configs/jaguar-atx_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/configs/lasat200_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/configs/malta_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/configs/ocelot_c_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/configs/ocelot_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/configs/ocelot_g_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/configs/qemu_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/configs/rm200_defconfig | 2 | ||||
| -rw-r--r-- | arch/mips/defconfig | 4 |
13 files changed, 14 insertions, 14 deletions
diff --git a/arch/mips/configs/atlas_defconfig b/arch/mips/configs/atlas_defconfig index 2774ba9606b7..d3705284de39 100644 --- a/arch/mips/configs/atlas_defconfig +++ b/arch/mips/configs/atlas_defconfig | |||
| @@ -1192,7 +1192,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
| 1192 | CONFIG_PROC_FS=y | 1192 | CONFIG_PROC_FS=y |
| 1193 | CONFIG_PROC_KCORE=y | 1193 | CONFIG_PROC_KCORE=y |
| 1194 | CONFIG_SYSFS=y | 1194 | CONFIG_SYSFS=y |
| 1195 | # CONFIG_TMPFS is not set | 1195 | CONFIG_TMPFS=y |
| 1196 | # CONFIG_HUGETLB_PAGE is not set | 1196 | # CONFIG_HUGETLB_PAGE is not set |
| 1197 | CONFIG_RAMFS=y | 1197 | CONFIG_RAMFS=y |
| 1198 | # CONFIG_CONFIGFS_FS is not set | 1198 | # CONFIG_CONFIGFS_FS is not set |
diff --git a/arch/mips/configs/cobalt_defconfig b/arch/mips/configs/cobalt_defconfig index 78db2a8a711b..4baf2ff1128a 100644 --- a/arch/mips/configs/cobalt_defconfig +++ b/arch/mips/configs/cobalt_defconfig | |||
| @@ -827,7 +827,7 @@ CONFIG_FUSE_FS=y | |||
| 827 | CONFIG_PROC_FS=y | 827 | CONFIG_PROC_FS=y |
| 828 | CONFIG_PROC_KCORE=y | 828 | CONFIG_PROC_KCORE=y |
| 829 | CONFIG_SYSFS=y | 829 | CONFIG_SYSFS=y |
| 830 | # CONFIG_TMPFS is not set | 830 | CONFIG_TMPFS=y |
| 831 | # CONFIG_HUGETLB_PAGE is not set | 831 | # CONFIG_HUGETLB_PAGE is not set |
| 832 | CONFIG_RAMFS=y | 832 | CONFIG_RAMFS=y |
| 833 | # CONFIG_CONFIGFS_FS is not set | 833 | # CONFIG_CONFIGFS_FS is not set |
diff --git a/arch/mips/configs/ip22_defconfig b/arch/mips/configs/ip22_defconfig index 9f22d13e729d..cc9b24eda9e8 100644 --- a/arch/mips/configs/ip22_defconfig +++ b/arch/mips/configs/ip22_defconfig | |||
| @@ -1012,7 +1012,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
| 1012 | CONFIG_PROC_FS=y | 1012 | CONFIG_PROC_FS=y |
| 1013 | CONFIG_PROC_KCORE=y | 1013 | CONFIG_PROC_KCORE=y |
| 1014 | CONFIG_SYSFS=y | 1014 | CONFIG_SYSFS=y |
| 1015 | # CONFIG_TMPFS is not set | 1015 | CONFIG_TMPFS=y |
| 1016 | # CONFIG_HUGETLB_PAGE is not set | 1016 | # CONFIG_HUGETLB_PAGE is not set |
| 1017 | CONFIG_RAMFS=y | 1017 | CONFIG_RAMFS=y |
| 1018 | # CONFIG_CONFIGFS_FS is not set | 1018 | # CONFIG_CONFIGFS_FS is not set |
diff --git a/arch/mips/configs/ip27_defconfig b/arch/mips/configs/ip27_defconfig index 414a649dff8a..50092ba8aa71 100644 --- a/arch/mips/configs/ip27_defconfig +++ b/arch/mips/configs/ip27_defconfig | |||
| @@ -899,7 +899,7 @@ CONFIG_FUSE_FS=m | |||
| 899 | CONFIG_PROC_FS=y | 899 | CONFIG_PROC_FS=y |
| 900 | CONFIG_PROC_KCORE=y | 900 | CONFIG_PROC_KCORE=y |
| 901 | CONFIG_SYSFS=y | 901 | CONFIG_SYSFS=y |
| 902 | # CONFIG_TMPFS is not set | 902 | CONFIG_TMPFS=y |
| 903 | # CONFIG_HUGETLB_PAGE is not set | 903 | # CONFIG_HUGETLB_PAGE is not set |
| 904 | CONFIG_RAMFS=y | 904 | CONFIG_RAMFS=y |
| 905 | # CONFIG_CONFIGFS_FS is not set | 905 | # CONFIG_CONFIGFS_FS is not set |
diff --git a/arch/mips/configs/jaguar-atx_defconfig b/arch/mips/configs/jaguar-atx_defconfig index 9b529857f802..9f1e3048d623 100644 --- a/arch/mips/configs/jaguar-atx_defconfig +++ b/arch/mips/configs/jaguar-atx_defconfig | |||
| @@ -730,7 +730,7 @@ CONFIG_FUSE_FS=m | |||
| 730 | CONFIG_PROC_FS=y | 730 | CONFIG_PROC_FS=y |
| 731 | CONFIG_PROC_KCORE=y | 731 | CONFIG_PROC_KCORE=y |
| 732 | CONFIG_SYSFS=y | 732 | CONFIG_SYSFS=y |
| 733 | # CONFIG_TMPFS is not set | 733 | CONFIG_TMPFS=y |
| 734 | # CONFIG_HUGETLB_PAGE is not set | 734 | # CONFIG_HUGETLB_PAGE is not set |
| 735 | CONFIG_RAMFS=y | 735 | CONFIG_RAMFS=y |
| 736 | 736 | ||
diff --git a/arch/mips/configs/lasat200_defconfig b/arch/mips/configs/lasat200_defconfig index 0354bfa18b39..320b8cdd6e58 100644 --- a/arch/mips/configs/lasat200_defconfig +++ b/arch/mips/configs/lasat200_defconfig | |||
| @@ -904,7 +904,7 @@ CONFIG_FUSE_FS=m | |||
| 904 | CONFIG_PROC_FS=y | 904 | CONFIG_PROC_FS=y |
| 905 | CONFIG_PROC_KCORE=y | 905 | CONFIG_PROC_KCORE=y |
| 906 | CONFIG_SYSFS=y | 906 | CONFIG_SYSFS=y |
| 907 | # CONFIG_TMPFS is not set | 907 | CONFIG_TMPFS=y |
| 908 | # CONFIG_HUGETLB_PAGE is not set | 908 | # CONFIG_HUGETLB_PAGE is not set |
| 909 | CONFIG_RAMFS=y | 909 | CONFIG_RAMFS=y |
| 910 | # CONFIG_CONFIGFS_FS is not set | 910 | # CONFIG_CONFIGFS_FS is not set |
diff --git a/arch/mips/configs/malta_defconfig b/arch/mips/configs/malta_defconfig index b21ca470273a..0ba1ef5048fb 100644 --- a/arch/mips/configs/malta_defconfig +++ b/arch/mips/configs/malta_defconfig | |||
| @@ -1229,7 +1229,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
| 1229 | CONFIG_PROC_FS=y | 1229 | CONFIG_PROC_FS=y |
| 1230 | CONFIG_PROC_KCORE=y | 1230 | CONFIG_PROC_KCORE=y |
| 1231 | CONFIG_SYSFS=y | 1231 | CONFIG_SYSFS=y |
| 1232 | # CONFIG_TMPFS is not set | 1232 | CONFIG_TMPFS=y |
| 1233 | # CONFIG_HUGETLB_PAGE is not set | 1233 | # CONFIG_HUGETLB_PAGE is not set |
| 1234 | CONFIG_RAMFS=y | 1234 | CONFIG_RAMFS=y |
| 1235 | # CONFIG_CONFIGFS_FS is not set | 1235 | # CONFIG_CONFIGFS_FS is not set |
diff --git a/arch/mips/configs/ocelot_c_defconfig b/arch/mips/configs/ocelot_c_defconfig index ce7c26475328..a7ac2b0a8273 100644 --- a/arch/mips/configs/ocelot_c_defconfig +++ b/arch/mips/configs/ocelot_c_defconfig | |||
| @@ -773,7 +773,7 @@ CONFIG_FUSE_FS=y | |||
| 773 | CONFIG_PROC_FS=y | 773 | CONFIG_PROC_FS=y |
| 774 | CONFIG_PROC_KCORE=y | 774 | CONFIG_PROC_KCORE=y |
| 775 | CONFIG_SYSFS=y | 775 | CONFIG_SYSFS=y |
| 776 | # CONFIG_TMPFS is not set | 776 | CONFIG_TMPFS=y |
| 777 | # CONFIG_HUGETLB_PAGE is not set | 777 | # CONFIG_HUGETLB_PAGE is not set |
| 778 | CONFIG_RAMFS=y | 778 | CONFIG_RAMFS=y |
| 779 | # CONFIG_CONFIGFS_FS is not set | 779 | # CONFIG_CONFIGFS_FS is not set |
diff --git a/arch/mips/configs/ocelot_defconfig b/arch/mips/configs/ocelot_defconfig index 3da2a43d1608..853e7bba5122 100644 --- a/arch/mips/configs/ocelot_defconfig +++ b/arch/mips/configs/ocelot_defconfig | |||
| @@ -722,7 +722,7 @@ CONFIG_FUSE_FS=y | |||
| 722 | CONFIG_PROC_FS=y | 722 | CONFIG_PROC_FS=y |
| 723 | CONFIG_PROC_KCORE=y | 723 | CONFIG_PROC_KCORE=y |
| 724 | CONFIG_SYSFS=y | 724 | CONFIG_SYSFS=y |
| 725 | # CONFIG_TMPFS is not set | 725 | CONFIG_TMPFS=y |
| 726 | # CONFIG_HUGETLB_PAGE is not set | 726 | # CONFIG_HUGETLB_PAGE is not set |
| 727 | CONFIG_RAMFS=y | 727 | CONFIG_RAMFS=y |
| 728 | # CONFIG_CONFIGFS_FS is not set | 728 | # CONFIG_CONFIGFS_FS is not set |
diff --git a/arch/mips/configs/ocelot_g_defconfig b/arch/mips/configs/ocelot_g_defconfig index 3a3e5ff4a3ef..8524efa23a49 100644 --- a/arch/mips/configs/ocelot_g_defconfig +++ b/arch/mips/configs/ocelot_g_defconfig | |||
| @@ -776,7 +776,7 @@ CONFIG_FUSE_FS=y | |||
| 776 | CONFIG_PROC_FS=y | 776 | CONFIG_PROC_FS=y |
| 777 | CONFIG_PROC_KCORE=y | 777 | CONFIG_PROC_KCORE=y |
| 778 | CONFIG_SYSFS=y | 778 | CONFIG_SYSFS=y |
| 779 | # CONFIG_TMPFS is not set | 779 | CONFIG_TMPFS=y |
| 780 | # CONFIG_HUGETLB_PAGE is not set | 780 | # CONFIG_HUGETLB_PAGE is not set |
| 781 | CONFIG_RAMFS=y | 781 | CONFIG_RAMFS=y |
| 782 | # CONFIG_CONFIGFS_FS is not set | 782 | # CONFIG_CONFIGFS_FS is not set |
diff --git a/arch/mips/configs/qemu_defconfig b/arch/mips/configs/qemu_defconfig index daa40c8ff694..f5f799e93707 100644 --- a/arch/mips/configs/qemu_defconfig +++ b/arch/mips/configs/qemu_defconfig | |||
| @@ -686,7 +686,7 @@ CONFIG_FUSE_FS=y | |||
| 686 | CONFIG_PROC_FS=y | 686 | CONFIG_PROC_FS=y |
| 687 | CONFIG_PROC_KCORE=y | 687 | CONFIG_PROC_KCORE=y |
| 688 | CONFIG_SYSFS=y | 688 | CONFIG_SYSFS=y |
| 689 | # CONFIG_TMPFS is not set | 689 | CONFIG_TMPFS=y |
| 690 | # CONFIG_HUGETLB_PAGE is not set | 690 | # CONFIG_HUGETLB_PAGE is not set |
| 691 | CONFIG_RAMFS=y | 691 | CONFIG_RAMFS=y |
| 692 | 692 | ||
diff --git a/arch/mips/configs/rm200_defconfig b/arch/mips/configs/rm200_defconfig index f26b338333ac..4fee90b2b100 100644 --- a/arch/mips/configs/rm200_defconfig +++ b/arch/mips/configs/rm200_defconfig | |||
| @@ -1441,7 +1441,7 @@ CONFIG_NTFS_FS=m | |||
| 1441 | CONFIG_PROC_FS=y | 1441 | CONFIG_PROC_FS=y |
| 1442 | CONFIG_PROC_KCORE=y | 1442 | CONFIG_PROC_KCORE=y |
| 1443 | CONFIG_SYSFS=y | 1443 | CONFIG_SYSFS=y |
| 1444 | # CONFIG_TMPFS is not set | 1444 | CONFIG_TMPFS=y |
| 1445 | # CONFIG_HUGETLB_PAGE is not set | 1445 | # CONFIG_HUGETLB_PAGE is not set |
| 1446 | CONFIG_RAMFS=y | 1446 | CONFIG_RAMFS=y |
| 1447 | # CONFIG_CONFIGFS_FS is not set | 1447 | # CONFIG_CONFIGFS_FS is not set |
diff --git a/arch/mips/defconfig b/arch/mips/defconfig index d620c463a78b..cc9b24eda9e8 100644 --- a/arch/mips/defconfig +++ b/arch/mips/defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.18-rc1 | 3 | # Linux kernel version: 2.6.18-rc1 |
| 4 | # Thu Jul 6 09:49:33 2006 | 4 | # Thu Jul 6 10:04:10 2006 |
| 5 | # | 5 | # |
| 6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
| 7 | 7 | ||
| @@ -1012,7 +1012,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
| 1012 | CONFIG_PROC_FS=y | 1012 | CONFIG_PROC_FS=y |
| 1013 | CONFIG_PROC_KCORE=y | 1013 | CONFIG_PROC_KCORE=y |
| 1014 | CONFIG_SYSFS=y | 1014 | CONFIG_SYSFS=y |
| 1015 | # CONFIG_TMPFS is not set | 1015 | CONFIG_TMPFS=y |
| 1016 | # CONFIG_HUGETLB_PAGE is not set | 1016 | # CONFIG_HUGETLB_PAGE is not set |
| 1017 | CONFIG_RAMFS=y | 1017 | CONFIG_RAMFS=y |
| 1018 | # CONFIG_CONFIGFS_FS is not set | 1018 | # CONFIG_CONFIGFS_FS is not set |
