Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Gabriel Krisman Bertazi | 955405d | 2019-04-25 13:38:44 -0400 | [diff] [blame] | 2 | # |
| 3 | # UTF-8 normalization |
| 4 | # |
| 5 | config UNICODE |
Christoph Hellwig | 5298d4b | 2022-01-18 07:56:14 +0100 | [diff] [blame] | 6 | tristate "UTF-8 normalization and casefolding support" |
Gabriel Krisman Bertazi | 955405d | 2019-04-25 13:38:44 -0400 | [diff] [blame] | 7 | help |
| 8 | Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding |
Christoph Hellwig | 5298d4b | 2022-01-18 07:56:14 +0100 | [diff] [blame] | 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. |
Christoph Hellwig | 2b3d047 | 2021-09-15 09:00:05 +0200 | [diff] [blame] | 12 | |
Gabriel Krisman Bertazi | f0d6cc0 | 2019-04-25 13:56:01 -0400 | [diff] [blame] | 13 | config UNICODE_NORMALIZATION_SELFTEST |
| 14 | tristate "Test UTF-8 normalization support" |
Christoph Hellwig | 5298d4b | 2022-01-18 07:56:14 +0100 | [diff] [blame] | 15 | depends on UNICODE |