]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/Kconfig
Remove valueless definition of hard-selected RAMFS option
[mirror_ubuntu-bionic-kernel.git] / fs / Kconfig
index 9a40a9c665c7c577c6b14861fbc641ff410a0f72..f0df9a2e19e1e13b35217f18bbe3c9f552e4af27 100644 (file)
@@ -999,20 +999,6 @@ config HUGETLBFS
 config HUGETLB_PAGE
        def_bool HUGETLBFS
 
-config RAMFS
-       bool
-       default y
-       ---help---
-         Ramfs is a file system which keeps all files in RAM. It allows
-         read and write access.
-
-         It is more of an programming example than a useable file system.  If
-         you need a file system which lives in RAM with limit checking use
-         tmpfs.
-
-         To compile this as a module, choose M here: the module will be called
-         ramfs.
-
 config CONFIGFS_FS
        tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)"
        depends on SYSFS && EXPERIMENTAL