xref: /openbmc/linux/fs/9p/Kconfig (revision 0fcb44088970b18eaf2df4579d64840be6e3bf39)
1*0fcb4408SAlexey Dobriyanconfig 9P_FS
2*0fcb4408SAlexey Dobriyan	tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)"
3*0fcb4408SAlexey Dobriyan	depends on INET && NET_9P && EXPERIMENTAL
4*0fcb4408SAlexey Dobriyan	help
5*0fcb4408SAlexey Dobriyan	  If you say Y here, you will get experimental support for
6*0fcb4408SAlexey Dobriyan	  Plan 9 resource sharing via the 9P2000 protocol.
7*0fcb4408SAlexey Dobriyan
8*0fcb4408SAlexey Dobriyan	  See <http://v9fs.sf.net> for more information.
9*0fcb4408SAlexey Dobriyan
10*0fcb4408SAlexey Dobriyan	  If unsure, say N.
11