summaryrefslogtreecommitdiff
path: root/fs/jfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jfs/Kconfig')
-rw-r--r--fs/jfs/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
index 05cb0e8e4382..3728cf4d944d 100644
--- a/fs/jfs/Kconfig
+++ b/fs/jfs/Kconfig
@@ -1,8 +1,11 @@
# SPDX-License-Identifier: GPL-2.0-only
config JFS_FS
tristate "JFS filesystem support"
+ select BUFFER_HEAD
select NLS
+ select NLS_UCS2_UTILS
select CRC32
+ select LEGACY_DIRECT_IO
help
This is a port of IBM's Journaled Filesystem . More information is
available in the file <file:Documentation/admin-guide/jfs.rst>.