Patch for fs/nls/Config.in

Paul Gortmaker (paul@rasty.ph.unimelb.edu.au)
Sat, 28 Feb 1998 15:19:13 +1100 (EST)


If you run "make config" and have CONFIG_FAT_FS set, you are forced to
answer 'n' to about twenty codepage options. This groups them under one
option (like for prorietary CD-ROMS, non-serial mice, etc) and reduces
the annoyace factor by about 100.

Paul.

--- linux-2188/fs/nls/Config.in Tue Dec 30 05:22:46 1997
+++ linux/fs/nls/Config.in Fri Feb 27 12:31:47 1998
@@ -5,14 +5,14 @@
# msdos and Joliet want NLS
if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
-o "$CONFIG_NTFS_FS" != "n" ]; then
- define_bool CONFIG_NLS y
+ mainmenu_option next_comment
+ comment 'Native Language Support'
+ bool 'Select Codepage for Native Language Support' CONFIG_NLS
else
define_bool CONFIG_NLS n
fi

if [ "$CONFIG_NLS" = "y" ]; then
- mainmenu_option next_comment
- comment 'Native Language Support'
tristate 'Codepage 437' CONFIG_NLS_CODEPAGE_437
tristate 'Codepage 737' CONFIG_NLS_CODEPAGE_737
tristate 'Codepage 775' CONFIG_NLS_CODEPAGE_775

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu