diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 5e817902cb3b..443aed4e2067 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1703,6 +1703,17 @@ config AFS_FS | |||
1703 | config RXRPC | 1703 | config RXRPC |
1704 | tristate | 1704 | tristate |
1705 | 1705 | ||
1706 | config 9P_FS | ||
1707 | tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)" | ||
1708 | depends on INET && EXPERIMENTAL | ||
1709 | help | ||
1710 | If you say Y here, you will get experimental support for | ||
1711 | Plan 9 resource sharing via the 9P2000 protocol. | ||
1712 | |||
1713 | See <http://v9fs.sf.net> for more information. | ||
1714 | |||
1715 | If unsure, say N. | ||
1716 | |||
1706 | endmenu | 1717 | endmenu |
1707 | 1718 | ||
1708 | menu "Partition Types" | 1719 | menu "Partition Types" |