| Alexey Dobriyan | 0fcb440 | 2009-01-22 11:16:42 +0300 | [diff] [blame] | 1 | config 9P_FS | 
|  | 2 | tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)" | 
|  | 3 | depends on INET && NET_9P && EXPERIMENTAL | 
|  | 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 |  | 
|  | 12 | config 9P_FSCACHE | 
|  | 13 | bool "Enable 9P client caching support (EXPERIMENTAL)" | 
|  | 14 | depends on EXPERIMENTAL | 
|  | 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 |  |