[U-Boot] [PATCH 6/6] moveconfig: Support looking for implied CONFIG options

Tom Rini trini at konsulko.com
Mon May 15 12:27:57 UTC 2017


On Mon, May 15, 2017 at 05:47:36AM -0600, Simon Glass wrote:

> Some CONFIG options can be implied by others and this can help to reduce
> the size of the defconfig files. For example, CONFIG_X86 implies
> CONFIG_CMD_IRQ, so we can put 'imply CMD_IRQ' under 'config X86' and
> all x86 boards will have that option, avoiding adding CONFIG_CMD_IRQ to
> each of the x86 defconfig files.
> 
> Add a -i option which searches for such options.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>

Now that sounds pretty cool, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170515/33d2d3bb/attachment.sig>


More information about the U-Boot mailing list