Blame view

fs/udf/Kconfig 665 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
ddfaccd99   Alexey Dobriyan   fs/Kconfig: move ...
2
3
4
  config UDF_FS
  	tristate "UDF file system support"
  	select CRC_ITU_T
b8333ea1a   Jan Kara   udf: Always requi...
5
  	select NLS
ddfaccd99   Alexey Dobriyan   fs/Kconfig: move ...
6
  	help
2c561bc36   Jan Kara   udf: Update Kconf...
7
8
9
10
11
12
  	  This is a file system used on some CD-ROMs and DVDs. Since the
  	  file system is supported by multiple operating systems and is more
  	  compatible with standard unix file systems, it is also suitable for
  	  removable USB disks. Say Y if you intend to mount DVD discs or CDRW's
  	  written in packet mode, or if you want to use UDF for removable USB
  	  disks. Please read <file:Documentation/filesystems/udf.txt>.
ddfaccd99   Alexey Dobriyan   fs/Kconfig: move ...
13
14
15
16
17
  
  	  To compile this file system support as a module, choose M here: the
  	  module will be called udf.
  
  	  If unsure, say N.