commit | 1a46cb6c7e1860c8dfdfadbb2e3ac708edc5d388 | [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 | 6e3c6544c72b0b801b30b10ce2234b4e9fc2ae08 [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>