Messages in this thread |  | | Date | Mon, 11 Sep 2000 12:32:16 -0400 | Subject | Re: Updated Linux 2.4 issues page | From | tytso@mit ... |
| |
Date: Sun, 20 Aug 2000 14:16:04 +0200 (CEST) From: Urban Widmark <urban@svenskatest.se>
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 majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |