[PARISC] Enabled some NLS modules in a500, b180 and c3000 defconfigs

With c3000_defconfig and b180_defconfig, FAT couldn't be used
because no NLS modules were built.

Signed-off-by: Stuart Brady <sdb@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

authored by

Stuart Brady and committed by
Kyle McMartin
a2d33807 8ace5ff0

+14 -14
+2 -2
arch/parisc/configs/a500_defconfig
··· 1031 1031 # CONFIG_NLS_ISO8859_8 is not set 1032 1032 # CONFIG_NLS_CODEPAGE_1250 is not set 1033 1033 # CONFIG_NLS_CODEPAGE_1251 is not set 1034 - # CONFIG_NLS_ASCII is not set 1035 - # CONFIG_NLS_ISO8859_1 is not set 1034 + CONFIG_NLS_ASCII=m 1035 + CONFIG_NLS_ISO8859_1=m 1036 1036 # CONFIG_NLS_ISO8859_2 is not set 1037 1037 # CONFIG_NLS_ISO8859_3 is not set 1038 1038 # CONFIG_NLS_ISO8859_4 is not set
+6 -6
arch/parisc/configs/b180_defconfig
··· 939 939 # 940 940 CONFIG_NLS=y 941 941 CONFIG_NLS_DEFAULT="iso8859-1" 942 - # CONFIG_NLS_CODEPAGE_437 is not set 942 + CONFIG_NLS_CODEPAGE_437=m 943 943 # CONFIG_NLS_CODEPAGE_737 is not set 944 944 # CONFIG_NLS_CODEPAGE_775 is not set 945 - # CONFIG_NLS_CODEPAGE_850 is not set 945 + CONFIG_NLS_CODEPAGE_850=m 946 946 # CONFIG_NLS_CODEPAGE_852 is not set 947 947 # CONFIG_NLS_CODEPAGE_855 is not set 948 948 # CONFIG_NLS_CODEPAGE_857 is not set ··· 962 962 # CONFIG_NLS_ISO8859_8 is not set 963 963 # CONFIG_NLS_CODEPAGE_1250 is not set 964 964 # CONFIG_NLS_CODEPAGE_1251 is not set 965 - # CONFIG_NLS_ASCII is not set 966 - # CONFIG_NLS_ISO8859_1 is not set 965 + CONFIG_NLS_ASCII=m 966 + CONFIG_NLS_ISO8859_1=m 967 967 # CONFIG_NLS_ISO8859_2 is not set 968 968 # CONFIG_NLS_ISO8859_3 is not set 969 969 # CONFIG_NLS_ISO8859_4 is not set ··· 973 973 # CONFIG_NLS_ISO8859_9 is not set 974 974 # CONFIG_NLS_ISO8859_13 is not set 975 975 # CONFIG_NLS_ISO8859_14 is not set 976 - # CONFIG_NLS_ISO8859_15 is not set 976 + CONFIG_NLS_ISO8859_15=m 977 977 # CONFIG_NLS_KOI8_R is not set 978 978 # CONFIG_NLS_KOI8_U is not set 979 - # CONFIG_NLS_UTF8 is not set 979 + CONFIG_NLS_UTF8=m 980 980 981 981 # 982 982 # Kernel hacking
+6 -6
arch/parisc/configs/c3000_defconfig
··· 1185 1185 # 1186 1186 CONFIG_NLS=y 1187 1187 CONFIG_NLS_DEFAULT="iso8859-1" 1188 - # CONFIG_NLS_CODEPAGE_437 is not set 1188 + CONFIG_NLS_CODEPAGE_437=m 1189 1189 # CONFIG_NLS_CODEPAGE_737 is not set 1190 1190 # CONFIG_NLS_CODEPAGE_775 is not set 1191 - # CONFIG_NLS_CODEPAGE_850 is not set 1191 + CONFIG_NLS_CODEPAGE_850=m 1192 1192 # CONFIG_NLS_CODEPAGE_852 is not set 1193 1193 # CONFIG_NLS_CODEPAGE_855 is not set 1194 1194 # CONFIG_NLS_CODEPAGE_857 is not set ··· 1208 1208 # CONFIG_NLS_ISO8859_8 is not set 1209 1209 # CONFIG_NLS_CODEPAGE_1250 is not set 1210 1210 # CONFIG_NLS_CODEPAGE_1251 is not set 1211 - # CONFIG_NLS_ASCII is not set 1212 - # CONFIG_NLS_ISO8859_1 is not set 1211 + CONFIG_NLS_ASCII=m 1212 + CONFIG_NLS_ISO8859_1=m 1213 1213 # CONFIG_NLS_ISO8859_2 is not set 1214 1214 # CONFIG_NLS_ISO8859_3 is not set 1215 1215 # CONFIG_NLS_ISO8859_4 is not set ··· 1219 1219 # CONFIG_NLS_ISO8859_9 is not set 1220 1220 # CONFIG_NLS_ISO8859_13 is not set 1221 1221 # CONFIG_NLS_ISO8859_14 is not set 1222 - # CONFIG_NLS_ISO8859_15 is not set 1222 + CONFIG_NLS_ISO8859_15=m 1223 1223 # CONFIG_NLS_KOI8_R is not set 1224 1224 # CONFIG_NLS_KOI8_U is not set 1225 - # CONFIG_NLS_UTF8 is not set 1225 + CONFIG_NLS_UTF8=m 1226 1226 1227 1227 # 1228 1228 # Profiling support