summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.nls
blob: e656fe7f9a4fe493743198ef5c3565d2e8648436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
menu "Native Language support"

config ADK_KERNEL_NLS_DEFAULT
	string
	default "iso8859-1"

config ADK_KPACKAGE_KMOD_NLS
	prompt "kmod-nls.......................... Base native language support"
	tristate
	default n
	help
	  The base Native Language Support. A number of filesystems
	  depend on it (e.g. FAT, JOLIET, NT, BEOS filesystems), as well
	  as the ability of some filesystems to use native languages
	  (NCP, SMB).

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_437
	prompt   "kmod-nls-codepage-437........... Codepage 437 (United States, Canada)"
	tristate
	default n
	depends ADK_KPACKAGE_KMOD_NLS
	help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored
	  in so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage that is used in
	  the United States and parts of Canada. This is recommended.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_737
	prompt   "kmod-nls-codepage-737........... Codepage 737 (Greek)"
	tristate
	default n
	depends ADK_KPACKAGE_KMOD_NLS
	help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored
	  in so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage that is used for
	  Greek. If unsure, say N.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_775
	prompt   "kmod-nls-codepage-775........... Codepage 775 (Baltic Rim)"
	tristate
	default n
	depends ADK_KPACKAGE_KMOD_NLS
	help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored
	  in so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage that is used
	  for the Baltic Rim Languages (Latvian and Lithuanian). If unsure,
	  say N.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_850
	prompt   "kmod-nls-codepage-850........... Codepage 850 (Western European Languages)"
	tristate
	default n
	depends ADK_KPACKAGE_KMOD_NLS
	help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage that is used for
	  much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
	  more countries here]. It has some characters useful to many European
	  languages that are not part of the US codepage 437.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_852
        prompt   "kmod-nls-codepage-852........... Codepage 852 (Eastern European Languages)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the Latin 2 codepage used by DOS
	  for much of Central and Eastern Europe. It has all the required
	  characters for these languages: Albanian, Croatian, Czech, English,
	  Finnish, Hungarian, Irish, German, Polish, Romanian, Serbian (Latin
	  transcription), Slovak, Slovenian, and Sorbian.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_855
        prompt   "kmod-nls-codepage-855........... Codepage 855 (Cyrillic)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Cyrillic.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_857
        prompt   "kmod-nls-codepage-857........... Codepage 857 (Turkish)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Turkish.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_860
        prompt   "kmod-nls-codepage-860........... Codepage 860 (Portuguese)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Portuguese.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_861
        prompt   "kmod-nls-codepage-861........... Codepage 861 (Icelandic)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Icelandic.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_862
        prompt   "kmod-nls-codepage-862........... Codepage 862 (Hebrew)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Hebrew.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_863
        prompt   "kmod-nls-codepage-863........... Codepage 863 (French Canadian)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Canadian
	  French.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_864
        prompt   "kmod-nls-codepage-864........... Codepage 864 (Arabic)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Arabic.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_865
        prompt   "kmod-nls-codepage-865........... Codepage 865 (Norwegian, Danish)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for the Nordic
	  European countries.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_866
        prompt   "kmod-nls-codepage-866........... Codepage 866 (Cyrillic/Russian)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for
	  Cyrillic/Russian.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_869
        prompt   "kmod-nls-codepage-869........... Codepage 869 (Greek)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Greek.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_874
        prompt   "kmod-nls-codepage-874........... Codepage 874 (Thai)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Thai.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_932
        prompt   "kmod-nls-codepage-932........... Codepage 932 (Japanese)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Shift-JIS
	  or EUC-JP. To use EUC-JP, you can use 'euc-jp' as mount option or
	  NLS Default value during kernel configuration, instead of 'cp932'.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_936
        prompt   "kmod-nls-codepage-936........... Codepage 936 (Simplified Chinese)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Simplified
	  Chinese(GBK).

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_949
        prompt   "kmod-nls-codepage-949........... Codepage 949 (Korean)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for UHC.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_950
        prompt   "kmod-nls-codepage-950........... Codepage 950 (Traditional Chinese)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Traditional
	  Chinese(Big5).

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_1250
        prompt   "kmod-nls-codepage-1250.......... Codepage 1250 (Slavic/Central European)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CDROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the Windows CP-1250
	  character set, which works for most Latin-written Slavic and Central
	  European languages: Czech, German, Hungarian, Polish, Rumanian, Croatian,
	  Slovak, Slovene.

config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_1251
        prompt   "kmod-nls-codepage-1251.......... Codepage 1251 (Bulgarian, Belarusian)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  The Microsoft FAT file system family can deal with filenames in
	  native language character sets. These character sets are stored in
	  so-called DOS codepages. You need to include the appropriate
	  codepage if you want to be able to read/write these filenames on
	  DOS/Windows partitions correctly. This does apply to the filenames
	  only, not to the file contents. You can include several codepages;
	  say Y here if you want to include the DOS codepage for Russian and
	  Bulgarian and Belarusian.

config ADK_KPACKAGE_KMOD_NLS_ASCII
	prompt   "kmod-nls-ascii.................. ASCII (United States)"
	tristate
	default n
	depends ADK_KPACKAGE_KMOD_NLS
	help
	  An ASCII NLS module is needed if you want to override the
	  DEFAULT NLS with this very basic charset and don't want any
	  non-ASCII characters to be translated.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_1
	prompt   "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin-1; Western European Languages)"
	tristate
	default n
	depends ADK_KPACKAGE_KMOD_NLS
	help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the Latin 1 character
	  set, which covers most West European languages such as Albanian,
	  Catalan, Danish, Dutch, English, Faeroese, Finnish, French, German,
	  Galician, Irish, Icelandic, Italian, Norwegian, Portuguese, Spanish,
	  and Swedish. It is also the default for the US. If unsure, say Y.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_2
        prompt   "kmod-nls-iso8859-2.............. NLS ISO 8859-2 (Latin-2; Central European Languages)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the Latin 2 character
	  set, which works for most Latin-written Slavic and Central European
	  languages: Czech, German, Hungarian, Polish, Rumanian, Croatian,
	  Slovak, Slovene.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_3
        prompt   "kmod-nls-iso8859-3.............. NLS ISO 8859-3 (Latin-3; Esperanto, Galician, Maltese, Turkish)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the Latin 3 character
	  set, which is popular with authors of Esperanto, Galician, Maltese,
	  and Turkish.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_4
        prompt   "kmod-nls-iso8859-4.............. NLS ISO 8859-4 (Latin-4; old Baltic charset)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the Latin 4 character
	  set which introduces letters for Estonian, Latvian, and
	  Lithuanian. It is an incomplete predecessor of Latin 7.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_5
        prompt   "kmod-nls-iso8859-5.............. NLS ISO 8859-5 (Cyrillic)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for ISO8859-5, a Cyrillic
	  character set with which you can type Bulgarian, Belarusian,
	  Macedonian, Russian, Serbian, and Ukrainian. Note that the charset
	  KOI8-R is preferred in Russia.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_6
        prompt   "kmod-nls-iso8859-6.............. NLS ISO 8859-6 (Arabic)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for ISO8859-6, the Arabic
	  character set.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_7
        prompt   "kmod-nls-iso8859-7.............. NLS ISO 8859-7 (Greek)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for ISO8859-7, the Modern
	  Greek character set.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_8
        prompt   "kmod-nls-iso8859-8.............. NLS ISO 8859-8 (Hebrew)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for ISO8859-8, the Hebrew
	  character set.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_9
        prompt   "kmod-nls-iso8859-9.............. NLS ISO 8859-9 (Latin-5; Turkish)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the Latin 5 character
	  set, and it replaces the rarely needed Icelandic letters in Latin 1
	  with the Turkish ones. Useful in Turkey.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_13
        prompt   "kmod-nls-iso8859-13............. NLS ISO 8859-13 (Latin-7; Baltic Rim)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the Latin 7 character
	  set, which supports modern Baltic languages including Latvian
	  and Lithuanian.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_14
        prompt   "kmod-nls-iso8859-14............. NLS ISO 8859-14 (Latin-8; Celtic)"
        tristate
        default n
        depends ADK_KPACKAGE_KMOD_NLS
        help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the Latin 8 character
	  set, which adds the last accented vowels for Welsh (aka Cymraeg)
	  (and Manx Gaelic) that were missing in Latin 1.
	  <http://linux.speech.cymru.org/> has further information.

config ADK_KPACKAGE_KMOD_NLS_ISO8859_15
	prompt   "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin-9; Western European Languages with Euro)"
	tristate
	default n
	depends ADK_KPACKAGE_KMOD_NLS
	help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the Latin 9 character
	  set, which covers most West European languages such as Albanian,
	  Catalan, Danish, Dutch, English, Estonian, Faeroese, Finnish,
	  French, German, Galician, Irish, Icelandic, Italian, Norwegian,
	  Portuguese, Spanish, and Swedish. Latin 9 is an update to
	  Latin 1 (ISO 8859-1) that removes a handful of rarely used
	  characters and instead adds support for Estonian, corrects the
	  support for French and Finnish, and adds the new Euro character.
	  If unsure, say Y.

config ADK_KPACKAGE_KMOD_NLS_KOI8_R
	prompt   "kmod-nls-koi8-r................. NLS KOI8-R (Cryllic for Russian and Bulgarian"
	tristate
	default n
	depends ADK_KPACKAGE_KMOD_NLS
	help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the preferred Russian
	  character set.

config ADK_KPACKAGE_KMOD_NLS_KOI8_U
	prompt   "kmod-nls-koi8-u................. NLS KOI8-U (Cyrillic for Russian, Bulgarian and Ukrainian"
	tristate
	default n
	depends ADK_KPACKAGE_KMOD_NLS
	help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the preferred Ukrainian
	  (koi8-u) and Belarusian (koi8-ru) character sets.

config ADK_KPACKAGE_KMOD_NLS_UTF8
	prompt   "kmod-nls-utf8................... NLS UTF8"
	tristate
	default n
	depends ADK_KPACKAGE_KMOD_NLS
	help
	  If you want to display filenames with native language characters
	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
	  correctly on the screen, you need to include the appropriate
	  input/output character sets. Say Y here for the UTF-8 encoding of
	  the Unicode/ISO9646 universal character set.

endmenu