diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-09-26 04:07:22 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 14:37:57 +0200 |
commit | f83b854a1d2d28bc1ed86fec8a80940b59f8d932 (patch) | |
tree | a19d2b464444ec293fcc977775433f588a3271ac /arch/mips/defconfig | |
parent | [MIPS] s/__ASSEMBLER__/__ASSEMBLY__/ for clarity sake. (diff) | |
download | linux-f83b854a1d2d28bc1ed86fec8a80940b59f8d932.tar.xz linux-f83b854a1d2d28bc1ed86fec8a80940b59f8d932.zip |
[MIPS] Enable tmpfs for anything that possibly runs a full distribution.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r-- | arch/mips/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.18-rc1 -# Thu Jul 6 09:49:33 2006 +# Thu Jul 6 10:04:10 2006 # CONFIG_MIPS=y @@ -1012,7 +1012,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" 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 |