Commit 0fcb44088970b18eaf2df4579d64840be6e3bf39

Authored by Alexey Dobriyan
1 parent b2480c7fbf

fs/Kconfig: move 9p out

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>

Showing 2 changed files with 11 additions and 11 deletions Side-by-side Diff

  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.
... ... @@ -270,17 +270,7 @@
270 270 source "fs/ncpfs/Kconfig"
271 271 source "fs/coda/Kconfig"
272 272 source "fs/afs/Kconfig"
273   -
274   -config 9P_FS
275   - tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)"
276   - depends on INET && NET_9P && EXPERIMENTAL
277   - help
278   - If you say Y here, you will get experimental support for
279   - Plan 9 resource sharing via the 9P2000 protocol.
280   -
281   - See <http://v9fs.sf.net> for more information.
282   -
283   - If unsure, say N.
  273 +source "fs/9p/Kconfig"
284 274  
285 275 endif # NETWORK_FILESYSTEMS
286 276