Christoph Hellwig <hch@xxxxxx> writes: > Turn the CONFIG_UNICODE symbol into a tristate that generates some always > built in code and remove the confusing CONFIG_UNICODE_UTF8_DATA symbol. > > Note that a lot of the IS_ENALBED() checks could be turned from cpp > statements into normal ifs, but this change is intended to be fairly > mechanic, so that should be cleaned up later. Hi, Just a typo s/ENALBED/ENABLED/. > Fixes: 2b3d04787012 ("unicode: Add utf8-data module") > Reported-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Christoph Hellwig <hch@xxxxxx> I fixed the typo and pushed the patch to a linux-next visible branch https://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git/commit/?h=for-next&id=5298d4bfe80f6ae6ae2777bcd1357b0022d98573 I'm also sending a patch series shortly turning IS_ENABLED into part of the code flow where possible. Thank you, -- Gabriel Krisman Bertazi