diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 3db9caa57edc..f3aa9b08b228 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -47,7 +47,7 @@ config FS_POSIX_ACL | |||
47 | def_bool n | 47 | def_bool n |
48 | 48 | ||
49 | config EXPORTFS | 49 | config EXPORTFS |
50 | tristate | 50 | bool |
51 | 51 | ||
52 | config FILE_LOCKING | 52 | config FILE_LOCKING |
53 | bool "Enable POSIX file locking API" if EXPERT | 53 | bool "Enable POSIX file locking API" if EXPERT |
@@ -187,6 +187,7 @@ source "fs/omfs/Kconfig" | |||
187 | source "fs/hpfs/Kconfig" | 187 | source "fs/hpfs/Kconfig" |
188 | source "fs/qnx4/Kconfig" | 188 | source "fs/qnx4/Kconfig" |
189 | source "fs/romfs/Kconfig" | 189 | source "fs/romfs/Kconfig" |
190 | source "fs/pstore/Kconfig" | ||
190 | source "fs/sysv/Kconfig" | 191 | source "fs/sysv/Kconfig" |
191 | source "fs/ufs/Kconfig" | 192 | source "fs/ufs/Kconfig" |
192 | source "fs/exofs/Kconfig" | 193 | source "fs/exofs/Kconfig" |