xref: /linux/fs/unicode/Kconfig (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2955405d1SGabriel Krisman Bertazi#
3955405d1SGabriel Krisman Bertazi# UTF-8 normalization
4955405d1SGabriel Krisman Bertazi#
5955405d1SGabriel Krisman Bertaziconfig UNICODE
65298d4bfSChristoph Hellwig	tristate "UTF-8 normalization and casefolding support"
7955405d1SGabriel Krisman Bertazi	help
8955405d1SGabriel Krisman Bertazi	  Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding
95298d4bfSChristoph Hellwig	  support.  If you say M here the large table of case foldings will
105298d4bfSChristoph Hellwig	  be a separate loadable module that gets requested only when a file
115298d4bfSChristoph Hellwig	  system actually use it.
122b3d0478SChristoph Hellwig
13*62b9ef50SGabriela Bittencourtconfig UNICODE_NORMALIZATION_KUNIT_TEST
14f0d6cc00SGabriel Krisman Bertazi	tristate "Test UTF-8 normalization support"
15*62b9ef50SGabriela Bittencourt	depends on UNICODE && KUNIT
16*62b9ef50SGabriela Bittencourt	default KUNIT_ALL_TESTS
17