1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/tools
Simon Glass 99b66605f0 moveconfig: Support looking for implied CONFIG options
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>
Reviewed-by: Heiko Schocher <hs@denx.de>
2017-07-11 10:08:19 -06:00
..
2017-06-02 10:18:20 -06:00
2017-07-06 16:17:19 -04:00
2017-06-02 10:18:20 -06:00
2017-06-08 20:21:59 -06:00
2017-04-07 11:23:45 +05:30
2016-11-23 23:41:23 -08:00
2017-02-01 09:04:18 +01:00