10fcb4408SAlexey Dobriyanconfig 9P_FS 20fcb4408SAlexey Dobriyan tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)" 30fcb4408SAlexey Dobriyan depends on INET && NET_9P && EXPERIMENTAL 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. 11*60e78d2cSAbhishek Kulkarni 12*60e78d2cSAbhishek Kulkarniconfig 9P_FSCACHE 13*60e78d2cSAbhishek Kulkarni bool "Enable 9P client caching support (EXPERIMENTAL)" 14*60e78d2cSAbhishek Kulkarni depends on EXPERIMENTAL 15*60e78d2cSAbhishek Kulkarni depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y 16*60e78d2cSAbhishek Kulkarni help 17*60e78d2cSAbhishek Kulkarni Choose Y here to enable persistent, read-only local 18*60e78d2cSAbhishek Kulkarni caching support for 9p clients using FS-Cache 19*60e78d2cSAbhishek Kulkarni 20