]> git.ipfire.org Git - thirdparty/linux.git/blame - fs/unicode/Kconfig
Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[thirdparty/linux.git] / fs / unicode / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
955405d1
GKB
2#
3# UTF-8 normalization
4#
5config UNICODE
6 bool "UTF-8 normalization and casefolding support"
7 help
8 Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding
9 support.
f0d6cc00
GKB
10
11config UNICODE_NORMALIZATION_SELFTEST
12 tristate "Test UTF-8 normalization support"
13 depends on UNICODE
14 default n