summaryrefslogtreecommitdiffstats
path: root/fs/nls/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nls/Config.in')
-rw-r--r--fs/nls/Config.in44
1 files changed, 44 insertions, 0 deletions
diff --git a/fs/nls/Config.in b/fs/nls/Config.in
new file mode 100644
index 000000000..90cc3a161
--- /dev/null
+++ b/fs/nls/Config.in
@@ -0,0 +1,44 @@
+#
+# Native language support configuration
+#
+
+mainmenu_option next_comment
+comment 'Native Language Support'
+
+# msdos and Joliet want NLS
+if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" ]; then
+ define_bool CONFIG_NLS y
+else
+ define_bool CONFIG_NLS n
+fi
+
+if [ "$CONFIG_NLS" = "y" ]; then
+ tristate 'Codepage 437' CONFIG_NLS_CODEPAGE_437
+ tristate 'Codepage 737' CONFIG_NLS_CODEPAGE_737
+ tristate 'Codepage 775' CONFIG_NLS_CODEPAGE_775
+ tristate 'Codepage 850' CONFIG_NLS_CODEPAGE_850
+ tristate 'Codepage 852' CONFIG_NLS_CODEPAGE_852
+ tristate 'Codepage 855' CONFIG_NLS_CODEPAGE_855
+ tristate 'Codepage 857' CONFIG_NLS_CODEPAGE_857
+ tristate 'Codepage 860' CONFIG_NLS_CODEPAGE_860
+ tristate 'Codepage 861' CONFIG_NLS_CODEPAGE_861
+ tristate 'Codepage 862' CONFIG_NLS_CODEPAGE_862
+ tristate 'Codepage 863' CONFIG_NLS_CODEPAGE_863
+ tristate 'Codepage 864' CONFIG_NLS_CODEPAGE_864
+ tristate 'Codepage 865' CONFIG_NLS_CODEPAGE_865
+ tristate 'Codepage 866' CONFIG_NLS_CODEPAGE_866
+ tristate 'Codepage 869' CONFIG_NLS_CODEPAGE_869
+ tristate 'Codepage 874' CONFIG_NLS_CODEPAGE_874
+ tristate 'NLS ISO 8859-1' CONFIG_NLS_ISO8859_1
+ tristate 'NLS ISO 8859-2' CONFIG_NLS_ISO8859_2
+ tristate 'NLS ISO 8859-3' CONFIG_NLS_ISO8859_3
+ tristate 'NLS ISO 8859-4' CONFIG_NLS_ISO8859_4
+ tristate 'NLS ISO 8859-5' CONFIG_NLS_ISO8859_5
+ tristate 'NLS ISO 8859-6' CONFIG_NLS_ISO8859_6
+ tristate 'NLS ISO 8859-7' CONFIG_NLS_ISO8859_7
+ tristate 'NLS ISO 8859-8' CONFIG_NLS_ISO8859_8
+ tristate 'NLS ISO 8859-9' CONFIG_NLS_ISO8859_9
+ tristate 'NLS KOI8-R' CONFIG_NLS_KOI8_R
+fi
+
+endmenu