Alexey Dobriyan | ddfaccd | 2009-01-22 10:35:21 +0300 | [diff] [blame] | 1 | config UDF_FS |
| 2 | tristate "UDF file system support" |
Arnd Bergmann | 6de5bd1 | 2010-09-11 18:00:57 +0200 | [diff] [blame] | 3 | depends on BKL # needs serious work to remove |
Alexey Dobriyan | ddfaccd | 2009-01-22 10:35:21 +0300 | [diff] [blame] | 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 | |
| 11 | To compile this file system support as a module, choose M here: the |
| 12 | module will be called udf. |
| 13 | |
| 14 | If unsure, say N. |
| 15 | |
| 16 | config UDF_NLS |
| 17 | bool |
| 18 | default y |
| 19 | depends on (UDF_FS=m && NLS) || (UDF_FS=y && NLS=y) |