Config.in.nls 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. menu "Native Language support"
  2. config ADK_KERNEL_NLS_DEFAULT
  3. string
  4. default "iso8859-1"
  5. config ADK_KPACKAGE_KMOD_NLS
  6. prompt "kmod-nls.......................... Base native language support"
  7. tristate
  8. default n
  9. help
  10. The base Native Language Support. A number of filesystems
  11. depend on it (e.g. FAT, JOLIET, NT, BEOS filesystems), as well
  12. as the ability of some filesystems to use native languages
  13. (NCP, SMB).
  14. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_437
  15. prompt "kmod-nls-codepage-437........... Codepage 437 (United States, Canada)"
  16. tristate
  17. default n
  18. depends on ADK_KPACKAGE_KMOD_NLS
  19. help
  20. The Microsoft FAT file system family can deal with filenames in
  21. native language character sets. These character sets are stored
  22. in so-called DOS codepages. You need to include the appropriate
  23. codepage if you want to be able to read/write these filenames on
  24. DOS/Windows partitions correctly. This does apply to the filenames
  25. only, not to the file contents. You can include several codepages;
  26. say Y here if you want to include the DOS codepage that is used in
  27. the United States and parts of Canada. This is recommended.
  28. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_737
  29. prompt "kmod-nls-codepage-737........... Codepage 737 (Greek)"
  30. tristate
  31. default n
  32. depends on ADK_KPACKAGE_KMOD_NLS
  33. help
  34. The Microsoft FAT file system family can deal with filenames in
  35. native language character sets. These character sets are stored
  36. in so-called DOS codepages. You need to include the appropriate
  37. codepage if you want to be able to read/write these filenames on
  38. DOS/Windows partitions correctly. This does apply to the filenames
  39. only, not to the file contents. You can include several codepages;
  40. say Y here if you want to include the DOS codepage that is used for
  41. Greek. If unsure, say N.
  42. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_775
  43. prompt "kmod-nls-codepage-775........... Codepage 775 (Baltic Rim)"
  44. tristate
  45. default n
  46. depends on ADK_KPACKAGE_KMOD_NLS
  47. help
  48. The Microsoft FAT file system family can deal with filenames in
  49. native language character sets. These character sets are stored
  50. in so-called DOS codepages. You need to include the appropriate
  51. codepage if you want to be able to read/write these filenames on
  52. DOS/Windows partitions correctly. This does apply to the filenames
  53. only, not to the file contents. You can include several codepages;
  54. say Y here if you want to include the DOS codepage that is used
  55. for the Baltic Rim Languages (Latvian and Lithuanian). If unsure,
  56. say N.
  57. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_850
  58. prompt "kmod-nls-codepage-850........... Codepage 850 (Western European Languages)"
  59. tristate
  60. default n
  61. depends on ADK_KPACKAGE_KMOD_NLS
  62. help
  63. The Microsoft FAT file system family can deal with filenames in
  64. native language character sets. These character sets are stored in
  65. so-called DOS codepages. You need to include the appropriate
  66. codepage if you want to be able to read/write these filenames on
  67. DOS/Windows partitions correctly. This does apply to the filenames
  68. only, not to the file contents. You can include several codepages;
  69. say Y here if you want to include the DOS codepage that is used for
  70. much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
  71. more countries here]. It has some characters useful to many European
  72. languages that are not part of the US codepage 437.
  73. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_852
  74. prompt "kmod-nls-codepage-852........... Codepage 852 (Eastern European Languages)"
  75. tristate
  76. default n
  77. depends on ADK_KPACKAGE_KMOD_NLS
  78. help
  79. The Microsoft FAT file system family can deal with filenames in
  80. native language character sets. These character sets are stored in
  81. so-called DOS codepages. You need to include the appropriate
  82. codepage if you want to be able to read/write these filenames on
  83. DOS/Windows partitions correctly. This does apply to the filenames
  84. only, not to the file contents. You can include several codepages;
  85. say Y here if you want to include the Latin 2 codepage used by DOS
  86. for much of Central and Eastern Europe. It has all the required
  87. characters for these languages: Albanian, Croatian, Czech, English,
  88. Finnish, Hungarian, Irish, German, Polish, Romanian, Serbian (Latin
  89. transcription), Slovak, Slovenian, and Sorbian.
  90. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_855
  91. prompt "kmod-nls-codepage-855........... Codepage 855 (Cyrillic)"
  92. tristate
  93. default n
  94. depends on ADK_KPACKAGE_KMOD_NLS
  95. help
  96. The Microsoft FAT file system family can deal with filenames in
  97. native language character sets. These character sets are stored in
  98. so-called DOS codepages. You need to include the appropriate
  99. codepage if you want to be able to read/write these filenames on
  100. DOS/Windows partitions correctly. This does apply to the filenames
  101. only, not to the file contents. You can include several codepages;
  102. say Y here if you want to include the DOS codepage for Cyrillic.
  103. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_857
  104. prompt "kmod-nls-codepage-857........... Codepage 857 (Turkish)"
  105. tristate
  106. default n
  107. depends on ADK_KPACKAGE_KMOD_NLS
  108. help
  109. The Microsoft FAT file system family can deal with filenames in
  110. native language character sets. These character sets are stored in
  111. so-called DOS codepages. You need to include the appropriate
  112. codepage if you want to be able to read/write these filenames on
  113. DOS/Windows partitions correctly. This does apply to the filenames
  114. only, not to the file contents. You can include several codepages;
  115. say Y here if you want to include the DOS codepage for Turkish.
  116. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_860
  117. prompt "kmod-nls-codepage-860........... Codepage 860 (Portuguese)"
  118. tristate
  119. default n
  120. depends on ADK_KPACKAGE_KMOD_NLS
  121. help
  122. The Microsoft FAT file system family can deal with filenames in
  123. native language character sets. These character sets are stored in
  124. so-called DOS codepages. You need to include the appropriate
  125. codepage if you want to be able to read/write these filenames on
  126. DOS/Windows partitions correctly. This does apply to the filenames
  127. only, not to the file contents. You can include several codepages;
  128. say Y here if you want to include the DOS codepage for Portuguese.
  129. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_861
  130. prompt "kmod-nls-codepage-861........... Codepage 861 (Icelandic)"
  131. tristate
  132. default n
  133. depends on ADK_KPACKAGE_KMOD_NLS
  134. help
  135. The Microsoft FAT file system family can deal with filenames in
  136. native language character sets. These character sets are stored in
  137. so-called DOS codepages. You need to include the appropriate
  138. codepage if you want to be able to read/write these filenames on
  139. DOS/Windows partitions correctly. This does apply to the filenames
  140. only, not to the file contents. You can include several codepages;
  141. say Y here if you want to include the DOS codepage for Icelandic.
  142. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_862
  143. prompt "kmod-nls-codepage-862........... Codepage 862 (Hebrew)"
  144. tristate
  145. default n
  146. depends on ADK_KPACKAGE_KMOD_NLS
  147. help
  148. The Microsoft FAT file system family can deal with filenames in
  149. native language character sets. These character sets are stored in
  150. so-called DOS codepages. You need to include the appropriate
  151. codepage if you want to be able to read/write these filenames on
  152. DOS/Windows partitions correctly. This does apply to the filenames
  153. only, not to the file contents. You can include several codepages;
  154. say Y here if you want to include the DOS codepage for Hebrew.
  155. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_863
  156. prompt "kmod-nls-codepage-863........... Codepage 863 (French Canadian)"
  157. tristate
  158. default n
  159. depends on ADK_KPACKAGE_KMOD_NLS
  160. help
  161. The Microsoft FAT file system family can deal with filenames in
  162. native language character sets. These character sets are stored in
  163. so-called DOS codepages. You need to include the appropriate
  164. codepage if you want to be able to read/write these filenames on
  165. DOS/Windows partitions correctly. This does apply to the filenames
  166. only, not to the file contents. You can include several codepages;
  167. say Y here if you want to include the DOS codepage for Canadian
  168. French.
  169. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_864
  170. prompt "kmod-nls-codepage-864........... Codepage 864 (Arabic)"
  171. tristate
  172. default n
  173. depends on ADK_KPACKAGE_KMOD_NLS
  174. help
  175. The Microsoft FAT file system family can deal with filenames in
  176. native language character sets. These character sets are stored in
  177. so-called DOS codepages. You need to include the appropriate
  178. codepage if you want to be able to read/write these filenames on
  179. DOS/Windows partitions correctly. This does apply to the filenames
  180. only, not to the file contents. You can include several codepages;
  181. say Y here if you want to include the DOS codepage for Arabic.
  182. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_865
  183. prompt "kmod-nls-codepage-865........... Codepage 865 (Norwegian, Danish)"
  184. tristate
  185. default n
  186. depends on ADK_KPACKAGE_KMOD_NLS
  187. help
  188. The Microsoft FAT file system family can deal with filenames in
  189. native language character sets. These character sets are stored in
  190. so-called DOS codepages. You need to include the appropriate
  191. codepage if you want to be able to read/write these filenames on
  192. DOS/Windows partitions correctly. This does apply to the filenames
  193. only, not to the file contents. You can include several codepages;
  194. say Y here if you want to include the DOS codepage for the Nordic
  195. European countries.
  196. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_866
  197. prompt "kmod-nls-codepage-866........... Codepage 866 (Cyrillic/Russian)"
  198. tristate
  199. default n
  200. depends on ADK_KPACKAGE_KMOD_NLS
  201. help
  202. The Microsoft FAT file system family can deal with filenames in
  203. native language character sets. These character sets are stored in
  204. so-called DOS codepages. You need to include the appropriate
  205. codepage if you want to be able to read/write these filenames on
  206. DOS/Windows partitions correctly. This does apply to the filenames
  207. only, not to the file contents. You can include several codepages;
  208. say Y here if you want to include the DOS codepage for
  209. Cyrillic/Russian.
  210. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_869
  211. prompt "kmod-nls-codepage-869........... Codepage 869 (Greek)"
  212. tristate
  213. default n
  214. depends on ADK_KPACKAGE_KMOD_NLS
  215. help
  216. The Microsoft FAT file system family can deal with filenames in
  217. native language character sets. These character sets are stored in
  218. so-called DOS codepages. You need to include the appropriate
  219. codepage if you want to be able to read/write these filenames on
  220. DOS/Windows partitions correctly. This does apply to the filenames
  221. only, not to the file contents. You can include several codepages;
  222. say Y here if you want to include the DOS codepage for Greek.
  223. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_874
  224. prompt "kmod-nls-codepage-874........... Codepage 874 (Thai)"
  225. tristate
  226. default n
  227. depends on ADK_KPACKAGE_KMOD_NLS
  228. help
  229. The Microsoft FAT file system family can deal with filenames in
  230. native language character sets. These character sets are stored in
  231. so-called DOS codepages. You need to include the appropriate
  232. codepage if you want to be able to read/write these filenames on
  233. DOS/Windows partitions correctly. This does apply to the filenames
  234. only, not to the file contents. You can include several codepages;
  235. say Y here if you want to include the DOS codepage for Thai.
  236. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_932
  237. prompt "kmod-nls-codepage-932........... Codepage 932 (Japanese)"
  238. tristate
  239. default n
  240. depends on ADK_KPACKAGE_KMOD_NLS
  241. help
  242. The Microsoft FAT file system family can deal with filenames in
  243. native language character sets. These character sets are stored in
  244. so-called DOS codepages. You need to include the appropriate
  245. codepage if you want to be able to read/write these filenames on
  246. DOS/Windows partitions correctly. This does apply to the filenames
  247. only, not to the file contents. You can include several codepages;
  248. say Y here if you want to include the DOS codepage for Shift-JIS
  249. or EUC-JP. To use EUC-JP, you can use 'euc-jp' as mount option or
  250. NLS Default value during kernel configuration, instead of 'cp932'.
  251. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_936
  252. prompt "kmod-nls-codepage-936........... Codepage 936 (Simplified Chinese)"
  253. tristate
  254. default n
  255. depends on ADK_KPACKAGE_KMOD_NLS
  256. help
  257. The Microsoft FAT file system family can deal with filenames in
  258. native language character sets. These character sets are stored in
  259. so-called DOS codepages. You need to include the appropriate
  260. codepage if you want to be able to read/write these filenames on
  261. DOS/Windows partitions correctly. This does apply to the filenames
  262. only, not to the file contents. You can include several codepages;
  263. say Y here if you want to include the DOS codepage for Simplified
  264. Chinese(GBK).
  265. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_949
  266. prompt "kmod-nls-codepage-949........... Codepage 949 (Korean)"
  267. tristate
  268. default n
  269. depends on ADK_KPACKAGE_KMOD_NLS
  270. help
  271. The Microsoft FAT file system family can deal with filenames in
  272. native language character sets. These character sets are stored in
  273. so-called DOS codepages. You need to include the appropriate
  274. codepage if you want to be able to read/write these filenames on
  275. DOS/Windows partitions correctly. This does apply to the filenames
  276. only, not to the file contents. You can include several codepages;
  277. say Y here if you want to include the DOS codepage for UHC.
  278. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_950
  279. prompt "kmod-nls-codepage-950........... Codepage 950 (Traditional Chinese)"
  280. tristate
  281. default n
  282. depends on ADK_KPACKAGE_KMOD_NLS
  283. help
  284. The Microsoft FAT file system family can deal with filenames in
  285. native language character sets. These character sets are stored in
  286. so-called DOS codepages. You need to include the appropriate
  287. codepage if you want to be able to read/write these filenames on
  288. DOS/Windows partitions correctly. This does apply to the filenames
  289. only, not to the file contents. You can include several codepages;
  290. say Y here if you want to include the DOS codepage for Traditional
  291. Chinese(Big5).
  292. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_1250
  293. prompt "kmod-nls-codepage-1250.......... Codepage 1250 (Slavic/Central European)"
  294. tristate
  295. default n
  296. depends on ADK_KPACKAGE_KMOD_NLS
  297. help
  298. If you want to display filenames with native language characters
  299. from the Microsoft FAT file system family or from JOLIET CDROMs
  300. correctly on the screen, you need to include the appropriate
  301. input/output character sets. Say Y here for the Windows CP-1250
  302. character set, which works for most Latin-written Slavic and Central
  303. European languages: Czech, German, Hungarian, Polish, Rumanian, Croatian,
  304. Slovak, Slovene.
  305. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_1251
  306. prompt "kmod-nls-codepage-1251.......... Codepage 1251 (Bulgarian, Belarusian)"
  307. tristate
  308. default n
  309. depends on ADK_KPACKAGE_KMOD_NLS
  310. help
  311. The Microsoft FAT file system family can deal with filenames in
  312. native language character sets. These character sets are stored in
  313. so-called DOS codepages. You need to include the appropriate
  314. codepage if you want to be able to read/write these filenames on
  315. DOS/Windows partitions correctly. This does apply to the filenames
  316. only, not to the file contents. You can include several codepages;
  317. say Y here if you want to include the DOS codepage for Russian and
  318. Bulgarian and Belarusian.
  319. config ADK_KPACKAGE_KMOD_NLS_ASCII
  320. prompt "kmod-nls-ascii.................. ASCII (United States)"
  321. tristate
  322. default n
  323. depends on ADK_KPACKAGE_KMOD_NLS
  324. help
  325. An ASCII NLS module is needed if you want to override the
  326. DEFAULT NLS with this very basic charset and don't want any
  327. non-ASCII characters to be translated.
  328. config ADK_KPACKAGE_KMOD_NLS_ISO8859_1
  329. prompt "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin-1; Western European Languages)"
  330. tristate
  331. default n
  332. depends on ADK_KPACKAGE_KMOD_NLS
  333. help
  334. If you want to display filenames with native language characters
  335. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  336. correctly on the screen, you need to include the appropriate
  337. input/output character sets. Say Y here for the Latin 1 character
  338. set, which covers most West European languages such as Albanian,
  339. Catalan, Danish, Dutch, English, Faeroese, Finnish, French, German,
  340. Galician, Irish, Icelandic, Italian, Norwegian, Portuguese, Spanish,
  341. and Swedish. It is also the default for the US. If unsure, say Y.
  342. config ADK_KPACKAGE_KMOD_NLS_ISO8859_2
  343. prompt "kmod-nls-iso8859-2.............. NLS ISO 8859-2 (Latin-2; Central European Languages)"
  344. tristate
  345. default n
  346. depends on ADK_KPACKAGE_KMOD_NLS
  347. help
  348. If you want to display filenames with native language characters
  349. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  350. correctly on the screen, you need to include the appropriate
  351. input/output character sets. Say Y here for the Latin 2 character
  352. set, which works for most Latin-written Slavic and Central European
  353. languages: Czech, German, Hungarian, Polish, Rumanian, Croatian,
  354. Slovak, Slovene.
  355. config ADK_KPACKAGE_KMOD_NLS_ISO8859_3
  356. prompt "kmod-nls-iso8859-3.............. NLS ISO 8859-3 (Latin-3; Esperanto, Galician, Maltese, Turkish)"
  357. tristate
  358. default n
  359. depends on ADK_KPACKAGE_KMOD_NLS
  360. help
  361. If you want to display filenames with native language characters
  362. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  363. correctly on the screen, you need to include the appropriate
  364. input/output character sets. Say Y here for the Latin 3 character
  365. set, which is popular with authors of Esperanto, Galician, Maltese,
  366. and Turkish.
  367. config ADK_KPACKAGE_KMOD_NLS_ISO8859_4
  368. prompt "kmod-nls-iso8859-4.............. NLS ISO 8859-4 (Latin-4; old Baltic charset)"
  369. tristate
  370. default n
  371. depends on ADK_KPACKAGE_KMOD_NLS
  372. help
  373. If you want to display filenames with native language characters
  374. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  375. correctly on the screen, you need to include the appropriate
  376. input/output character sets. Say Y here for the Latin 4 character
  377. set which introduces letters for Estonian, Latvian, and
  378. Lithuanian. It is an incomplete predecessor of Latin 7.
  379. config ADK_KPACKAGE_KMOD_NLS_ISO8859_5
  380. prompt "kmod-nls-iso8859-5.............. NLS ISO 8859-5 (Cyrillic)"
  381. tristate
  382. default n
  383. depends on ADK_KPACKAGE_KMOD_NLS
  384. help
  385. If you want to display filenames with native language characters
  386. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  387. correctly on the screen, you need to include the appropriate
  388. input/output character sets. Say Y here for ISO8859-5, a Cyrillic
  389. character set with which you can type Bulgarian, Belarusian,
  390. Macedonian, Russian, Serbian, and Ukrainian. Note that the charset
  391. KOI8-R is preferred in Russia.
  392. config ADK_KPACKAGE_KMOD_NLS_ISO8859_6
  393. prompt "kmod-nls-iso8859-6.............. NLS ISO 8859-6 (Arabic)"
  394. tristate
  395. default n
  396. depends on ADK_KPACKAGE_KMOD_NLS
  397. help
  398. If you want to display filenames with native language characters
  399. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  400. correctly on the screen, you need to include the appropriate
  401. input/output character sets. Say Y here for ISO8859-6, the Arabic
  402. character set.
  403. config ADK_KPACKAGE_KMOD_NLS_ISO8859_7
  404. prompt "kmod-nls-iso8859-7.............. NLS ISO 8859-7 (Greek)"
  405. tristate
  406. default n
  407. depends on ADK_KPACKAGE_KMOD_NLS
  408. help
  409. If you want to display filenames with native language characters
  410. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  411. correctly on the screen, you need to include the appropriate
  412. input/output character sets. Say Y here for ISO8859-7, the Modern
  413. Greek character set.
  414. config ADK_KPACKAGE_KMOD_NLS_ISO8859_8
  415. prompt "kmod-nls-iso8859-8.............. NLS ISO 8859-8 (Hebrew)"
  416. tristate
  417. default n
  418. depends on ADK_KPACKAGE_KMOD_NLS
  419. help
  420. If you want to display filenames with native language characters
  421. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  422. correctly on the screen, you need to include the appropriate
  423. input/output character sets. Say Y here for ISO8859-8, the Hebrew
  424. character set.
  425. config ADK_KPACKAGE_KMOD_NLS_ISO8859_9
  426. prompt "kmod-nls-iso8859-9.............. NLS ISO 8859-9 (Latin-5; Turkish)"
  427. tristate
  428. default n
  429. depends on ADK_KPACKAGE_KMOD_NLS
  430. help
  431. If you want to display filenames with native language characters
  432. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  433. correctly on the screen, you need to include the appropriate
  434. input/output character sets. Say Y here for the Latin 5 character
  435. set, and it replaces the rarely needed Icelandic letters in Latin 1
  436. with the Turkish ones. Useful in Turkey.
  437. config ADK_KPACKAGE_KMOD_NLS_ISO8859_13
  438. prompt "kmod-nls-iso8859-13............. NLS ISO 8859-13 (Latin-7; Baltic Rim)"
  439. tristate
  440. default n
  441. depends on ADK_KPACKAGE_KMOD_NLS
  442. help
  443. If you want to display filenames with native language characters
  444. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  445. correctly on the screen, you need to include the appropriate
  446. input/output character sets. Say Y here for the Latin 7 character
  447. set, which supports modern Baltic languages including Latvian
  448. and Lithuanian.
  449. config ADK_KPACKAGE_KMOD_NLS_ISO8859_14
  450. prompt "kmod-nls-iso8859-14............. NLS ISO 8859-14 (Latin-8; Celtic)"
  451. tristate
  452. default n
  453. depends on ADK_KPACKAGE_KMOD_NLS
  454. help
  455. If you want to display filenames with native language characters
  456. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  457. correctly on the screen, you need to include the appropriate
  458. input/output character sets. Say Y here for the Latin 8 character
  459. set, which adds the last accented vowels for Welsh (aka Cymraeg)
  460. (and Manx Gaelic) that were missing in Latin 1.
  461. <http://linux.speech.cymru.org/> has further information.
  462. config ADK_KPACKAGE_KMOD_NLS_ISO8859_15
  463. prompt "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin-9; Western European Languages with Euro)"
  464. tristate
  465. default n
  466. depends on ADK_KPACKAGE_KMOD_NLS
  467. help
  468. If you want to display filenames with native language characters
  469. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  470. correctly on the screen, you need to include the appropriate
  471. input/output character sets. Say Y here for the Latin 9 character
  472. set, which covers most West European languages such as Albanian,
  473. Catalan, Danish, Dutch, English, Estonian, Faeroese, Finnish,
  474. French, German, Galician, Irish, Icelandic, Italian, Norwegian,
  475. Portuguese, Spanish, and Swedish. Latin 9 is an update to
  476. Latin 1 (ISO 8859-1) that removes a handful of rarely used
  477. characters and instead adds support for Estonian, corrects the
  478. support for French and Finnish, and adds the new Euro character.
  479. If unsure, say Y.
  480. config ADK_KPACKAGE_KMOD_NLS_KOI8_R
  481. prompt "kmod-nls-koi8-r................. NLS KOI8-R (Cryllic for Russian and Bulgarian"
  482. tristate
  483. default n
  484. depends on ADK_KPACKAGE_KMOD_NLS
  485. help
  486. If you want to display filenames with native language characters
  487. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  488. correctly on the screen, you need to include the appropriate
  489. input/output character sets. Say Y here for the preferred Russian
  490. character set.
  491. config ADK_KPACKAGE_KMOD_NLS_KOI8_U
  492. prompt "kmod-nls-koi8-u................. NLS KOI8-U (Cyrillic for Russian, Bulgarian and Ukrainian"
  493. tristate
  494. default n
  495. depends on ADK_KPACKAGE_KMOD_NLS
  496. help
  497. If you want to display filenames with native language characters
  498. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  499. correctly on the screen, you need to include the appropriate
  500. input/output character sets. Say Y here for the preferred Ukrainian
  501. (koi8-u) and Belarusian (koi8-ru) character sets.
  502. config ADK_KPACKAGE_KMOD_NLS_UTF8
  503. prompt "kmod-nls-utf8................... NLS UTF8"
  504. tristate
  505. default n
  506. depends on ADK_KPACKAGE_KMOD_NLS
  507. help
  508. If you want to display filenames with native language characters
  509. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  510. correctly on the screen, you need to include the appropriate
  511. input/output character sets. Say Y here for the UTF-8 encoding of
  512. the Unicode/ISO9646 universal character set.
  513. endmenu