Alexey Dobriyan | 0fcb440 | 2009-01-22 11:16:42 +0300 | [diff] [blame] | 1 | config 9P_FS |
Eric Van Hensbergen | 87211cd | 2011-05-16 10:46:39 -0500 | [diff] [blame] | 2 | tristate "Plan 9 Resource Sharing Support (9P2000)" |
| 3 | depends on INET && NET_9P |
Alexey Dobriyan | 0fcb440 | 2009-01-22 11:16:42 +0300 | [diff] [blame] | 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. |
Abhishek Kulkarni | 60e78d2 | 2009-09-23 13:00:27 -0500 | [diff] [blame] | 11 | |
Randy Dunlap | 255614c | 2011-01-02 06:15:54 +0000 | [diff] [blame] | 12 | if 9P_FS |
Abhishek Kulkarni | 60e78d2 | 2009-09-23 13:00:27 -0500 | [diff] [blame] | 13 | config 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 | |
Aneesh Kumar K.V | 85ff872 | 2010-09-28 00:27:39 +0530 | [diff] [blame] | 21 | |
| 22 | config 9P_FS_POSIX_ACL |
| 23 | bool "9P POSIX Access Control Lists" |
Aneesh Kumar K.V | 85ff872 | 2010-09-28 00:27:39 +0530 | [diff] [blame] | 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 |
Randy Dunlap | 255614c | 2011-01-02 06:15:54 +0000 | [diff] [blame] | 33 | |
| 34 | endif |