xref: /openbmc/linux/fs/9p/Kconfig (revision 87211cd8db6e5d1c9154812139d04a3dc6f282bf)
10fcb4408SAlexey Dobriyanconfig 9P_FS
2*87211cd8SEric Van Hensbergen	tristate "Plan 9 Resource Sharing Support (9P2000)"
3*87211cd8SEric Van Hensbergen	depends on INET && NET_9P
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
12255614c4SRandy Dunlapif 9P_FS
1360e78d2cSAbhishek Kulkarniconfig 9P_FSCACHE
1460e78d2cSAbhishek Kulkarni	bool "Enable 9P client caching support (EXPERIMENTAL)"
1560e78d2cSAbhishek Kulkarni	depends on EXPERIMENTAL
1660e78d2cSAbhishek Kulkarni	depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
1760e78d2cSAbhishek Kulkarni	help
1860e78d2cSAbhishek Kulkarni	  Choose Y here to enable persistent, read-only local
1960e78d2cSAbhishek Kulkarni	  caching support for 9p clients using FS-Cache
2060e78d2cSAbhishek Kulkarni
2185ff872dSAneesh Kumar K.V
2285ff872dSAneesh Kumar K.Vconfig 9P_FS_POSIX_ACL
2385ff872dSAneesh Kumar K.V	bool "9P POSIX Access Control Lists"
2485ff872dSAneesh Kumar K.V	select FS_POSIX_ACL
2585ff872dSAneesh Kumar K.V	help
2685ff872dSAneesh Kumar K.V	  POSIX Access Control Lists (ACLs) support permissions for users and
2785ff872dSAneesh Kumar K.V	  groups beyond the owner/group/world scheme.
2885ff872dSAneesh Kumar K.V
2985ff872dSAneesh Kumar K.V	  To learn more about Access Control Lists, visit the POSIX ACLs for
3085ff872dSAneesh Kumar K.V	  Linux website <http://acl.bestbits.at/>.
3185ff872dSAneesh Kumar K.V
3285ff872dSAneesh Kumar K.V	  If you don't know what Access Control Lists are, say N
33255614c4SRandy Dunlap
34255614c4SRandy Dunlapendif
35