Explicitly set CONFIG_NLS=y

It's selected by other options (and has been for a long time).  Making
the change explicit guarantees that kernel-wedge doesn't need to
package it as module.

svn path=/dists/trunk/linux-2.6/; revision=17376
This commit is contained in:
Ben Hutchings 2011-05-10 03:05:57 +00:00
parent 9b52975c3b
commit b344c82cc5
1 changed files with 1 additions and 1 deletions

View File

@ -3173,7 +3173,7 @@ CONFIG_NILFS2_FS=m
##
## file: fs/nls/Kconfig
##
CONFIG_NLS=m
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_737=m