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