Kconfig (b05005772f34497eb2b7415a651fe785cbe70e16) | Kconfig (b86ff981a8252d83d6a7719ae09f3a05307e3592) |
---|---|
1# 2# File system configuration 3# 4 5menu "File systems" 6 7config EXT2_FS 8 tristate "Second extended fs support" --- 845 unchanged lines hidden (view full) --- 854 855 It is more of an programming example than a useable file system. If 856 you need a file system which lives in RAM with limit checking use 857 tmpfs. 858 859 To compile this as a module, choose M here: the module will be called 860 ramfs. 861 | 1# 2# File system configuration 3# 4 5menu "File systems" 6 7config EXT2_FS 8 tristate "Second extended fs support" --- 845 unchanged lines hidden (view full) --- 854 855 It is more of an programming example than a useable file system. If 856 you need a file system which lives in RAM with limit checking use 857 tmpfs. 858 859 To compile this as a module, choose M here: the module will be called 860 ramfs. 861 |
862config RELAYFS_FS 863 tristate "Relayfs file system support" 864 ---help--- 865 Relayfs is a high-speed data relay filesystem designed to provide 866 an efficient mechanism for tools and facilities to relay large 867 amounts of data from kernel space to user space. 868 869 To compile this code as a module, choose M here: the module will be 870 called relayfs. 871 872 If unsure, say N. 873 | |
874config CONFIGFS_FS 875 tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)" 876 depends on EXPERIMENTAL 877 help 878 configfs is a ram-based filesystem that provides the converse 879 of sysfs's functionality. Where sysfs is a filesystem-based 880 view of kernel objects, configfs is a filesystem-based manager 881 of kernel objects, or config_items. --- 952 unchanged lines hidden --- | 862config CONFIGFS_FS 863 tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)" 864 depends on EXPERIMENTAL 865 help 866 configfs is a ram-based filesystem that provides the converse 867 of sysfs's functionality. Where sysfs is a filesystem-based 868 view of kernel objects, configfs is a filesystem-based manager 869 of kernel objects, or config_items. --- 952 unchanged lines hidden --- |