diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index a7c0cc3203cb..5c704d05627a 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1413,6 +1413,8 @@ config NFSD_V4 | |||
1413 | bool "Provide NFSv4 server support (EXPERIMENTAL)" | 1413 | bool "Provide NFSv4 server support (EXPERIMENTAL)" |
1414 | depends on NFSD_V3 && EXPERIMENTAL | 1414 | depends on NFSD_V3 && EXPERIMENTAL |
1415 | select NFSD_TCP | 1415 | select NFSD_TCP |
1416 | select CRYPTO_MD5 | ||
1417 | select CRYPTO | ||
1416 | help | 1418 | help |
1417 | If you would like to include the NFSv4 server as well as the NFSv2 | 1419 | If you would like to include the NFSv4 server as well as the NFSv2 |
1418 | and NFSv3 servers, say Y here. This feature is experimental, and | 1420 | and NFSv3 servers, say Y here. This feature is experimental, and |