tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious.
[pandora-kernel.git] / fs / Kconfig
index 9fe0b34..5f4c45d 100644 (file)
@@ -109,7 +109,7 @@ source "fs/proc/Kconfig"
 source "fs/sysfs/Kconfig"
 
 config TMPFS
-       bool "Virtual memory file system support (former shm fs)"
+       bool "Tmpfs virtual memory file system support (former shm fs)"
        depends on SHMEM
        help
          Tmpfs is a file system which keeps all files in virtual memory.