xref: /openbmc/linux/fs/9p/Kconfig (revision 255614c45943d43a3778a04b214692346b9d5049)
10fcb4408SAlexey Dobriyanconfig 9P_FS
20fcb4408SAlexey Dobriyan	tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)"
30fcb4408SAlexey Dobriyan	depends on INET && NET_9P && EXPERIMENTAL
40fcb4408SAlexey Dobriyan	help
50fcb4408SAlexey Dobriyan	  If you say Y here, you will get experimental support for
60fcb4408SAlexey Dobriyan	  Plan 9 resource sharing via the 9P2000 protocol.
70fcb4408SAlexey Dobriyan
80fcb4408SAlexey Dobriyan	  See <http://v9fs.sf.net> for more information.
90fcb4408SAlexey Dobriyan
100fcb4408SAlexey Dobriyan	  If unsure, say N.
1160e78d2cSAbhishek Kulkarni
12*255614c4SRandy Dunlapif 9P_FS
13*255614c4SRandy Dunlap
1460e78d2cSAbhishek Kulkarniconfig 9P_FSCACHE
1560e78d2cSAbhishek Kulkarni	bool "Enable 9P client caching support (EXPERIMENTAL)"
1660e78d2cSAbhishek Kulkarni	depends on EXPERIMENTAL
1760e78d2cSAbhishek Kulkarni	depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
1860e78d2cSAbhishek Kulkarni	help
1960e78d2cSAbhishek Kulkarni	  Choose Y here to enable persistent, read-only local
2060e78d2cSAbhishek Kulkarni	  caching support for 9p clients using FS-Cache
2160e78d2cSAbhishek Kulkarni
2285ff872dSAneesh Kumar K.V
2385ff872dSAneesh Kumar K.Vconfig 9P_FS_POSIX_ACL
2485ff872dSAneesh Kumar K.V	bool "9P POSIX Access Control Lists"
2585ff872dSAneesh Kumar K.V	select FS_POSIX_ACL
2685ff872dSAneesh Kumar K.V	help
2785ff872dSAneesh Kumar K.V	  POSIX Access Control Lists (ACLs) support permissions for users and
2885ff872dSAneesh Kumar K.V	  groups beyond the owner/group/world scheme.
2985ff872dSAneesh Kumar K.V
3085ff872dSAneesh Kumar K.V	  To learn more about Access Control Lists, visit the POSIX ACLs for
3185ff872dSAneesh Kumar K.V	  Linux website <http://acl.bestbits.at/>.
3285ff872dSAneesh Kumar K.V
3385ff872dSAneesh Kumar K.V	  If you don't know what Access Control Lists are, say N
34*255614c4SRandy Dunlap
35*255614c4SRandy Dunlapendif
36