0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config UDF_FS
0003 tristate "UDF file system support"
0004 select CRC_ITU_T
0005 select NLS
0006 help
0007 This is a file system used on some CD-ROMs and DVDs. Since the
0008 file system is supported by multiple operating systems and is more
0009 compatible with standard unix file systems, it is also suitable for
0010 removable USB disks. Say Y if you intend to mount DVD discs or CDRW's
0011 written in packet mode, or if you want to use UDF for removable USB
0012 disks. Please read <file:Documentation/filesystems/udf.rst>.
0013
0014 To compile this file system support as a module, choose M here: the
0015 module will be called udf.
0016
0017 If unsure, say N.