Kconfig 588 B

12345678910111213141516171819
  1. config UDF_FS
  2. tristate "UDF file system support"
  3. depends on BKL # needs serious work to remove
  4. select CRC_ITU_T
  5. help
  6. This is the new file system used on some CD-ROMs and DVDs. Say Y if
  7. you intend to mount DVD discs or CDRW's written in packet mode, or
  8. if written to by other UDF utilities, such as DirectCD.
  9. Please read <file:Documentation/filesystems/udf.txt>.
  10. To compile this file system support as a module, choose M here: the
  11. module will be called udf.
  12. If unsure, say N.
  13. config UDF_NLS
  14. bool
  15. default y
  16. depends on (UDF_FS=m && NLS) || (UDF_FS=y && NLS=y)