diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-09-26 06:07:22 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 16:37:57 +0400 |
commit | f83b854a1d2d28bc1ed86fec8a80940b59f8d932 (patch) | |
tree | a19d2b464444ec293fcc977775433f588a3271ac /arch/mips/configs/rm200_defconfig | |
parent | 36396f3c36b04f79438f87a0fccfa76aa3de6af9 (diff) | |
download | linux-f83b854a1d2d28bc1ed86fec8a80940b59f8d932.tar.xz |
[MIPS] Enable tmpfs for anything that possibly runs a full distribution.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs/rm200_defconfig')
-rw-r--r-- | arch/mips/configs/rm200_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_SYSFS=y -# CONFIG_TMPFS is not set +CONFIG_TMPFS=y # CONFIG_HUGETLB_PAGE is not set CONFIG_RAMFS=y # CONFIG_CONFIGFS_FS is not set |