]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/Kconfig
x86: HPET: Chose a paranoid safe value for the ETIME check
[karo-tx-linux.git] / fs / Kconfig
index 455aa207e67e84c0ab97b0e865d099e16b7317ce..64d44efad7a5d6752ad5c867ff7d10dd0b94b1e3 100644 (file)
@@ -109,6 +109,7 @@ source "fs/sysfs/Kconfig"
 
 config TMPFS
        bool "Virtual memory file system support (former shm fs)"
+       depends on SHMEM
        help
          Tmpfs is a file system which keeps all files in virtual memory.
 
@@ -134,8 +135,8 @@ config TMPFS_POSIX_ACL
 
 config HUGETLBFS
        bool "HugeTLB file system support"
-       depends on X86 || IA64 || PPC64 || SPARC64 || (SUPERH && MMU) || \
-                  (S390 && 64BIT) || SYS_SUPPORTS_HUGETLBFS || BROKEN
+       depends on X86 || IA64 || SPARC64 || (S390 && 64BIT) || \
+                  SYS_SUPPORTS_HUGETLBFS || BROKEN
        help
          hugetlbfs is a filesystem backing for HugeTLB pages, based on
          ramfs. For architectures that support it, say Y here and read