diff options
-rw-r--r-- | fs/Kconfig | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index dc06033f8502..d8062745716a 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1547,8 +1547,20 @@ config UFS_DEBUG | |||
1547 | 1547 | ||
1548 | endmenu | 1548 | endmenu |
1549 | 1549 | ||
1550 | menu "Network File Systems" | 1550 | menuconfig NETWORK_FILESYSTEMS |
1551 | bool "Network File Systems" | ||
1552 | default y | ||
1551 | depends on NET | 1553 | depends on NET |
1554 | ---help--- | ||
1555 | Say Y here to get to see options for network filesystems and | ||
1556 | filesystem-related networking code, such as NFS daemon and | ||
1557 | RPCSEC security modules. | ||
1558 | This option alone does not add any kernel code. | ||
1559 | |||
1560 | If you say N, all options in this submenu will be skipped and | ||
1561 | disabled; if unsure, say Y here. | ||
1562 | |||
1563 | if NETWORK_FILESYSTEMS | ||
1552 | 1564 | ||
1553 | config NFS_FS | 1565 | config NFS_FS |
1554 | tristate "NFS file system support" | 1566 | tristate "NFS file system support" |
@@ -2094,7 +2106,7 @@ config 9P_FS | |||
2094 | 2106 | ||
2095 | If unsure, say N. | 2107 | If unsure, say N. |
2096 | 2108 | ||
2097 | endmenu | 2109 | endif # NETWORK_FILESYSTEMS |
2098 | 2110 | ||
2099 | if BLOCK | 2111 | if BLOCK |
2100 | menu "Partition Types" | 2112 | menu "Partition Types" |