[U-Boot] [PATCH] config_whitelist: remove false-positive CONFIG options

Tom Rini trini at konsulko.com
Wed Feb 21 12:19:56 UTC 2018


On Wed, Feb 21, 2018 at 04:07:10PM +0900, Masahiro Yamada wrote:
> 2018-01-06 3:17 GMT+09:00 Masahiro Yamada <yamada.masahiro at socionext.com>:
> > 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>
> 
> 
> Tom,
> 
> Can you check this please?

The problem is that it will get put back in by
./scripts/build-whitelist.sh yes?  I try and run that at least every
tag.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180221/4ad201ce/attachment.sig>


More information about the U-Boot mailing list