commit | 5a6cf7c5d54769d2500e796702f6d210907ea7e4 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Tue Apr 16 08:55:18 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 22 11:01:48 2024 -0600 |
tree | d8926d44e83a934e5d70d05b215f7644f031f40e | |
parent | 99ac431c09b9e00c9b44c4b1d9a7c19efff90f0f [diff] |
Kconfig: Make all Kconfig encoding ascii Some of Kconfigs are using utf-8 encoding because of used chars. Convert all of them to ascii enconging. Based on discussion ASCII should be used in general with the exception of names. Signed-off-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Tom Rini <trini@konsulko.com>