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 the new file system used on some CD-ROMs and DVDs. Say Y if 10 file system is supported by multiple !! 6 you intend to mount DVD discs or CDRW's written in packet mode, or 11 compatible with standard unix file s !! 7 if written to by other UDF utilities, such as DirectCD. 12 removable USB disks. Say Y if you in !! 8 Please read <file:Documentation/filesystems/udf.txt>. 13 written in packet mode, or if you wa << 14 disks. Please read <file:Documentati << 15 9 16 To compile this file system support 10 To compile this file system support as a module, choose M here: the 17 module will be called udf. 11 module will be called udf. 18 12 19 If unsure, say N. 13 If unsure, say N. >> 14 >> 15 config UDF_NLS >> 16 bool >> 17 default y >> 18 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.