xref: /linux/fs/unicode/Kconfig (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# UTF-8 normalization
4#
5config UNICODE
6	tristate "UTF-8 normalization and casefolding support"
7	help
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.
12
13config UNICODE_NORMALIZATION_KUNIT_TEST
14	tristate "Test UTF-8 normalization support"
15	depends on UNICODE && KUNIT
16	default KUNIT_ALL_TESTS
17