]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - fs/9p/Kconfig
Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / fs / 9p / Kconfig
CommitLineData
0fcb4408 1config 9P_FS
87211cd8
EVH
2 tristate "Plan 9 Resource Sharing Support (9P2000)"
3 depends on INET && NET_9P
0fcb4408
AD
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.
60e78d2c 11
255614c4 12if 9P_FS
60e78d2c
AK
13config 9P_FSCACHE
14 bool "Enable 9P client caching support (EXPERIMENTAL)"
15 depends on EXPERIMENTAL
16 depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
17 help
18 Choose Y here to enable persistent, read-only local
19 caching support for 9p clients using FS-Cache
20
85ff872d
AK
21
22config 9P_FS_POSIX_ACL
23 bool "9P POSIX Access Control Lists"
85ff872d
AK
24 select FS_POSIX_ACL
25 help
26 POSIX Access Control Lists (ACLs) support permissions for users and
27 groups beyond the owner/group/world scheme.
28
29 To learn more about Access Control Lists, visit the POSIX ACLs for
30 Linux website <http://acl.bestbits.at/>.
31
32 If you don't know what Access Control Lists are, say N
255614c4
RD
33
34endif