more changes on original files
[linux-2.4.git] / fs / nls / Config.in
1 #
2 # Native language support configuration
3 #
4
5 # smb wants NLS
6 if [ "$CONFIG_SMB_FS" = "m" -o "$CONFIG_SMB_FS" = "y" ]; then
7   define_bool CONFIG_SMB_NLS y
8 else
9   define_bool CONFIG_SMB_NLS n
10 fi
11
12 # msdos and Joliet want NLS
13 if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
14         -o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" \
15         -o "$CONFIG_SMB_NLS" = "y" -o "$CONFIG_JFS_FS" != "n" \
16         -o "$CONFIG_BEFS_FS" != "n" -o "$CONFIG_HFSPLUS_FS" != "n" ]; then
17   define_bool CONFIG_NLS y
18 else
19   define_bool CONFIG_NLS n
20 fi
21
22 if [ "$CONFIG_NLS" = "y" ]; then
23   mainmenu_option next_comment
24   comment 'Native Language Support'
25   string 'Default NLS Option' CONFIG_NLS_DEFAULT "iso8859-1"
26   tristate 'Codepage 437 (United States, Canada)'  CONFIG_NLS_CODEPAGE_437
27   tristate 'Codepage 737 (Greek)'                  CONFIG_NLS_CODEPAGE_737
28   tristate 'Codepage 775 (Baltic Rim)'             CONFIG_NLS_CODEPAGE_775
29   tristate 'Codepage 850 (Europe)'                 CONFIG_NLS_CODEPAGE_850
30   tristate 'Codepage 852 (Central/Eastern Europe)' CONFIG_NLS_CODEPAGE_852
31   tristate 'Codepage 855 (Cyrillic)'               CONFIG_NLS_CODEPAGE_855
32   tristate 'Codepage 857 (Turkish)'                CONFIG_NLS_CODEPAGE_857
33   tristate 'Codepage 860 (Portuguese)'             CONFIG_NLS_CODEPAGE_860
34   tristate 'Codepage 861 (Icelandic)'              CONFIG_NLS_CODEPAGE_861
35   tristate 'Codepage 862 (Hebrew)'                 CONFIG_NLS_CODEPAGE_862
36   tristate 'Codepage 863 (Canadian French)'        CONFIG_NLS_CODEPAGE_863
37   tristate 'Codepage 864 (Arabic)'                 CONFIG_NLS_CODEPAGE_864
38   tristate 'Codepage 865 (Norwegian, Danish)'      CONFIG_NLS_CODEPAGE_865
39   tristate 'Codepage 866 (Cyrillic/Russian)'       CONFIG_NLS_CODEPAGE_866
40   tristate 'Codepage 869 (Greek)'                  CONFIG_NLS_CODEPAGE_869
41   tristate 'Simplified Chinese charset (CP936, GB2312)' CONFIG_NLS_CODEPAGE_936
42   tristate 'Traditional Chinese charset (Big5)'    CONFIG_NLS_CODEPAGE_950
43   tristate 'Japanese charsets (Shift-JIS, EUC-JP)' CONFIG_NLS_CODEPAGE_932
44   tristate 'Korean charset (CP949, EUC-KR)'        CONFIG_NLS_CODEPAGE_949
45   tristate 'Thai charset (CP874, TIS-620)'         CONFIG_NLS_CODEPAGE_874
46   tristate 'Hebrew charsets (ISO-8859-8, CP1255)'  CONFIG_NLS_ISO8859_8
47   tristate 'Windows CP1250 (Slavic/Central European Languages)' CONFIG_NLS_CODEPAGE_1250
48   tristate 'Windows CP1251 (Bulgarian, Belarusian)' CONFIG_NLS_CODEPAGE_1251
49   tristate 'NLS ISO 8859-1  (Latin 1; Western European Languages)' CONFIG_NLS_ISO8859_1
50   tristate 'NLS ISO 8859-2  (Latin 2; Slavic/Central European Languages)' CONFIG_NLS_ISO8859_2
51   tristate 'NLS ISO 8859-3  (Latin 3; Esperanto, Galician, Maltese, Turkish)' CONFIG_NLS_ISO8859_3
52   tristate 'NLS ISO 8859-4  (Latin 4; old Baltic charset)' CONFIG_NLS_ISO8859_4
53   tristate 'NLS ISO 8859-5  (Cyrillic)'             CONFIG_NLS_ISO8859_5
54   tristate 'NLS ISO 8859-6  (Arabic)'               CONFIG_NLS_ISO8859_6
55   tristate 'NLS ISO 8859-7  (Modern Greek)'         CONFIG_NLS_ISO8859_7
56   tristate 'NLS ISO 8859-9  (Latin 5; Turkish)'     CONFIG_NLS_ISO8859_9
57   tristate 'NLS ISO 8859-13 (Latin 7; Baltic)'      CONFIG_NLS_ISO8859_13
58   tristate 'NLS ISO 8859-14 (Latin 8; Celtic)'      CONFIG_NLS_ISO8859_14
59   tristate 'NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)' CONFIG_NLS_ISO8859_15
60   tristate 'NLS KOI8-R (Russian)'                   CONFIG_NLS_KOI8_R
61   tristate 'NLS KOI8-U/RU (Ukrainian, Belarusian)' CONFIG_NLS_KOI8_U
62   tristate 'NLS UTF8'                               CONFIG_NLS_UTF8
63   endmenu
64 fi