xref: /openbmc/linux/fs/udf/Kconfig (revision ec8f24b7)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2ddfaccd9SAlexey Dobriyanconfig UDF_FS
3ddfaccd9SAlexey Dobriyan	tristate "UDF file system support"
4ddfaccd9SAlexey Dobriyan	select CRC_ITU_T
5b8333ea1SJan Kara	select NLS
6ddfaccd9SAlexey Dobriyan	help
72c561bc3SJan Kara	  This is a file system used on some CD-ROMs and DVDs. Since the
82c561bc3SJan Kara	  file system is supported by multiple operating systems and is more
92c561bc3SJan Kara	  compatible with standard unix file systems, it is also suitable for
102c561bc3SJan Kara	  removable USB disks. Say Y if you intend to mount DVD discs or CDRW's
112c561bc3SJan Kara	  written in packet mode, or if you want to use UDF for removable USB
122c561bc3SJan Kara	  disks. Please read <file:Documentation/filesystems/udf.txt>.
13ddfaccd9SAlexey Dobriyan
14ddfaccd9SAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
15ddfaccd9SAlexey Dobriyan	  module will be called udf.
16ddfaccd9SAlexey Dobriyan
17ddfaccd9SAlexey Dobriyan	  If unsure, say N.
18