diff options
Diffstat (limited to 'fs/unicode/Kconfig')
| -rw-r--r-- | fs/unicode/Kconfig | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/fs/unicode/Kconfig b/fs/unicode/Kconfig index 2c27b9a5cd6c..4ad2c36550f1 100644 --- a/fs/unicode/Kconfig +++ b/fs/unicode/Kconfig @@ -3,12 +3,14 @@ # UTF-8 normalization # config UNICODE - bool "UTF-8 normalization and casefolding support" + tristate "UTF-8 normalization and casefolding support" help Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding - support. + support. If you say M here the large table of case foldings will + be a separate loadable module that gets requested only when a file + system actually use it. -config UNICODE_NORMALIZATION_SELFTEST +config UNICODE_NORMALIZATION_KUNIT_TEST tristate "Test UTF-8 normalization support" - depends on UNICODE - default n + depends on UNICODE && KUNIT + default KUNIT_ALL_TESTS |
