summaryrefslogtreecommitdiff
path: root/fs/udf/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/udf/Kconfig')
-rw-r--r--fs/udf/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/udf/Kconfig b/fs/udf/Kconfig
index 26e1a49f3ba7..8f7ce30d47fd 100644
--- a/fs/udf/Kconfig
+++ b/fs/udf/Kconfig
@@ -1,8 +1,10 @@
# SPDX-License-Identifier: GPL-2.0-only
config UDF_FS
tristate "UDF file system support"
+ select BUFFER_HEAD
select CRC_ITU_T
select NLS
+ select LEGACY_DIRECT_IO
help
This is a file system used on some CD-ROMs and DVDs. Since the
file system is supported by multiple operating systems and is more