]> git.sur5r.net Git - u-boot/commit
kconfiglib.py: Kludge in 'imply' support
authorTom Rini <trini@konsulko.com>
Fri, 3 Mar 2017 20:33:29 +0000 (15:33 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 10 Mar 2017 00:52:14 +0000 (19:52 -0500)
commitd036107a1fa13cf41cd835311794a1d20b30daf2
treead9462fa4fd0c7ea263ed68ff5a0dd917edfe866
parent072c8c4cedad87c4be4edca259e1760d7db42e1b
kconfiglib.py: Kludge in 'imply' support

Currently upstream does not yet understand the imply keyword.  For what
we use kconfiglib.py for today, this is OK.  We only need to be able to
evaluate in order to make boards.cfg and none of those choices will
depend on how imply evaluates out.

Signed-off-by: Tom Rini <trini@konsulko.com>
tools/buildman/kconfiglib.py