commit | c17db99324aa14ceb9fa4bd9e516378d878bc3d4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 02 12:36:17 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 28 14:27:54 2021 -0400 |
tree | 8f51a51f51e3d275c1950b5b002961ccc744185f | |
parent | 97f9bd4d6910be5970d9489ca35895859039b39c [diff] |
lib: Create a new Kconfig option for charset conversion Rather than looking at two KConfig options in the Makefile, create a new Kconfig option for compiling lib/charset.c Enable it for UFS also, which needs this support. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>