diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 25ce2dc1c6d4..771f457402d4 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -47,6 +47,9 @@ source "fs/nilfs2/Kconfig" | |||
47 | 47 | ||
48 | endif # BLOCK | 48 | endif # BLOCK |
49 | 49 | ||
50 | config EXPORTFS | ||
51 | tristate | ||
52 | |||
50 | config FILE_LOCKING | 53 | config FILE_LOCKING |
51 | bool "Enable POSIX file locking API" if EMBEDDED | 54 | bool "Enable POSIX file locking API" if EMBEDDED |
52 | default y | 55 | default y |
@@ -220,9 +223,6 @@ config LOCKD_V4 | |||
220 | depends on FILE_LOCKING | 223 | depends on FILE_LOCKING |
221 | default y | 224 | default y |
222 | 225 | ||
223 | config EXPORTFS | ||
224 | tristate | ||
225 | |||
226 | config NFS_ACL_SUPPORT | 226 | config NFS_ACL_SUPPORT |
227 | tristate | 227 | tristate |
228 | select FS_POSIX_ACL | 228 | select FS_POSIX_ACL |