diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 9a40a9c665c7..f0df9a2e19e1 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -999,20 +999,6 @@ config HUGETLBFS | |||
999 | config HUGETLB_PAGE | 999 | config HUGETLB_PAGE |
1000 | def_bool HUGETLBFS | 1000 | def_bool HUGETLBFS |
1001 | 1001 | ||
1002 | config RAMFS | ||
1003 | bool | ||
1004 | default y | ||
1005 | ---help--- | ||
1006 | Ramfs is a file system which keeps all files in RAM. It allows | ||
1007 | read and write access. | ||
1008 | |||
1009 | It is more of an programming example than a useable file system. If | ||
1010 | you need a file system which lives in RAM with limit checking use | ||
1011 | tmpfs. | ||
1012 | |||
1013 | To compile this as a module, choose M here: the module will be called | ||
1014 | ramfs. | ||
1015 | |||
1016 | config CONFIGFS_FS | 1002 | config CONFIGFS_FS |
1017 | tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)" | 1003 | tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)" |
1018 | depends on SYSFS && EXPERIMENTAL | 1004 | depends on SYSFS && EXPERIMENTAL |