~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/fs/nls/Config.in

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  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" ]; then
 16   define_bool CONFIG_NLS y
 17 else
 18   define_bool CONFIG_NLS n
 19 fi
 20 
 21 if [ "$CONFIG_NLS" = "y" ]; then
 22   mainmenu_option next_comment
 23   comment 'Native Language Support'
 24   string 'Default NLS Option' CONFIG_NLS_DEFAULT "iso8859-1"
 25   tristate 'Codepage 437 (United States, Canada)'  CONFIG_NLS_CODEPAGE_437
 26   tristate 'Codepage 737 (Greek)'                  CONFIG_NLS_CODEPAGE_737
 27   tristate 'Codepage 775 (Baltic Rim)'             CONFIG_NLS_CODEPAGE_775
 28   tristate 'Codepage 850 (Europe)'                 CONFIG_NLS_CODEPAGE_850
 29   tristate 'Codepage 852 (Central/Eastern Europe)' CONFIG_NLS_CODEPAGE_852
 30   tristate 'Codepage 855 (Cyrillic)'               CONFIG_NLS_CODEPAGE_855
 31   tristate 'Codepage 857 (Turkish)'                CONFIG_NLS_CODEPAGE_857
 32   tristate 'Codepage 860 (Portugese)'              CONFIG_NLS_CODEPAGE_860
 33   tristate 'Codepage 861 (Icelandic)'              CONFIG_NLS_CODEPAGE_861
 34   tristate 'Codepage 862 (Hebrew)'                 CONFIG_NLS_CODEPAGE_862
 35   tristate 'Codepage 863 (Canadian French)'        CONFIG_NLS_CODEPAGE_863
 36   tristate 'Codepage 864 (Arabic)'                 CONFIG_NLS_CODEPAGE_864
 37   tristate 'Codepage 865 (Norwegian, Danish)'      CONFIG_NLS_CODEPAGE_865
 38   tristate 'Codepage 866 (Cyrillic/Russian)'       CONFIG_NLS_CODEPAGE_866
 39   tristate 'Codepage 869 (Greek)'                  CONFIG_NLS_CODEPAGE_869
 40   tristate 'Codepage 874 (Thai)'                   CONFIG_NLS_CODEPAGE_874
 41   tristate 'Codepage 932 (Shift-JIS, EUC-JP)'      CONFIG_NLS_CODEPAGE_932
 42   tristate 'Codepage 936 (GBK)'                    CONFIG_NLS_CODEPAGE_936
 43   tristate 'Codepage 949 (UnifiedHangul)'          CONFIG_NLS_CODEPAGE_949
 44   tristate 'Codepage 950 (Big5)'                   CONFIG_NLS_CODEPAGE_950
 45   tristate 'NLS ISO 8859-1  (Latin 1; Western European Languages)' CONFIG_NLS_ISO8859_1
 46   tristate 'NLS ISO 8859-2  (Latin 2; Slavic/Central European Languages)' CONFIG_NLS_ISO8859_2
 47   tristate 'NLS ISO 8859-3  (Latin 3; Esperanto, Galician, Maltese, Turkish)' CONFIG_NLS_ISO8859_3
 48   tristate 'NLS ISO 8859-4  (Latin 4; Estonian, Latvian, Lithuanian)' CONFIG_NLS_ISO8859_4
 49   tristate 'NLS ISO 8859-5  (Cyrillic)'             CONFIG_NLS_ISO8859_5
 50   tristate 'NLS ISO 8859-6  (Arabic)'               CONFIG_NLS_ISO8859_6
 51   tristate 'NLS ISO 8859-7  (Modern Greek)'         CONFIG_NLS_ISO8859_7
 52   tristate 'NLS ISO 8859-8  (Hebrew)'               CONFIG_NLS_ISO8859_8
 53   tristate 'NLS ISO 8859-9  (Latin 5; Turkish)'     CONFIG_NLS_ISO8859_9
 54   tristate 'NLS ISO 8859-14 (Latin 8; Celtic)'      CONFIG_NLS_ISO8859_14
 55   tristate 'NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)' CONFIG_NLS_ISO8859_15
 56   tristate 'NLS KOI8-R (Russian)'                   CONFIG_NLS_KOI8_R
 57   tristate 'NLS UTF8'                               CONFIG_NLS_UTF8
 58   endmenu
 59 fi

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.