diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 9fe0b349f4cd..5f4c45d4aa10 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -109,7 +109,7 @@ source "fs/proc/Kconfig" | |||
109 | source "fs/sysfs/Kconfig" | 109 | source "fs/sysfs/Kconfig" |
110 | 110 | ||
111 | config TMPFS | 111 | config TMPFS |
112 | bool "Virtual memory file system support (former shm fs)" | 112 | bool "Tmpfs virtual memory file system support (former shm fs)" |
113 | depends on SHMEM | 113 | depends on SHMEM |
114 | help | 114 | help |
115 | Tmpfs is a file system which keeps all files in virtual memory. | 115 | Tmpfs is a file system which keeps all files in virtual memory. |