[U-Boot] [PATCH] config_whitelist: remove false-positive CONFIG options
Simon Glass
sjg at chromium.org
Mon Jan 8 04:52:33 UTC 2018
On 5 January 2018 at 11:17, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> U-Boot pulled in several core makefiles from Linux. The following
> are not used in U-Boot:
>
> - CONFIG_DEBUG_SECTION_MISMATCH
> - CONFIG_FTRACE_MCOUNT_RECORD
> - CONFIG_GCOV_KERNEL
> - CONFIG_GCOV_PROFILE_ALL
> - CONFIG_KASAN
> - CONFIG_MODVERSIONS
>
> We can remove the unused code if we like. (although it will get the
> scripts out of sync)
>
> CONFIG_BOOM and CONFIG_HIS_DRIVER are just mentioned in the comment
> block of scripts/basic/fixdep.c
>
> CONFIG_SHELL is not configuration, but a variable for internal-use.
> It is just a historical misnomer in Kbuild.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
> scripts/config_whitelist.txt | 9 ---------
> 1 file changed, 9 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list