Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-block.git] / fs / unicode / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
955405d1
GKB
2#
3# UTF-8 normalization
4#
5config UNICODE
5298d4bf 6 tristate "UTF-8 normalization and casefolding support"
955405d1
GKB
7 help
8 Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding
5298d4bf
CH
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.
2b3d0478 12
f0d6cc00
GKB
13config UNICODE_NORMALIZATION_SELFTEST
14 tristate "Test UTF-8 normalization support"
5298d4bf 15 depends on UNICODE