blob: da786a687fdc70967d1be8e9cfb85b2a6bcf5bef [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Gabriel Krisman Bertazi955405d2019-04-25 13:38:44 -04002#
3# UTF-8 normalization
4#
5config UNICODE
Christoph Hellwig5298d4b2022-01-18 07:56:14 +01006 tristate "UTF-8 normalization and casefolding support"
Gabriel Krisman Bertazi955405d2019-04-25 13:38:44 -04007 help
8 Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding
Christoph Hellwig5298d4b2022-01-18 07:56:14 +01009 support. If you say M here the large table of case foldings will
10 be a separate loadable module that gets requested only when a file
11 system actually use it.
Christoph Hellwig2b3d0472021-09-15 09:00:05 +020012
Gabriel Krisman Bertazif0d6cc02019-04-25 13:56:01 -040013config UNICODE_NORMALIZATION_SELFTEST
14 tristate "Test UTF-8 normalization support"
Christoph Hellwig5298d4b2022-01-18 07:56:14 +010015 depends on UNICODE