1
0

Config.in.nls 26 KB

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