mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-16 10:39:38 +02:00

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>
665 B
665 B
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.