Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_UDF_FS
	tristate "UDF file system support"
	select CONFIG_CRC_ITU_T
	help
	  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 CONFIG_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 CONFIG_USB
	  disks. Please read <file:Documentation/filesystems/udf.txt>.

	  To compile this file system support as a module, choose CONFIG_M here: the
	  module will be called udf.

	  If unsure, say N.

config CONFIG_UDF_NLS
	bool
	default y
	depends on (CONFIG_UDF_FS=m && CONFIG_NLS) || (CONFIG_UDF_FS=y && CONFIG_NLS=y)