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