]> git.ipfire.org Git - u-boot.git/commit
config_whitelist: remove false-positive CONFIG options
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 5 Jan 2018 18:17:06 +0000 (03:17 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 23 Feb 2018 15:57:36 +0000 (10:57 -0500)
commit9ab81fcc8a0181cc19b8234d0e7632bd09c27c83
tree554b33f5987640664250c9c1d1a8bb166bd2e610
parent2a5945eee6329ce0c2acda8cd874935c7bc0e945
config_whitelist: remove false-positive CONFIG options

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@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/config_whitelist.txt