
config SHFS
	tristate "SSH File System support (SHFS) (Experimental)"
	depends on INET && EXPERIMENTAL
	help
	  SHFS is a simple and easy to use Linux kernel module which
	  allows you to mount remote filesystems using plain shell (ssh/rsh)
	  connection. It supports some nice features like number of different
	  caches for access speedup, target system optimisations, etc.
	  
	  Further information on mounting ssh shares and the options
	  available can be found at http://shfs.sourceforge.net.
	  
	  If you want to compile the SSH support as a module ( = code which
	  can be inserted in and removed from the running kernel whenever you
	  want), say M here and read Documentation/modules.txt. The module
	  will be called shfs.o. Most people say N, however.
