diff options
Diffstat (limited to 'fs/jfs/Kconfig')
| -rw-r--r-- | fs/jfs/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig index 851de78fdabb..3728cf4d944d 100644 --- a/fs/jfs/Kconfig +++ b/fs/jfs/Kconfig @@ -1,10 +1,14 @@ +# 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/filesystems/jfs.txt>. + available in the file <file:Documentation/admin-guide/jfs.rst>. If you do not intend to use the JFS filesystem, say N. |
