diff options
Diffstat (limited to 'fs/nfs/Kconfig')
-rw-r--r-- | fs/nfs/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index 2ddc384ec042..6c2aad49d731 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig | |||
@@ -99,3 +99,20 @@ config NFS_FSCACHE | |||
99 | help | 99 | help |
100 | Say Y here if you want NFS data to be cached locally on disc through | 100 | Say Y here if you want NFS data to be cached locally on disc through |
101 | the general filesystem cache manager | 101 | the general filesystem cache manager |
102 | |||
103 | config NFS_USE_LEGACY_DNS | ||
104 | bool "Use the legacy NFS DNS resolver" | ||
105 | depends on NFS_V4 | ||
106 | help | ||
107 | The kernel now provides a method for translating a host name into an | ||
108 | IP address. Select Y here if you would rather use your own DNS | ||
109 | resolver script. | ||
110 | |||
111 | If unsure, say N | ||
112 | |||
113 | config NFS_USE_KERNEL_DNS | ||
114 | bool | ||
115 | depends on NFS_V4 && !NFS_USE_LEGACY_DNS | ||
116 | select DNS_RESOLVER | ||
117 | select KEYS | ||
118 | default y | ||