Skip to content

Commit f48d4d3

Browse files
Dr. David Alan GilbertSteve French
authored andcommitted
nls: Hide new NLS_UCS2_UTILS
NLS_UCS2_UTILS is an option selected by filesystems that need it, don't expose it to users. Fixes: 089f7f5 ("fs/smb: Swing unicode common code from smb->NLS") Suggested-by: Linus Torvalds <[email protected]> Signed-off-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 238b351 commit f48d4d3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

fs/nls/Kconfig

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -618,11 +618,6 @@ config NLS_UTF8
618618
the Unicode/ISO9646 universal character set.
619619

620620
config NLS_UCS2_UTILS
621-
tristate "NLS UCS-2 UTILS"
622-
help
623-
Set of older UCS-2 conversion utilities and tables used by some
624-
filesystems including SMB/CIFS. This includes upper case conversion
625-
tables. This will automatically be selected when the filesystem
626-
that uses it is selected.
621+
tristate
627622

628623
endif # NLS

0 commit comments

Comments
 (0)