lib: Create a new Kconfig option for charset conversion
authorSimon Glass <sjg@chromium.org>
Fri, 2 Jul 2021 18:36:17 +0000 (12:36 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 28 Jul 2021 18:27:54 +0000 (14:27 -0400)
commit1a46cb6c7e1860c8dfdfadbb2e3ac708edc5d388
tree8f51a51f51e3d275c1950b5b002961ccc744185f
parent6e3c6544c72b0b801b30b10ce2234b4e9fc2ae08
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>
lib/Kconfig
lib/Makefile