Merge branch 'nvme-5.2-rc2' of git://git.infradead.org/nvme into for-linus
[linux-2.6-microblaze.git] / fs / 9p / Kconfig
1 config 9P_FS
2         tristate "Plan 9 Resource Sharing Support (9P2000)"
3         depends on INET && NET_9P
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.
11
12 if 9P_FS
13 config 9P_FSCACHE
14         bool "Enable 9P client caching support"
15         depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
16         help
17           Choose Y here to enable persistent, read-only local
18           caching support for 9p clients using FS-Cache
19
20
21 config 9P_FS_POSIX_ACL
22         bool "9P POSIX Access Control Lists"
23         select FS_POSIX_ACL
24         help
25           POSIX Access Control Lists (ACLs) support permissions for users and
26           groups beyond the owner/group/world scheme.
27
28           If you don't know what Access Control Lists are, say N
29
30 endif
31
32
33 config 9P_FS_SECURITY
34         bool "9P Security Labels"
35         depends on 9P_FS
36         help
37           Security labels support alternative access control models
38           implemented by security modules like SELinux.  This option
39           enables an extended attribute handler for file security
40           labels in the 9P filesystem.
41
42           If you are not using a security module that requires using
43           extended attributes for file security labels, say N.