Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Alexey Dobriyan | ddfaccd | 2009-01-22 10:35:21 +0300 | [diff] [blame] | 2 | config UDF_FS |
| 3 | tristate "UDF file system support" |
Alexey Dobriyan | ddfaccd | 2009-01-22 10:35:21 +0300 | [diff] [blame] | 4 | select CRC_ITU_T |
Jan Kara | b8333ea | 2018-04-11 12:27:27 +0200 | [diff] [blame] | 5 | select NLS |
Alexey Dobriyan | ddfaccd | 2009-01-22 10:35:21 +0300 | [diff] [blame] | 6 | help |
Jan Kara | 2c561bc | 2015-01-05 11:04:37 +0100 | [diff] [blame] | 7 | This is a file system used on some CD-ROMs and DVDs. Since the |
| 8 | file system is supported by multiple operating systems and is more |
| 9 | compatible with standard unix file systems, it is also suitable for |
| 10 | removable USB disks. Say Y if you intend to mount DVD discs or CDRW's |
| 11 | written in packet mode, or if you want to use UDF for removable USB |
Mauro Carvalho Chehab | 0c1bc6b | 2020-04-14 18:48:37 +0200 | [diff] [blame] | 12 | disks. Please read <file:Documentation/filesystems/udf.rst>. |
Alexey Dobriyan | ddfaccd | 2009-01-22 10:35:21 +0300 | [diff] [blame] | 13 | |
| 14 | To compile this file system support as a module, choose M here: the |
| 15 | module will be called udf. |
| 16 | |
| 17 | If unsure, say N. |