blob: 814ac4e213a8a2c37873f99a68a7d639d575e6cf [file] [log] [blame]
Alexey Dobriyan0fcb4402009-01-22 11:16:42 +03001config 9P_FS
2 tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)"
3 depends on INET && NET_9P && EXPERIMENTAL
4 help
5 If you say Y here, you will get experimental support for
6 Plan 9 resource sharing via the 9P2000 protocol.
7
8 See <http://v9fs.sf.net> for more information.
9
10 If unsure, say N.
Abhishek Kulkarni60e78d22009-09-23 13:00:27 -050011
Randy Dunlap255614c2011-01-02 06:15:54 +000012if 9P_FS
13
Abhishek Kulkarni60e78d22009-09-23 13:00:27 -050014config 9P_FSCACHE
15 bool "Enable 9P client caching support (EXPERIMENTAL)"
16 depends on EXPERIMENTAL
17 depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
18 help
19 Choose Y here to enable persistent, read-only local
20 caching support for 9p clients using FS-Cache
21
Aneesh Kumar K.V85ff8722010-09-28 00:27:39 +053022
23config 9P_FS_POSIX_ACL
24 bool "9P POSIX Access Control Lists"
Aneesh Kumar K.V85ff8722010-09-28 00:27:39 +053025 select FS_POSIX_ACL
26 help
27 POSIX Access Control Lists (ACLs) support permissions for users and
28 groups beyond the owner/group/world scheme.
29
30 To learn more about Access Control Lists, visit the POSIX ACLs for
31 Linux website <http://acl.bestbits.at/>.
32
33 If you don't know what Access Control Lists are, say N
Randy Dunlap255614c2011-01-02 06:15:54 +000034
35endif