]> asedeno.scripts.mit.edu Git - linux.git/blob - fs/unicode/Kconfig
Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-ops' and...
[linux.git] / fs / unicode / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # UTF-8 normalization
4 #
5 config 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.
10
11 config UNICODE_NORMALIZATION_SELFTEST
12         tristate "Test UTF-8 normalization support"
13         depends on UNICODE
14         default n