X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2FKconfig;h=48f5422cb19a942e017aad4e334195d53ab83595;hb=909021ea7a8f4ef13af54935b87b03a20906e08a;hp=5e817902cb3b408db8c02467a47b856d64eb8b09;hpb=55faed1e607a24ca7f3453a3eb463ca8987f8139;p=linux-2.6 diff --git a/fs/Kconfig b/fs/Kconfig index 5e817902cb..48f5422cb1 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -462,6 +462,22 @@ config AUTOFS4_FS local network, you probably do not need an automounter, and can say N here. +config FUSE_FS + tristate "Filesystem in Userspace support" + help + With FUSE it is possible to implement a fully functional filesystem + in a userspace program. + + There's also companion library: libfuse. This library along with + utilities is available from the FUSE homepage: + + + See for more information. + See for needed library/utility version. + + If you want to develop a userspace FS, or if you want to use + a filesystem based on FUSE, answer Y or M. + menu "CD-ROM/DVD Filesystems" config ISO9660_FS @@ -1703,6 +1719,17 @@ config AFS_FS config RXRPC tristate +config 9P_FS + tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)" + depends on INET && EXPERIMENTAL + help + If you say Y here, you will get experimental support for + Plan 9 resource sharing via the 9P2000 protocol. + + See for more information. + + If unsure, say N. + endmenu menu "Partition Types"