mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
0c1bc6b845
Some filesystem references got broken by a previous patch series I submitted. Address those. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Acked-by: David Sterba <dsterba@suse.com> # fs/affs/Kconfig Link: https://lore.kernel.org/r/57318c53008dbda7f6f4a5a9e5787f4d37e8565a.1586881715.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
17 lines
665 B
Text
17 lines
665 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config UDF_FS
|
|
tristate "UDF file system support"
|
|
select CRC_ITU_T
|
|
select NLS
|
|
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
|
|
compatible with standard unix file systems, it is also suitable for
|
|
removable USB disks. Say Y if you intend to mount DVD discs or CDRW's
|
|
written in packet mode, or if you want to use UDF for removable USB
|
|
disks. Please read <file:Documentation/filesystems/udf.rst>.
|
|
|
|
To compile this file system support as a module, choose M here: the
|
|
module will be called udf.
|
|
|
|
If unsure, say N.
|