1 # SPDX-License-Identifier: GPL-2.0-only << 2 config UDF_FS 1 config UDF_FS 3 tristate "UDF file system support" 2 tristate "UDF file system support" 4 select BUFFER_HEAD << 5 select CRC_ITU_T 3 select CRC_ITU_T 6 select NLS << 7 select LEGACY_DIRECT_IO << 8 help 4 help 9 This is a file system used on some C 5 This is a file system used on some CD-ROMs and DVDs. Since the 10 file system is supported by multiple 6 file system is supported by multiple operating systems and is more 11 compatible with standard unix file s 7 compatible with standard unix file systems, it is also suitable for 12 removable USB disks. Say Y if you in 8 removable USB disks. Say Y if you intend to mount DVD discs or CDRW's 13 written in packet mode, or if you wa 9 written in packet mode, or if you want to use UDF for removable USB 14 disks. Please read <file:Documentati !! 10 disks. Please read <file:Documentation/filesystems/udf.txt>. 15 11 16 To compile this file system support 12 To compile this file system support as a module, choose M here: the 17 module will be called udf. 13 module will be called udf. 18 14 19 If unsure, say N. 15 If unsure, say N. >> 16 >> 17 config UDF_NLS >> 18 bool >> 19 default y >> 20 depends on (UDF_FS=m && NLS) || (UDF_FS=y && NLS=y)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.