
15 May
2017
15 May
'17
2:27 p.m.
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@chromium.org
Now that sounds pretty cool, thanks!
--
Tom