Date: Sun, 20 Aug 2000 14:16:04 +0200 (CEST) From: Urban Widmark <[EMAIL PROTECTED]> You mean the "$CONFIG_JOLIET" = "y" ? The only users of CONFIG_NLS_DEFAULT in 2.4 that I can find are fat and smbfs. The condition for enabling nls is: if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \ -o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" \ -o "$CONFIG_SMB_FS" != "n" ]; then If you enable nls you also get a CONFIG_NLS_DEFAULT. Oops, you're right. Ignore my previous message on this subject. - Ted - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/