Re: [PATCH v2 6/9] lib: Create a new Kconfig option for charset conversion

2021-07-28 Thread Tom Rini
On Fri, Jul 02, 2021 at 12:36:17PM -0600, Simon Glass wrote: > 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 > Reviewed-by: Heinrich Schuc

[PATCH v2 6/9] lib: Create a new Kconfig option for charset conversion

2021-07-02 Thread Simon Glass
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 Reviewed-by: Heinrich Schuchardt --- (no changes since v1) lib/Kconfig | 8 lib/Makefile