1 # SPDX-License-Identifier: GPL-2.0-only
6 tristate "UTF-8 normalization and casefolding support"
8 Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding
9 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.
13 config UNICODE_NORMALIZATION_SELFTEST
14 tristate "Test UTF-8 normalization support"